Login or Register
06:14:46 PM
Login... or Create an account

cCode Guide

cCode is essentially a set of coding that will allow you to customize many user-based aspects around Communiful, such as your forum posts and your profile. cCode acts very much like bbcodes you may or may not have seen on various forums around the internet. Here is a quick table to show you the available cCodes and how to use them.
cCodes
cCodecCode ExampleDisplay Example
BoldI like [b]apples[/b].I like apples.
ItalicsI [i]like[/i] apples.I like apples.
Underline[u]I[/u] like apples.I like apples.
Left Align[left]I like apples.[/left]I like apples.
Center Align[center]I like apples.[/center]I like apples.
Right Align[right]I like apples.[/right]I like apples.
Image[img=http://somesite.com/image.png]Star
Font Color[color=#HEXCODE]I like apples.[/color]I like apples.
Font Size[size=1]I like apples.[/size]I like apples.
Font Face[face=Arial]I like apples.[/face]I like apples.
Quote[quote]I like apples.[/quote]Quote
I like apples.
Line BreakI like[br]apples.I like
apples.
Horizontal RuleI like[hr]apples.I like
apples.
Heading (h1-h3)[h3]I like apples.[/h3]

I like apples.