vbulletin help

cityStatic

Seasoned Veteran
Joined
Aug 4, 2009
Messages
3,817
Reaction score
0
FP$
45
I have a vbulletin forum On any style, when you click BOLD for example, it just shos the text bolded, and not the codes. I wan it to show the codes because there are going to be a bunch of code tags, and this would be very useful if I could find out how to fix this.

Thanks,

Akihiro
 
No, I click the B button and it automatically shows up bold, with no tags around it.
 
Yeah vBulletin has that as default...

If you want to put the code around it put the tags around your text and then wrap it in HTML code, it will be shown in a box then.
 
Code:
[noparse][b]Your Text Here[/b][/noparse]

This code will also show the tags when you create the post.
 
Well you could try enabling HTML in your usergroup permissions. But it could be a security risk. If you allow HTML just for your group that might help.

*I haven't tried enabling HTML, so you would have to check.
 
I wouldnt allow HTML, as they can use the <script> tag and do very malicious things to your board.
 
The Pimped Papaya said:
I wouldnt allow HTML, as they can use the <script> tag and do very malicious things to your board.

If you allow HTML by Admins only then it will be safe. I wouldn't allow it for the whole forum though, just to those you trust.
 
Admin CP -> vBulletin Options -> Message Posting Interface Options -> Enable Clickable Message Formatting Controls

🙂
 
Back
Top Bottom