Quote:
Originally Posted by sub_ubi
The format is mytag=opt1|opt2|opt3
This works fine on 3.6.x
However, it's not compatible with PHP5. If you use it on a server with php5 you will get this error:
To make it compatible with PHP5, go to your plugin manager and in,
bbcode_fetch_tags
replace
with
and it will work fine.
|
Wow, thank you for that! It works now.
+ another one for vB 4 version please!!