vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do i make WYSIWYG default for all users. (https://vborg.vbsupport.ru/showthread.php?t=209052)

pincrackergod 03-21-2009 10:17 PM

How do i make WYSIWYG default for all users.
 
How do you do it? o___o

Cryo 03-21-2009 10:29 PM

You have to do two things. First, login to your Admin CP and go to vBulletin Options -> vBulletin Options -> User Registration Options, scroll down to Message Editor Interface and switch it to Show Enhanced (WYSIWYG) Editor Toolbar. Save - this will set it as the default for new users.

Next, to change the setting for existing users, go to Maintenance -> Execute SQL Query. Under Automatic Query scroll to the bottom and select Show Enhanced (WYSIWYG) Editor Toolbar. Click continue, and you're done.

If it tells you that you don't have access to execute SQL queries you need to open up your ./path/to/forums/includes/config.php file and change the setting for "$config['SpecialUsers']['canrunqueries'] = '';" to include your user id. For example, if your user id is 1 you would change the line to read...

Code:

$config['SpecialUsers']['canrunqueries'] = '1';
Hope that helps!

matheus21 11-22-2015 12:10 PM

it helped me a lot, thank you!


All times are GMT. The time now is 08:55 PM.

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.01442 seconds
  • Memory Usage 1,706KB
  • 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
  • (3)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