PDA

View Full Version : Receive Private Messages is set to No


lfpm
Thu 2nd Dec '04, 5:50pm
I have imported my phpbb forum to vbulletin, but all the members have the Receive Private Messages set to No, i have to manualy edit each user and switch it to yes? i have 520 members! Is there any other way?????????

Jerry
Thu 2nd Dec '04, 5:55pm
In the admincp :

Import & Maintenance -> Execute SQL Query -> "Yes - receive Private Messages"

lfpm
Thu 2nd Dec '04, 6:16pm
Ok but this is what i get

You are not authorized to execute SQL queries

Zachery
Thu 2nd Dec '04, 6:17pm
In config.php find

$canrunquerys ='';

Change it to

$canrunquerys ='1';

:)

lfpm
Thu 2nd Dec '04, 6:21pm
i just fixed it, superadmin thing
thanks anyway

Zachery
Thu 2nd Dec '04, 6:53pm
Being a superadmin does not allow you to run querys, just putting your userid in that field does :)