PopUp default

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

PopUp default

Post by mikef35 »

I know or at least I think this is the query to turn on everybody's PM popup.

UPDATE phpbb_users SET user_options = user_options + 1024 WHERE user_type <> 2 AND user_options & 1024 = 0;

Does anybody know the quey to turn off everybodys pm popup?

PopUp default

Post by Solidjeuh »

Maybe change 0 into 1 ?

don't know, just an idea.. :D

PopUp default

Post by mikef35 »

Solidjeuh wrote:Maybe change 0 into 1 ?

don't know, just an idea.. :D
I have tried that

PopUp default

Post by Solidjeuh »

Can't you just remove that code from overal_header?
Don't know witch code, I'm not at home right now..
Not even sure if there is a code for that..
But normally it should be there somewhere..

PopUp default

Post by mikef35 »

NO, I want to do the query, then I will use the other query to put them all back. I need to turn all off then back on to reset for the mod i am using. for some reason I had to turn mine off then on then the new popup worked.

PopUp default

Post by mikef35 »

(SOLVED)