Hi, I tried as you say, removed plugin, and it still was doing it.
Then I read by chance this guy's suggestion in that other thread:
Quote:
* 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)
|
Did that, but still getting the PARSE error like before.
But, interestingly, and this might tell us something, even with the new install of the same plugin with the bitfield text correction, on my forum my custom text for hidden BB code was different than the default that came with the plugin. But here, even with the new install of the plugin, in my postbit we see MY customized text, not the default. So what did I do wrong? Did I not remove it correctly? It was surely not in the products page after I uninstalled, but it lingers yet.
Thanks