MyBB Community Forums

Full Version: Member of The week/month plugin Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed Member of the week/month plugin in my board , it was Activated successfully,I Deactivated it From plugins but the link was not removed from ACP/board setting/ change, i tried activating it again to deactivate and see if is also removed from the ACP but it gives this Loook ...

Attachment can give you full picture of my problem .. please help me fix it

[attachment=9747]
delete settigns groups manually. Admn CP-->Board Settings-->Change-->Manage Settings
Just a note; if you look in the deactivate section;

	$db->delete_query(TABLE_PREFIX."settings","name='motw_recount'");
	$db->delete_query(TABLE_PREFIX."settings","name='motw_choice'");
	$db->delete_query(TABLE_PREFIX."settings","name='motw_usergroups'");
	$db->delete_query(TABLE_PREFIX."settings","name='motw_myps'");
	$db->delete_query(TABLE_PREFIX."settinggroups","name='motw_group'");

Everything gets deleted.