![]() |
I found that in the class_bbcode file as well, and it's gibberish to me. At least, the
Code:
* @param string Value for the tag |
That means that your function is getting this:
PHP Code:
|
Wait. So I should just replace every instance of $body and $name with 'param' and 'option' respectively, and turn the final output variable into 'return'?
I'm stuill really confused... |
Please read the description properly:
PHP Code:
|
Parameters tells me nothing. How do I add the parameter to reference the BBCode parser?
|
Read it again, carefully. Your custom function ("bbcode_deck()") will receive three parameters.
|
I still don't get it. Can someone please just give me a straight answer?
|
PHP Code:
|
Ah-So the
Code:
&$parser |
The BB code parser calls your function, and provides three parameters for you to use. $parser is the reference for the BB code parser, in case you need it.
PHP Code:
|
All times are GMT. The time now is 05:34 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|