News:

Wondering if this will always be free?  See why free is better.

Main Menu

Setting a default "single PM" view on 2.b4

Started by Geko, December 24, 2008, 01:36:37 PM

Previous topic - Next topic

Geko

Please, help. Where can I set the "single PM" view as default for all users? I spent two hours searching for this, but I didn't find it. Users can do that themselves from their profile settings, but I want to do that for everyone and to set it to default.

sherpa サイバー侍


Geko

Quote from: sherpa サイバー侍 on December 24, 2008, 08:00:40 PM
There was a mod for View Single PM but it is out date

I know that. It says that it is out of date because the functionality is integrated in version 2.0, but it is not.

Geko

Don't tell me that no one in a support forum knows if there is such a setting or not  :) Please, someone... help!

greyknight17

Is this issue resolved? If not, we can edit the code for one of the files and update the database with a query so everyone's profile is set to view single PM.

Go into phpMyAdmin and click on your database. Then click on the SQL tab and copy paste the following code and run it:

UPDATE smf_members SET pm_prefs = 1

Open up /Sources/Subs-Members.php:

Code (Search for) Select
'pm_email_notify' => 1,

Code (Replace with) Select
'pm_email_notify' => 1,
'pm_prefs' => 1,

Advertisement: