Page 1 of 1

CONFIRMED BUG! - Link Mod

PostPosted: Tue Feb 06, 2007 1:43 pm
Author: ScottDaMan
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Advanced Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?
ACP -> Links -> Configuration -> Option While Link added, notify all site admins on private message -> Switch to Yes -> Submit


What was done to try to solve the problem?
Added MySQL table row pm_notify under `phpbb_link_config`



De.scription and Message

Once pm_notify is added, the .script is able to properly update the switch from no to yes.

PostPosted: Tue Feb 06, 2007 3:55 pm
Author: tekguru
Can you please post the SQL code needed to perform the update?

PostPosted: Wed Feb 07, 2007 7:36 am
Author: xrichx
"tekguru";p="21538" wrote:Can you please post the SQL code needed to perform the update?


Code: Select all
INSERT INTO `phpbb_link_config` ( `config_name` , `config_value` )VALUES ('pm_notify', '0');


greetings

PostPosted: Wed Feb 07, 2007 6:19 pm
Author: ScottDaMan
Thanks for that. I only know how to use PHPMyAdmin. Heh