Quote:
Originally Posted by borbole
That is because the column is not added to the database. Maybe Marco forgot to add it at the install code.
Anyway, to fix the database error that appears with this mod when changing the forum option, run the following query at phpmyadmin by running the following query:
Code:
ALTER TABLE forum ADD `MARCO1_forumnocontent` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';
And when uninstalling the mod, you can drop the column by running this other query:
Code:
ALTER TABLE forum DROP `MARCO1_forumnocontent`;
If your db tables have a prefix, you should include that in the query as well.
Hopefully the author will include it in the install code at the plugin.xml file so it can perform both action automatically on install and uninstall.
P.s. I hope you didn''t mind me butting in here MARCO1 
|
Yes you are correct I have forget that, But as you know working with vbseo take all of my time so I don't have any free time to update the free Mods