Notify by default

Guides & Snippets for phpBB3. Try the Snippets here and share Your own Snippets
There is no support here! Only Read Access!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Notify by default

Post by Stoker »

Notify by default

Moved here: viewtopic.php?f=45&t=1259
Board rules! No PM support
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

Re: Notify by default

Post by Bullseye »

Thanks :)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Notify by default

Post by cisco007 »

and the sql query to update this to already registered user, go to either you phpmyadmin page or use the STK!

Code: Select all

UPDATE `phpbb_users` SET `user_notify` = 1 WHERE `user_type` <> 2 
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 815
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Notify by default

Post by Steve »

Thanks for that cisc007 was wondering why this didnt work on my site.
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Notify by default

Post by cisco007 »

i do this everytime I upgrade a site just to be sure, i know i probably don't have to but i do it anyways! :thumb:
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

Re: Notify by default

Post by Bullseye »

cisco007 » 26 Apr 2010, 18:35 wrote:and the sql query to update this to already registered user, go to either you phpmyadmin page or use the STK!

Code: Select all

UPDATE `phpbb_users` SET `user_notify` = 1 WHERE `user_type` <> 2 
Sorry to be a pain, but I'm not really sure how to do this, do I need to modify a file, if so which one?

I've done the other one for new users, is there a way to do it for current users by altering a file?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 815
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Notify by default

Post by Steve »

viewtopic.php?f=10&t=53 < read down and look at the part "Doing SQL changes"
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

Re: Notify by default

Post by Bullseye »

Which database do I need to modify?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 815
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Notify by default

Post by Steve »

Yours.
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
User avatar
Bullseye
BBCoder IV
BBCoder IV
Posts: 153
Joined: 02 Apr 2010, 20:49
Location: England

Re: Notify by default

Post by Bullseye »

the forum one?

Installed put it in that one and got this message:
#1146 - Table 'bullseye_forum.phpbb_users' doesn't exist
How ever underneath that message, it says 'edit' and 'create PHP code'
Locked