vb.org Archive

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

Shill360 07-20-2009 02:15 PM

wysiwyg editor
 
When i create a new thread or go advanced when replying to a thread I cannot change the colour using the wysiwyg editor I click on the colour pallete but nothing happens.

However on quick reply it works fine.

Any idea where I need to look in templates or the php file to correct this issue.

Thanks in advance

Lynne 07-20-2009 03:08 PM

Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

Shill360 07-20-2009 03:33 PM

Nope, the issue is resolved if I change style to the new one you suggested.

Lynne 07-20-2009 04:05 PM

If it works on the default, then it is a problem with your style. So, take a look at the templates for that page and see which ones were modified and compare them to the default template and see what the differences are.

To see which templates are used on a page, go into debug mode and you'll see the list of templates on the bottom right of the screen.

To go into debug mode, add this into the config.php file (after the first line, before the last line):
PHP Code:

    $config['Misc']['debug'] = true


Shill360 07-20-2009 04:57 PM

I have found out which template caused the problem 'headinclude'

I'm not sure putting it back to default will have broken a mod that I implemented some time ago but for the time being everything looks great.

So thanks very much for your assistance on this matter.


All times are GMT. The time now is 08:45 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.01024 seconds
  • Memory Usage 1,715KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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