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
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
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
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..
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
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.