The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Image bbcode w/caption
The link below shows the image bbcode w/caption for phpbb.
http://phpbbandbbcodes.com/viewtopic.php?f=11&t=1637 What needs to be changed to make it work with VB? Thank you |
#2
|
|||
|
|||
Try this:
HTML Code:
<div style="background-color: #F9F9F9;border: 1px solid #CCCCCC;padding: 3px;font: 11px/1.4em Arial, sans-serif;margin: 0.5em 0pt 0.5em 0.8em;width:452px;"> <img src="{option}" style="vertical-align:middle;margin-bottom:3px;width:450px;height:350px;" title="Image" /><br /> <div style="text-align:center;">{param}</div> </div> Example: Code:
[imagecap="http://www.realhomeimprovement.net/wp-content/uploads/2011/05/flowers.jpg"]A small caption or description goes here![/imagecap] Radio Buttons: (Mandatory) Use {option} = YES |
#3
|
|||
|
|||
Beautiful, works like a charm. THANK YOU.
Now if I want to get the image text wrap similar to the below code Code:
<img src="{param}" align="{option}" alt="Inline Image" border="0" hspace="5" vspace="5" /> Code:
<div style="background-color: #F9F9F9;border: 1px solid #CCCCCC;padding: 3px;font: 11px/1.4em Arial, sans-serif;margin: 0.5em 0pt 0.5em 0.8em;width:452px;"> <img src="{option}" style="vertical-align:middle;margin-bottom:3px;width:450px;height:350px;" title="Image" /><br /> <div style="text-align:center;">{param}</div> </div> What can be done? |
#4
|
|||
|
|||
In the standard vBulletin BBCODE's you only have two user entries {param}, {option}, unfortunately.
You can use this great modification to work around that issue, but it is a more advanced process. https://vborg.vbsupport.ru/showthrea...ghlight=bbcode |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|