PDA

View Full Version : No WYSIWYG Editor for New Post, or Reply or Quick Reply


notrick
04-08-2008, 09:45 PM
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, 10:14 PM
Do you have a test account we can use?

notrick
04-08-2008, 10:39 PM
yes

Use username and pwd as

demo
demo

Lynne
04-08-2008, 10: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:

<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, 11:09 PM
sorry For my above message.

I have this in editor_toolbar_on


<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


<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, 03: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, 03:54 AM
I can see them just fine in IE7.

notrick
04-09-2008, 04:31 AM
oh.
thats good news.
I will retry. uninstalling IE8 and will report back soon.
Thanks a ton for seeing