Quote:
Originally Posted by ChrisLM2001
I installed this mod manually.
For some reason if I remove the quotes the query will go through like this on MySQL 4.0.20-standard / phpMyAdmin 2.6.0-pl2.......
Code:
CREATE TABLE `vbforum_warning_options`
But my question is this: in creating an autobot for the system warnings, you said this.....
I don't get that new field.
Where is that "Message Tag" code so I can double check if I typed/saved it correctly?
Thanks.
Chris
|
This is done by the install_warn.php script, or described in the upgradeToLatestVersion.txt.
To check it out, you should have the following phrases created:
setting_messagetag_desc
setting_messagetag_title
And also, in your setting table, there should be a line with varname equals to 'messagetag'.
Check the install_warn.php script for the queries you can run, or read the instructions in the upgrade on how to insert it from a browser page, if you do not have the above. If you have only one or two of them, but not all, you have to run the queries for the missing ones.
Rgds