vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   WYSIWYG Editor Disapeared (https://vborg.vbsupport.ru/showthread.php?t=270281)

dannycutts 09-14-2011 11:33 PM

WYSIWYG Editor Disapeared
 
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

PHP Code:

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

Quote:

Originally Posted by dannycutts (Post 2246227)
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:
Quote:

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 [DATE]1316169134[/DATE] at [TIME]1316169134[/TIME] ---------------

Found a fix:

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

spencerp 09-16-2011 05:38 PM

Quote:

Originally Posted by pmflav1 (Post 2246668)
Thanks for the writeup, but the above doesn't work for me.

--------------- Added [DATE]1316169134[/DATE] at [TIME]1316169134[/TIME] ---------------

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 [DATE]1316198648[/DATE] at [TIME]1316198648[/TIME] ---------------

Quote:

Originally Posted by pmflav1 (Post 2246668)
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

Quote:

Originally Posted by spencerp (Post 2246880)
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

Quote:

Originally Posted by Lynne (Post 2246970)
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/...#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

Quote:

Originally Posted by Lynne (Post 2247026)
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/show...4.1.5-to-4.1.6...

--------------- Added [DATE]1317070093[/DATE] at [TIME]1317070093[/TIME] ---------------

Never mind.... Fixed it with thispost: http://www.vbteam.info/vb-4-1-x-prem...b-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.


All times are GMT. The time now is 03:28 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.01174 seconds
  • Memory Usage 1,786KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)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