vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Sent messages (https://vborg.vbsupport.ru/showthread.php?t=219365)

digif 07-24-2009 04:55 PM

Sent messages
 
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:
Code:

$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


All times are GMT. The time now is 07:26 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00996 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete