Recent Posts

Pages: 1 ... 4 5 [6]
51
Request a Guide or Tutorial / [REQ] How to Create Codes Guide/Tutorial.
« Last post by Nick on August 02, 2010, 12:00:46 pm »
I would like to learn how to make codes because it does interest me and the members of my forum..
52
Guides and Tutorials / [Guide] Karma
« Last post by Fate on August 02, 2010, 11:36:05 am »
Karma

To edit the Karma information, Go to: Admin>Features and Options>Karma button.


Karma mode

You may choose three options:

- Disable karma - disables the karma feature
- Enable karma total - shows total karma count
- Enable karma positive/negative - shows the positive and negative count


Set the minimum posts needed to modify karma - how many posts a user is required to make before he/she can use the karma feature to +/- the karma of another user (default:0)

Set wait time in hours - the time *in hours* needed for a user to +/- the karma of the same user (Default:1)

Restrict administrators to wait time - If checked Administrators must follow the "set wait time in hours" rule. If unchecked Administrators do not have to wait. (default:checked)




Karma label - the name of your karma system (which is visible). (EX. Reputation:)

Karma applaud label* - the name given to show "positive" (+) modifications to someone's karma. (Ex. "Thanks")

Karma smite label* - the name given to show "negative" (-) modifications to someone's karma. (Ex. "Boo!")


* One thing you can do is replace these with pictures instead of text. Some pictures with their codes can be found below for you to use:


Code: [Select]
<img src="http://i1001.photobucket.com/albums/af131/CommanderFate/ThumbsUp.gif" border="0"/>

Code: [Select]
<img src="http://i1001.photobucket.com/albums/af131/CommanderFate/ThumbsDown.gif" border="0"/>

Code: [Select]
<img src="http://i1001.photobucket.com/albums/af131/CommanderFate/buchstaben_plus.gif" border="0"/>

Code: [Select]
<img src="http://i1001.photobucket.com/albums/af131/CommanderFate/buchstaben_minus.gif" border="0"/>
53
Guides and Tutorials / [Guide] How to re-size images
« Last post by Fate on August 02, 2010, 10:45:08 am »
This can be particularly helpful if you are trying to make all images of a certain group the same size.


Html:

Code: [Select]
<img src="IMAGE_URL" width="XX" height="XX" border="0">

BBC:

Code: [Select]
[img width=XX height=XX]IMAGE_URL[/img]


Replace IMAGE_URL with the location of the image.
Replace XX with the dimensions.



Example with BBC:

Original Create a Forum Coding Favicon Logo:


Re-sized Create a Forum Coding Favicon Logo (Dimensions: 50x50)
54
Create A Forum Codes / [Code] Affiliates and Logos
« Last post by Fate on August 01, 2010, 09:13:53 pm »
Affiliates and Logo Code

If you want your Affiliates at the Top, add the code to your Headers.
If you want your Affiliates at the Bottom, add the code to your Footers.

Code: [Select]
<!---Affiliates and Logo by Fate--->
<!---http://cfcoding.createaforum.com--->
<!-- Original Code: Affiliate Box Codeby deathwilldie from Simple Machine Codes
(www.smcodes.smfforfree3.com)-->
<div class="tborder"><table width="100%" border="0" cellspacing="1" cellpadding="4">
<tr class="catbg"><td width="80%"><center>Affiliates</center></td>
<td width="20%"><center>Logo</center></td>
</tr>
<tr>
<td width="80%" class="windowbg2">
<marquee onmouseover="this.stop()" onmouseout="this.start()">
<!---Start Your Affiliates--->
<a href="AFFILIATE'S_URL"><img src="THEIR_LOGO_URL"/></a>
<a href="AFFILIATE'S_URL"><img src="THEIR_LOGO_URL"/></a>
<!---End Your Affiliates--->
</marquee>
</td>
<td class="windowbg" width="20%">
<center>
<!---Start Your Logo--->
<img src='YOUR_LOGO_URL' border='0'/>
<!---End Your Logo--->
<br>
</center>
</td></tr></table></div>
<!---http://cfcoding.createaforum.com--->
<!---End Affiliates and Logo by Fate--->


Description: This adds an Affiliates Bar which scrolls the logos of your affiliates - linking to their page. On the right side, you will have your own logo.



Change: AFFILIATE'S_URL to your Affiliate's site link.
Change: THEIR_LOGO_URL to the link of their logo/picture.
Change: YOUR_LOGO_URL to the link of your logo/picture.


You may add more affiliates by simply adding more of this line to the labeled spot:

Code: [Select]
<a href="AFFILIATE'S_URL"><img src="THEIR_LOGO_URL"/></a>
55
Create A Forum Codes / Before Using Our Codes/When Coding
« Last post by Fate on August 01, 2010, 09:10:48 pm »
Make sure you have these codes in your headers:

Code: [Select]
<script src="/jquery.js"></script>
Code: [Select]
<script src="/jquery.js" type="text/javascript"></script>


When using our codes, please keep the FULL code intact and ONLY edit the parts that we inform you to.

Avoid posting our codes on other sites, WE (coders) will post most codes on the Create A Forum Support Forum.






Information for our coders: (We use the current U.S. Copyright Laws regarding Cyberspace Copyright)




When making a code, use this format for posting:


Code: [Select]
<!---NAME OF YOUR CODE by YOUR NAME--->
<!---http://cfcoding.createaforum.com--->
THE CODE GOES HERE
<!---http://cfcoding.createaforum.com--->
<!---End NAME OF YOUR CODE by YOUR NAME-->

Replace: NAME OF YOUR CODE with whatever you want to call your code
Replace: YOUR NAME with your username/title
Replace: THE CODE GOES HERE with your code
If you modified a code made by another person, be sure to include this before THE CODE GOES HERE:

<!-- Original Code: COPYRIGHT NOTICE OF ORIGINAL CODE HERE-->

Replace: COPYRIGHT NOTICE OF ORIGINAL CODE HERE with the copyright notice of the original code. :P
56
General Discussion / Welcome to CreateaForum.com
« Last post by Create A Forum on August 01, 2010, 06:07:21 pm »
Welcome to Create A Forum Coding!

Here you will find Codes/Stylesheets/and Guides for your Create A Forum.
Pages: 1 ... 4 5 [6]