Quote:
Originally Posted by Kosmic1
Hey! I've installed this product and uninstalled, then my permissions on user groups for registered members have changed to don't "allow images in signatures", then I set it to allow and still not appearing the pictures.. just in the preview. I've delete the bitfield file too etc etc run query and nothing.
What can I do to fix it, please??
|
Did you do this?
Steps 1 & 2 of the uninstall instructions? If you did, then do the following:
In the AdminCP, select
Maintenance ->
Execute SQL Query and run the following query:
[sql]describe usergroup;[/sql]
If there is not a
ms_vopt_permissions entry in the
Field column, then the hack is completely uninstalled and can not be causing the issue.
If there is a
ms_vopt_permissions entry in the
Field column, then running the following query will get rid of it:
[sql]ALTER TABLE usergroup DROP ms_vopt_permissions;[/sql]
Then this hack will be completely uninstalled, and if your problem is still persists then this hack is not the cause of your issues.