v8td
Member
Hi!
Where i can define the new class and function for PHP Callback?
Please explain me this help line:
"This callback will receive these parameters: array $tag, array $rendererStates, XenForo_BbCode_Formatter_Base $formatter."
- $tag = is the tag of the custom bb code? ... So i can define a generic class, and function where i use a php switch (if($tag == "tag1"){}... else if($tag == "tag2")....) ?
I must echo the restul, or just use return $result?
- what is $redererStates?
- how to pass parameters? As json?
- can i define as many params as i need?
Some example for a more complicated custom bb code?
Thank you!
Where i can define the new class and function for PHP Callback?
Please explain me this help line:
"This callback will receive these parameters: array $tag, array $rendererStates, XenForo_BbCode_Formatter_Base $formatter."
- $tag = is the tag of the custom bb code? ... So i can define a generic class, and function where i use a php switch (if($tag == "tag1"){}... else if($tag == "tag2")....) ?
I must echo the restul, or just use return $result?
- what is $redererStates?
- how to pass parameters? As json?
- can i define as many params as i need?
Some example for a more complicated custom bb code?
Thank you!