vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   No WYSIWYG Editor for New Post, or Reply or Quick Reply (https://vborg.vbsupport.ru/showthread.php?t=175567)

notrick 04-08-2008 08:45 PM

No WYSIWYG Editor for New Post, or Reply or Quick Reply
 
Hi All,

I dont see any WYSIWYG editor in my VB Installation. :(

I am using 2.6.8

I can see WYSIWYG editor in old version of Firefox (2.xx) But Not in 3.0 BETA, Nor in Flock, nor in IE7, IE8, Maxthon, Safari no where.

Its only visible in Firefox 2.xxx.

What Should I Do?

http://forums.targetlife.com

Lynne 04-08-2008 09:14 PM

Do you have a test account we can use?

notrick 04-08-2008 09:39 PM

yes

Use username and pwd as

demo
demo

Lynne 04-08-2008 09:51 PM

check in the showthread_quickreply template (and similar in postbit_quickedit and editor_toolbar_on) and see if these lines have been modified:

Code:

    <if condition="$show['wysiwyg_compatible']">
        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
        <td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div></td>
    </if>



edit: have you tried disabling your plugins to see if this works without them?

notrick 04-08-2008 10:09 PM

sorry For my above message.

I have this in editor_toolbar_on

PHP Code:

<if condition="$show['wysiwyg_compatible']">
   <
td>
    <
div class="imagebutton" id="{$editorid}_cmd_switchmode">
        <
img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]/>
    </
div>
   </
td>
</if> 



AND IN QUick EDIT I have

PHP Code:

<if condition="$show['wysiwyg_compatible']">
<
td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<
td>
<
div class="imagebutton" id="{$editorid}_cmd_switchmode">
<
img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]/>
</
div>
</
td>
</if> 


Lynne 04-09-2008 02:23 AM

Well, those are default, but the code is not getting added in Safari, so I have to suspect that you have a plugin that is causing the problem. Try turning off your plugins and see if you still have the problem.

Digital Jedi 04-09-2008 02:54 AM

I can see them just fine in IE7.

notrick 04-09-2008 03:31 AM

oh.
thats good news.
I will retry. uninstalling IE8 and will report back soon.
Thanks a ton for seeing


All times are GMT. The time now is 12:17 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.02340 seconds
  • Memory Usage 1,732KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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