The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
BBCode help
I am trying to re-create the IMG bbcode, instead being named nimg. I need this for my vBAdvanced news portal (I don't feel like explaining the whole situation, only thing is I need this [nimg] bbcode to work instead of using IMG). Right now, I am using
HTML Code:
<img src="'[url]'" />
I have tried; HTML Code:
<img src="'$link'" />
Thanks a million. |
#2
|
|||
|
|||
Use {param} for the text between the open and close tags, and {option} for the part after the equal sign inside the first tag (if you set "Use Option" to Yes). Note that the same tag name with and without the option are treated as two different tags (in other words, you could have [nimg] and [nimg=foo] tags that do entirely different things, although if you actually did that it would probably be confusing).
|
#3
|
|||
|
|||
Tried that.
The new replacement is HTML Code:
<img src="{param}">
When I post an image wrapped around [nimg], it just shows up as this on the new thread/post. picturehere.gif"> Help? |
#4
|
|||
|
|||
I tried it and it works for me. You put your path to the image (or full url) between the tags, right?
Do you have any other mods that affect posted images? Maybe try disabling all mods temporarily and see if it makes any difference. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|