I'll go try it.
Quote:
Originally Posted by Marco van Herwaarden
Please run the folowing query:
SQL Query: ( how to run queries)
ALTER TABLE administrator ADD COLUMN `dismissednews` text;
If you get a new error abot a missing languageid column after that, also run:
SQL Query: ( how to run queries)
ALTER TABLE administrator ADD COLUMN `languageid` smallint(5) unsigned NOT NULL default '0';
|
On Edit:
Tt did work for "Dismiss News" in the ACP. Thanks!! But the "New Posts" is still a problem.