The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
bbcode question
Hi,
On my forum I only see limited BBCode options. If I look here.... https://vborg.vbsupport.ru/misc.php?do=bbcode I see options such as... Code:
[floatright] - Floats Text Right [rft] - Floats Text Right [lft] - Floats Text Left [imgrft] - Replaces [img] tag to float right] [img] tag will still work as usual [imglft] - Replaces [img] tag to float left] [img] tag will still work as usual Anyone got any ideas? vB Version is 4.0.x Thanks |
#2
|
|||
|
|||
Those are custom bbcodes which you can add to your site using the Custom BB Codes menu in the admincp. You just have to figure out the replacement html for the code you want, which you can probably do by looking at the html source of the page you linked above. For example, for floatright the replacement would be:
Code:
<span style="float:right">{param}</span> which I got by viewing the source and replacing the text with {param}. You might also be able to find some replacement codes by searching in the mod forums. |
#3
|
|||
|
|||
Thank you. that has helped allot
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|