Private Message Popup (RC1)

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
User avatar
DraconisCombine
Registered User
Posts: 14
Joined: Sun Dec 17, 2006 4:52 pm

Private Message Popup (RC1)

Post by DraconisCombine »

Is there an option to set the "Popup on Private Messages" to "Enabled" as a default for every user? Just wondering if I can do that.

Thanks.

User avatar
jojobarjo32
Registered User
Posts: 164
Joined: Wed Jun 22, 2005 7:38 pm
Location: France

Re: Private Message Popup (RC1)

Post by jojobarjo32 »

You have to change the default value of phpbb_users.user_options from 895 to 1919 (895 + 2^10, 10 being the "id" for popuppm).
If you have MySQL, execute the following query with PhpMyAdmin for example (replace phpbb_ with your own prefix if necessary):

Code: Select all

ALTER TABLE `phpbb_users` MODIFY `user_options` int(11) UNSIGNED DEFAULT '1919' NOT NULL;
Last edited by jojobarjo32 on Mon May 28, 2007 9:08 pm, edited 1 time in total.

User avatar
DraconisCombine
Registered User
Posts: 14
Joined: Sun Dec 17, 2006 4:52 pm

Re: Private Message Popup (RC1)

Post by DraconisCombine »

OK, thanks :)

Post Reply