I've seen on some other forums (Gameforge ones) that they use some quick bbcodes for staff members in the posts and the have specific fonts/color/size etc.
For example, a Staff User named MrMind would use the quick bbcode in the sceditor
[mmd]text[/mmd]
Or a Staff User named Steve would use the quick bbcode in the sceditor
[ste]text[/ste]
and the text would automatically change font/color/size etc while these specific font/color/size etc where different for each one.
Ex. In editor will be shown: [mmd]text[/mmd] but this would give the result to the post: text
- Code:
[color=#0033cc][font=Comic Sans MS][size=16]text[/size][/font][/color]
& In editor will be shown: [ste]text[/ste] but this would give the result to the post: text
- Code:
[size=16][font=Georgia][color=#ff6600][b]text[/b][/color][/font][/size]
Question: Is there a way that we could have this effect on our forums?