Author |
Message |
dobbelina
Hangin' Around

Joined: Jul 21, 2004
Posts: 47
|
Posted:
Sun Aug 29, 2004 6:22 am |
|
Hi!
I'm using nuke v7.4.
In the "My account" under "My info" there's an option to activate/de-activate
the PM pop-up.
I'm wondering,is there a way for me to change so that the pop-up is enabled
as default when new members register ?
(default is off)
Dobbelina  |
|
|
|
 |
GeekyGuy
Client

Joined: Jun 03, 2004
Posts: 302
Location: Huber Heights Ohio
|
Posted:
Sun Aug 29, 2004 9:29 am |
|
dobbelina,
Using PHPMyAdmin, go to the nuke_users table. Find the value for user_popup_pm . The default for this is 0 (zero). Change it to 1 (one) and save your settings.
This should set the 'Pop up window on new Private Message' to 'Yes' |
_________________ "The Daytona 500 is ours! We won it, we won it, we won it!", Dale Earnhardt, February 15th, 1998, Daytona 500 |
|
 |
 |
dobbelina

|
Posted:
Sun Aug 29, 2004 11:57 pm |
|
Ok,thanks for that !
Now there's another problem,doing what you suggested will make every new user
have the pop-up on as default,that's great,but what if i wanna change that 0
to a 1 on all existing users ?
I know i can do it manually,but i have 0ver 2000 users and that's a lot of work.
What i mean is how can i change that value from a 0 to a 1on all the users
simultaneously?
Dobbelina ? |
|
|
|
 |
sixonetonoffun
Spouse Contemplates Divorce

Joined: Jan 02, 2003
Posts: 2496
|
Posted:
Mon Aug 30, 2004 12:15 am |
|
update nuke_users set user_popup_pm="1"; |
_________________ [b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 |
|
|
 |
GanjaUK
Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004
Posts: 633
Location: England
|
Posted:
Mon Aug 30, 2004 12:17 am |
|
You can update it for everyone by running this in the sql box.
Code:
UPDATE nuke_users set user_popup_pm='1';
|
edit: lol pipped me there six |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
dobbelina

|
Posted:
Mon Aug 30, 2004 1:15 am |
|
Ahh,thanks a lot (both to sixonetonoffun and GanjaUK)!
You saved my mouse wheel a trip to china !!!
Is there perhaps some application out there that can do stuff like this
easily ?
I have SQLyog but it doesn't seem to have that capability
Dobbelina  |
|
|
|
 |
|