Ok. Today was the first time I installed a mod and so far no errors.
I installed the global announcement mod and I think it installed correctly because if I go to the Admin CP is shows up fine.
The proplem is the SQL part. In the install.txt file it says:
#
#-----[ SQL ]------------------------------------------------
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('global_title', 'Global Announcement');
INSERT INTO phpbb_config (config_name, config_value) VALUES('global_announcement', 'Any important information relating to this site will be posted
here!');
INSERT INTO phpbb_config (config_name, config_value) VALUES('global_enable', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('marquee_disable', '0');
I'm not to sure what to do there. Do I execute that SQL statement? If so how would I do that?
Thanks





