PDA

View Full Version : WYSIWYG Editor Disapeared


dannycutts
09-14-2011, 11:33 PM
Hello,

I have just upgraded from 4.1.5 to 4.1.6 and now my WYSIWYG editor is not displaying....

Any ideas on what may cause this, my members are already moaning :-(

Thanks for your help

Danny

Lynne
09-15-2011, 01:59 AM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, 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 and with your modifications disabled - do you still have the same problem?

Digital Jedi
09-15-2011, 04:28 AM
Also, did you check to see if it was, you know, turned off? :)

dannycutts
09-15-2011, 06:58 AM
OK default style works fine.....

Not sure why that is though as the custom style has only had colour changes

Lynne
09-15-2011, 03:34 PM
OK default style works fine.....

Not sure why that is though as the custom style has only had colour changes
Obviously it has more than that. Go to the style > Edit templates > and see if any templates show up in red.

spencerp
09-16-2011, 06:37 AM
Hi, I'm having a similar issue with my "custom skin" as well. And it seemed to have happened right after the 4.1.5 to 4.1.6 upgrade...

Posted at the forum where I got the skin from:
i dunno whats going on with this at all... i made the CinemaFIXED default.. and set FIXED as my chosen skin in profile settings... but editor dont work. but it does if i switch to CinemaFLUID in bottom of page, whilst still having the editor/ write thread window open, and it refreshes... wtf... I tried removing the FLUID too, just keeping FIXED installed. Same thing. It seems to work in the opposite skin that's chosen as "default skin" for forum. Even under Lang /Style settings.. setting FIXED as default, and FLUID for mobile browser options.. Same thing. Set them ALL to FIXED skin... Go write a thread, it don't show in FIXED. But choose FLUID in footer in select box.. it shows up the editor...

I even disabled all plugins and add-ons when trying the above measures. There were no style/skin file edits either. I tried finding some solutions and etc, but with no luck, have found a "fix". I'm at a loss...

QUICK UPDATE: Turning OFF the option to let users pick their own skin/theme seems to work. Also, AdminCP -> Styles & Templates -> Style Manager -> MYSKIN -> StyleVars -> ImagePaths -> imgdir_editor
Make sure the value is: images/editor
instead of: images/styles/MYSKIN/editor

Seems to help a little bit. But it's still weird that it would only work in the opposite chosen skin...

pmflav1
09-16-2011, 08:13 AM
Thanks for the writeup, but the above doesn't work for me.

--------------- Added 1316169134 at 1316169134 ---------------

Found a fix:

Re-upload includes\functions_editor.php. from the 4.1.5 version.

spencerp
09-16-2011, 05:38 PM
Thanks for the writeup, but the above doesn't work for me.

--------------- Added 1316169134 at 1316169134 ---------------

Found a fix:

Re-upload includes\functions_editor.php. from the 4.1.5 version.

You're welcome... :) If it's core code that's doing this, we best report it to vBulletin.com as bug then. I just figured I'd add to this thread here, thinking or hoping maybe someone had quick solutions... lol. But will give it a shot though! :)

--------------- Added 1316198648 at 1316198648 ---------------

Found a fix:

Re-upload includes\functions_editor.php. from the 4.1.5 version.

I just tried this, it does in fact work! Yes!! :D :D Thank you! We best submit this bug to vBulletin.com lol

Lynne
09-16-2011, 10:32 PM
I just tried this, it does in fact work! Yes!! :D :D Thank you! We best submit this bug to vBulletin.com lol
Already in there, but read the bug report and see that it may be working as designed since this is specific to certain configurations some users have set that may be incorrectly set. http://tracker.vbulletin.com/browse/VBIV-13156

spencerp
09-16-2011, 11:03 PM
Already in there, but read the bug report and see that it may be working as designed since this is specific to certain configurations some users have set that may be incorrectly set. http://tracker.vbulletin.com/browse/VBIV-13156

Thank you Lynne... :) I've read it, and reuploaded the 4.1.6 includes/functions_editor.php file and tried some things with it.

Attempt 1:
I set the custom skin "CinemaFluid" as forum default skin for the board, set vBulletin's default skin for the two mobile settings. Enabled skin chooser/changer option for users. The editor is there for the "CinemaFluid" and "CinemaFixed" of custom skin. But it's not there for the vBulletin default skin.

Attempt 2:
I set the custom skin "CinemaFluid" as forum default skin for the board, set NONE for the two mobile settings. Enabled skin chooser/changer option for users. The editor is there for the "CinemaFluid", "CinemaFixed" of custom skin. And it's there for the vBulletin default skin.

According to what's said in the bug report comments, even if the two mobile settings are set at "None"... it would resort back to default skin anyway right? However, in this case, having the default vBulletin skin chosen for both mobile settings... The advanced editor is gone, but not in the custom skins when chosen in the forum... So the only way it works properly in all three skins, is to have NONE set for the mobile settings... Not sure if this is really correct or proper though either, because it should work with the vBulletin's default skin for the two mobile settings...?

I've replied to the ticket as well:
http://tracker.vbulletin.com/browse/VBIV-13156?focusedCommentId=123818&page=com.atlassian.jira.plugin.system.issuetabpane ls%3Acomment-tabpanel#action_123818

Lynne
09-17-2011, 03:21 AM
When you say "even if the two mobile settings are set at "None"... it would resort back to default skin anyway right?"... the default skin is *your* default skin, not any vbulletin default skin.

If you do not have the vbulletin mobile skin installed, then you should have NONE set for the two mobile settings.

spencerp
09-17-2011, 03:35 AM
When you say "even if the two mobile settings are set at "None"... it would resort back to default skin anyway right?"... the default skin is *your* default skin, not any vbulletin default skin.

If you do not have the vbulletin mobile skin installed, then you should have NONE set for the two mobile settings.

Yeah, you're right. I've been out of the loop for so long regarding normal forum skins versus mobile skins, it's not funny. Plus, I'm running low on coffee lol. :P Everything is fine now, and there is no mobile skins uploaded, just custom forum skins.. and using one as the "default" for board. Everything is fine now lol. Thanks!! :)

captain-busa
09-17-2011, 04:45 AM
After several days of frustration and trying to track this down....... Reverting this file fixed my problem....

cap

Zen10
09-19-2011, 04:04 PM
Same for me Guys reverting the file fixed the problem :)

Lynne
09-19-2011, 04:06 PM
You do not need to revert the file. The problem is in AdminCP > Settings > Options > Style & Language Settings > Default Style for Modern/Old Mobile Browsers, admins are incorrectly setting that to their Default Style. If you do NOT have a Mobile style to set in those options, then it should be set to NONE.

pmflav1
09-26-2011, 01:25 AM
That does not work for me, reverting was the only way I could fix it

bennie900
09-26-2011, 04:33 PM
I have a similar problem where the icons for the editor (undo, code,bold etc...) does not appear. The background image (blank button type) image does appear however.

Im running version 4.1.5

I have tried reverting the file to an earlier realease, no luck
I have made sure my mobile settings are set to "None"
I have tried turning all plugins OFF
I have looked in my style templates, stylevars etc... changed everything I can think of which would effect it....

The editor works in the Default theme but im using a custom "Warrior" theme.

Weird thing is the two call up different locations for the icons. Web adress made avaliable on request as its a test site...

I have tried the vbul bug tracker and all suggestions in it agian no luck.
I have also tried everything in this post: https://www.vbulletin.com/forum/showthread.php/387837-Advance-Editor-issues-after-upgrade-from-4.1.5-to-4.1.6...

--------------- Added 1317070093 at 1317070093 ---------------

Never mind.... Fixed it with thispost: http://www.vbteam.info/vb-4-1-x-premium-styles/61167-skinbox-warrior-style-vb-4-1-1-a.html

Finally found a fix

RaceJunkies
09-28-2011, 12:36 PM
Had the same issue.

Fix was overwriting includes/functions_editor.php of the 4.15 version.