PDA

View Full Version : Got the forum working...but PMs are default no


Tschnitker
Thu 29th Jul '04, 2:04am
This is strange.

Got the forums working...had my buddy figure it all out for me.

Converted from phpbb2

Everything is working well, but tonight I noticed that all the existing users' PMs are disabled.

How can I fix this?

Thanks

- Tyson

Steve Machol
Thu 29th Jul '04, 2:34am
First, check the usergroup options and make sure PMs are enabled. Then to set global options for all users:

Admin CP -> Import & Maintenance -> Execute SQL Query -> Automatic Query

Then choose the appropriate query and click on 'Continue'.

To run queries you first need to give yourself permission to run queries in the Admin CP. To do this, edit this section of config.php:

// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = 'x';

...with x being your userid number.