Quote:
Originally Posted by magnus
Socrate, it just dawned on me what the problem was.
Run this query:
[SQL]
ALTER TABLE `language` ADD `phrasegroup_postingbans` MEDIUMINT NOT NULL;
[/SQL]
That will fix your problem. I've gone ahead and updated the .TXT file.
|
good, that still does not go (see screen1), the text does not appear.
I have thus to add the sentences in ACP STATE manually (via manager language, screen2) and the text appears (your requests sql for the addition of the sentences does not function apparement)
==================================================
a council, to remove these 4 requests :
PHP Code:
INSERT INTO `phrasetype` VALUES (152, 'postingbans', 'User-Defined Posting Bans', 3);
INSERT INTO `phrase` VALUES (17188, 0, 'banned_users', 'Banned Users', 152);
INSERT INTO `phrase` VALUES (17189, 0, 'banned_users_desc', 'List of users, separated by commas, who cannot reply to this thread. (ie. user1,user2)', 152);
INSERT INTO `phrase` VALUES (17190, 0, 'banned_from_posting', 'You have been prohibited by the thread author from posting in this thread!', 1000);
who seems to pose problems, and to replace them by manual installation of the sentences in the ACP