~Mr.Canvas~
Well-known member
- Joined
- Apr 27, 2007
- Messages
- 247
- Reaction score
- 0
I've seen some small forums, so I've made this little guide to help you.
GRAPHICS
Graphics should be hand made. All logos, buttons and other pictures should be copyrighted to the board. The admin or other members should have made those graphics.
SKIN
The skin should aswell be handmade. You can also visit the IFSZ or other skin supplying forums.
EMOTICONS
The smiles should be deleted and replaced with emoticons that match your board's theme. For example, TamaTalk. It is tama-based with tama emoticons.
OTHER
You could also find a money system and name is Gotchi Points with the symbol "G". Arcades are fun to have so members can compete against eachother. Member legends are good to have too. I'll help you with mmber coding:
:Admins:
Admins should have a red or darkred color. For this to happen, follow the code:
PREFIX:
SUFFIX:
You can replace red to any color.
:Mods:
Mods should be treated the same as admins, except with green or another color. For this to happen, follow this code:
PREFIX:
SUFFIX:
:Members:
Member should just be underlined.
PREFIX:
SUFFIX:
The rest should be left alone.
I hope I helped! Good luck!
GRAPHICS
Graphics should be hand made. All logos, buttons and other pictures should be copyrighted to the board. The admin or other members should have made those graphics.
SKIN
The skin should aswell be handmade. You can also visit the IFSZ or other skin supplying forums.
EMOTICONS
The smiles should be deleted and replaced with emoticons that match your board's theme. For example, TamaTalk. It is tama-based with tama emoticons.
OTHER
You could also find a money system and name is Gotchi Points with the symbol "G". Arcades are fun to have so members can compete against eachother. Member legends are good to have too. I'll help you with mmber coding:
:Admins:
Admins should have a red or darkred color. For this to happen, follow the code:
PREFIX:
Code:
<span style='color:red'><b>
Code:
</span></b>
You can replace red to any color.
:Mods:
Mods should be treated the same as admins, except with green or another color. For this to happen, follow this code:
PREFIX:
Code:
<span style='color:green'><b>
Code:
</span></b>
:Members:
Member should just be underlined.
PREFIX:
Code:
<u>
Code:
</u>
The rest should be left alone.
I hope I helped! Good luck!