





Maybe i can find a way to do it, but i don't think so...




[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3408: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3410: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3411: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3412: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)




In your Sql query, you should change it from INSERT INTO phpbb3_profile_lang (field_id, lang_id, lang_name, lang_explain, lang_default_value) VALUES (1, 1, 'Do you agree with our forum rules?', '<a href="http://YOURSITE.COM/YOURFORUMDIR/rules.php">Click to display them</a>', '');
INSERT INTO phpbb_profile_lang (field_id, lang_id, lang_name, lang_explain, lang_default_value) VALUES (1, 1, 'Do you agree with our forum rules?', '<a href="http://YOURSITE.COM/YOURFORUMDIR/rules.php">Click to display them</a>', '');





Return to Miscellaneous MODs, Hacks and Downloads
Users browsing this forum: No registered users and 11 guests