Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-10-2011, 07:56 AM
restawhile restawhile is offline
 
Join Date: Oct 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Wysiwyg - vb 4.1.4 - no icons

Has anyone had this problem? : Just upgraded our forums to 4.1.4 and the Wysiwyg Editor icons (Bold, Insert Pic, Link etc...) are not showing. I've checked the resources loaded at page load and the icons are there however all our users can see in the editor are white squares which hold the icons.

Anyone experiencing similar problems or could suggest a fix please?

Thanks
Reply With Quote
  #2  
Old 06-10-2011, 03:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make sure you uploaded all the images. Specifically images/editor/sprite.png
Reply With Quote
  #3  
Old 06-10-2011, 03:15 PM
K!nG K!nG is offline
 
Join Date: Dec 2010
Location: United States
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this issue with on of my custom skins and all i did was deleted the editor folder from that skin and uploaded the new editor folder from 4.1.4 that i downloaded and that fixed my issue. if u using custom skin try this. it helped me not sure if it will help u
Reply With Quote
  #4  
Old 06-20-2011, 01:02 PM
joggele joggele is offline
 
Join Date: Feb 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I have the same problem in V4.1.4 (update from V3.8.0). I don't see any icons at the top of the editor.

Quote:
Specifically images/editor/sprite.png
That's okay in my directory.

If I write some text in the editor and I clicked a smily on the right side - nothing happens!


regards
Juergen
Attached Images
File Type: jpg problem.jpg (42.1 KB, 0 views)
Reply With Quote
  #5  
Old 06-20-2011, 01:41 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check to make sure all your files are uploaded and not giving errors. When I have seen issues like your editor, it was because the javascript files were giving server errors and thus not readable and then you get no editor.
Reply With Quote
  #6  
Old 06-20-2011, 01:59 PM
joggele joggele is offline
 
Join Date: Feb 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Lynne,

of course, it's a javascript problem. I tested now with IE 8. This are the error (in German):

Meldung: 'vB_XHTML_Ready' ist undefiniert
Zeile: 11
Zeichen: 1
Code: 0
URI: http://localhost/sprinterforum/clien...ditor.js?v=414

Meldung: Objekt erwartet
Zeile: 277
Zeichen: 1
Code: 0
URI: http://localhost/sprinterforum/newre...4692&noquote=1

Meldung: 'vB_Editor' ist undefiniert
Zeile: 305
Zeichen: 1
Code: 0
URI: http://localhost/sprinterforum/newre...4692&noquote=1

Meldung: 'vB_Editor' ist undefiniert
Zeile: 11
Zeichen: 809
Code: 0
URI: http://localhost/sprinterforum/clien...hment.js?v=414

Meldung: Objekt erwartet
Zeile: 1071
Zeichen: 3
Code: 0
URI: http://localhost/sprinterforum/newre...4692&noquote=1


What can I do?


regards
Juergen
Reply With Quote
  #7  
Old 06-20-2011, 02:23 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would make sure you have uploaded ALL the files for your site.
Reply With Quote
  #8  
Old 06-20-2011, 02:35 PM
joggele joggele is offline
 
Join Date: Feb 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think yes. ALL files which is in the README written.

But I do it tomorrow again. Thanks for Your very fast answer! :up:


regards
Juergen

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

Hello Lynne,

it was the wrong URL in vboptions (click)

Thanks a lot!


regards
Juergen
Reply With Quote
  #9  
Old 10-06-2012, 01:43 PM
biocyberman biocyberman is offline
 
Join Date: May 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got the same problem after moving my forum root folder to a different unix account. Firefox error console says
Code:
Error: The stylesheet http://<path_to_my_forum_root/clientscript/vbulletin_css/style0009l/forumbits.css,forumhome.css,widgets.css,sidebar.css,option.css,tagcloud.css was not loaded because its MIME type, "text/html", is not "text/css"
This is a strange error. I took a look at one of the css files in the list in the error. I noticed strange things: for example, in forumbits.css the urls are wrong:
Code:
.forumhead{background:#FFF url(http://<my_old_url>/images/buttons/newbtn_middle.png)
From here I found my solution:
  1. Change owner of the clientscript/vbulletin_css to that of web server
  2. In vbulletin control panel, search in template, find forumbits.css by name. Open it and save. This is just to trigger vbulletin to update css files under clientscript/vbulletin_css
  3. Problem solved.
It wasted 2 hours of my time, +++++ing and swearing
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:53 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.04192 seconds
  • Memory Usage 2,260KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete