News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Fate

Pages: 1 [2] 3
16
Create a Forum Codes and Support / Re: [Code] Membergroup Image
« on: August 06, 2010, 03:28:07 pm »
Yes, or any image that you feel would fit nicely. :) You can always experiment until you find something to your liking.

17
Bugs / Re: Werid Bug..
« on: August 06, 2010, 02:05:33 pm »
Please post the code you used so we can help you.

18
General Support / Re: help
« on: August 05, 2010, 02:09:50 pm »
A code would have to be made for that. Feel free to request it at the Codes and Support Forum. :)

19
Create a Forum Codes and Support / Re: [Code] Add Box to Stats
« on: August 05, 2010, 03:41:36 am »
Not entirely sure how that would be done with just a box stat code. For now you can do it manually if you'd like: replace "Featured Members" with whatever you'd like it to be.

20
Create a Forum Codes and Support / Re: [Code] Add Box to Stats
« on: August 05, 2010, 03:21:20 am »
Mmm. Which don't you get? The code I used or html?


(I'll make the code I used easier to follow if you choose to use this one):

Quote
<script type="text/javascript">
function AddBoxToStats(Title, Info){
   //Created by Agent Moose
   if(document.getElementById("upshrinkHeaderIC") !== null) document.getElementById("upshrinkHeaderIC").innerHTML += "<div class='title_barIC'><h4 class='titlebg'><span class='ie6_header floatleft'><img src='https://cdn.smfboards.com/caf/images/icons/online.gif' /> " + Title + "</span></h4></div><p class='inline'>" + Info + "</p>";
};
AddBoxToStats("Featured Members","<a href='http://cfcoding.createaforum.com/index.php?action=profile;u=1'>Fate</a>, <a href='http://cfcoding.createaforum.com/index.php?action=profile;u=3'>Nick</a>, <a href='http://cfcoding.createaforum.com/index.php?action=profile;u=2'>Agent Moose</a>");
</script>


Replace the Red text with your Forum.
Replace the Blue number(s) with the "User ID" of the member.
Replace the Green text with the Name of the member.


To find out the User ID's of your members, use the following link:

http://YOURFORUMNAMEHERE.createaforum.com/index.php?action=admin;area=viewmembers

21
Create a Forum Codes and Support / Re: [Code] Add Box to Stats
« on: August 04, 2010, 07:33:30 pm »
A preview can be found on my site using simple html. This is the code I used:

Code: [Select]
<script type="text/javascript">
function AddBoxToStats(Title, Info){
   //Created by Agent Moose
   if(document.getElementById("upshrinkHeaderIC") !== null) document.getElementById("upshrinkHeaderIC").innerHTML += "<div class='title_barIC'><h4 class='titlebg'><span class='ie6_header floatleft'><img src='https://cdn.smfboards.com/caf/images/icons/online.gif' /> " + Title + "</span></h4></div><p class='inline'>" + Info + "</p>";
};
AddBoxToStats("Featured Members","<a href='http://cfcoding.createaforum.com/index.php?action=profile;u=1'>Fate</a>, <a href='http://cfcoding.createaforum.com/index.php?action=profile;u=3'>Nick</a>, <a href='http://cfcoding.createaforum.com/index.php?action=profile;u=2'>Agent Moose</a>");
</script>


If you wish to use the Featured Members thing, just replace "cfcoding" with your Forum. Replace the names above to the names of your members that you want to display. Replace the "u=1" (or whatever number is shown above) with the user number of that person.

22
General Support / Re: Gallery Question
« on: August 03, 2010, 03:24:59 pm »
Thank you for the tut Fate  :)
You're welcome. ;)

Both errors should be fixed now.
Thank you. :)

23
General Support / Re: Gallery Question
« on: August 03, 2010, 03:01:29 pm »
Basic ezGallery guide can be found HERE.


Note for CreateAForum: I've been getting an error message when attempting to open the default (Member's Gallery)

Following error message: "Unable to load the 'UserGallery2' template."

24
Guides and Tutorials / [Guide] ezGallery: Categories and Uploading
« on: August 03, 2010, 02:28:31 pm »
The ezGallery is a great feature for your Forums enabling you to upload your own pictures which this guide will explain.
Guide from www.CFcoding.createaforum.com


First off - go to Admin>Gallery>Gallery Configuration>Click Install and Enable ezGallery.
After doing so, go back to the Gallery Configuration.

You may edit all options in Features + Layout to your liking. Another extensive guide will be made in the future regarding Gallery Configuration.

Now you should make a Category *Or you may use the default Member's Gallery which you could edit*
Add a title (ex. Gallery), add a gallery icon *if you wish*, a description, etc.

Once you have added your Category, click on the "Gallery" button and Click on the gallery you have just made.

From here you will see two bars on the bottom:

Pages: [X]
Bulk Add Pictures  Add Sub Category  Add a picture  -   Return to Gallery

X - the number of pages the gallery has
Bulk Add Pictures - selecting this will allow you to add numerous pictures at the same time
Add Sub Category - allows to to add a sub category to your parent gallery
Add a picture - allows you to add A picture
Return to Gallery - returns you to the Gallery


From here you may add a picture by either clicking Bulk Add Pictures or Add a picture.
     - Title the picture
     - Choose which gallery to place it in
     - Give it a description if you wish
     - Give it keywords for others to find it easier
     - Upload the picture
     - If you wish to rotate the picture - input the amount of desired degrees to rotate it.
     - Choose if you want to be notified of any comments people leave on your picture

After the picture is uploaded you along with others should now be able to view it (based on permissions). You may view your picture, edit it, etc.


Extensive ezGallery Guide coming soon.

25
Style Support / Re: Could somebody recreate This?
« on: August 03, 2010, 03:06:06 am »
Indeed. It's a bit complicated; images are a little different than codes as far as U.S. Copyright Laws are concerned.

26
Suggestions / Re: What to Add/Change next?
« on: August 03, 2010, 02:39:26 am »
Others that are experts here are glad to lend a helping hand. It might take them some time to make your stylesheet, patience is the key. :)
You could always try experimenting by editing the CSS to get different outcomes - Great ways to learn are through experimenting, time, and mistakes.

27
Suggestions / Re: What to Add/Change next?
« on: August 03, 2010, 02:29:44 am »
If you're talking about the CSS box then I see it... I can't go through and edit everything accordingly, lol... I just think it'd be easier with the other way..

He's talking about uploading a different theme (other than the default) that would be added to ALL forums on Create A Forum. There is no real need for him to do that when the CSS can be edited to give nearly the same results. ;)

28
Suggestions / Re: What to Add/Change next?
« on: August 03, 2010, 02:09:37 am »
Request it at the Style Support Forum; makes it easier for stylists to find your request. ;)

29
Bugs / Re: Star preview bug
« on: August 02, 2010, 10:26:20 pm »

30
Bugs / Re: Star preview bug
« on: August 02, 2010, 09:06:30 pm »
This problem is still occurring. On Member-group Management only two of my "star pictures" are showing, while the rest appear as asterisk(s).

Pages: 1 [2] 3