The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Multiple options in custom bbcode
I have a story archive associated with my site and I am trying to set up some bbcode that can easily link to those stories and to chapters within those stories.
story urls are http://stories.mysite.net/viewstory.php?sid=Story ID and chapter urls are http://stories.mysite.net/viewstory.php?sid=Story ID&chapter=Chapter number I know I can get the first to work simply with: Code:
[story={option}]{param}[/story] <a href="http://stories.mysite.net/viewstory.php?sid={option}">{param}</a> Code:
[chapter={option1},{option2}]{param}[/chapter] <a href="http://stories.mysite.net/viewstory.php?sid={option1}&chapter={option2}">{param}</a> (I'm on 3.5.4 if that's any help) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|