View Full Version : Sent messages
digif
07-24-2009, 04:55 PM
When I created forum, I puted that it dont save sent messages, now I want to change that, and I did, but even if it's on, it doesnt work. Do I need to refresh it for all until now registered users somehow or?
digif
07-25-2009, 11:30 PM
anyone
HMBeaty
07-25-2009, 11:33 PM
Did you turn it on in your profile?
digif
07-26-2009, 08:00 AM
do I have to, I mean, then all my members need to do that? Can I with one click do it for everyone?
Lynne
07-26-2009, 01:56 PM
Yes, you need to turn it on in your User CP. You cannot do it with one click for everyone.
digif
07-26-2009, 05:12 PM
so I need to do it for 100 members?!
HMBeaty
07-26-2009, 05:40 PM
Yes
digif
07-26-2009, 05:53 PM
damn, we found bug on vB :)
HMBeaty
07-26-2009, 06:36 PM
It's not a bug, its how vB is built. If you opted not to save sent messages in the beginning in the main options, then it sets the default for users when they register to not save sent messages. If you decide to go back and change it so you want to save your sent messages in the main options, that applies to the users that register from now on. You can ALWAYS still change it in your UserCP if you want to save your sent messages or not
James Birkett
07-26-2009, 07:21 PM
The option would be stored in the database.. so couldn't an SQL query be executed to change them values from false to true?
digif
07-26-2009, 09:37 PM
You're right Birkett, I will try to find out how to fix it and post it here later. Maybe tommorow.
digif
07-28-2009, 02:24 PM
Let's see, Admin CP -> Maintenance -> Execute SQL Query, to run queries we first need to give ourself permission to run queries. To do this, we edit this section of config.php:
$config['SpecialUsers']['canrunqueries'] = 'x';
with x being our userid number (usualy-1).
Now, when you do this, you have permission, but I dont know what to choose, maybe option to set: Yes - Receive Private Messages, and when do this,
https://vborg.vbsupport.ru/external/2009/07/10.jpg
as the reset doesn't change anything.
James Birkett
07-28-2009, 02:45 PM
You already have the option to receive messages. It's saving sent messages you want to change.
I'll look in my database to see where this is saved.
digif
07-28-2009, 03:24 PM
I know, but can't find it anywhere
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.