Quote:
Originally Posted by MarcusTangh
How do I get rid of this plugin? I updated to 3.5.1 and now it's messing up my forums. It keeps telling me that I can't edit any options in my forum because a bunch of fields don't exist anymore (accessf_nb and so forth)
I can't do it in the Plugins page, because that's messed up too, I'm assuming because of this plugin.
thanks.
|
I don't know what it can be but plugin works perfect on my vB 3.5.1.
You can remove plugin columns from database by running following 4 queries:
Code:
ALTER TABLE forum
DROP accessf_nb
ALTER TABLE forum
DROP accesst_nb
ALTER TABLE forum
DROP create_nb
ALTER TABLE forum
DROP reply_nb