Page 1 of 1

Link pm_notify not there

PostPosted: Sun May 27, 2007 2:37 pm
Author: r1Pped
In the admin section for the link config, it has an option for pm'ing site admins on a new link, but the SQL data is not there for it.

I thought perhaps my download and install was wrong at first, but after a fresh download and checking through the SQL files, its not there.
[code]INSERT INTO phpbb_link_config (config_name, config_value) VALUES ('site_logo', 'http]
Note the 'email_notify' is there, but the 'pm_notify' is not.

Simple edit really makes it work fine.

Re: Link pm_notify not there

PostPosted: Sun May 27, 2007 2:53 pm
Author: Helter
Code: Select all
INSERT INTO `phpbb_link_config` ( `config_name` , `config_value` ) VALUES ( 'pm_notify', '0' );

PostPosted: Sun May 27, 2007 3:20 pm
Author: r1Pped
Works fine thanks.
Might be an idea to edit the download file to sort the problem tho <img>