Really nice one, I was looking for this for a long time, thanks.
Here the solution for the problem that some people and me had by editing the setttings
for those who get's an error : Fatal error: Unsupported operand types in adminfunctions_options.php on line 692
do this :
* Uninstall (in product section)
* Replace in HTML file this one: ( you need to change the "number" to "bitfield"
Code:
<setting varname="hide_bbcode_list" displayorder="200">
<datatype>number</datatype>
* To this one:
Code:
<setting varname="hide_bbcode_list" displayorder="200">
<datatype>bitfield</datatype>
* Install (install this product again)
|