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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-02-2012, 11:41 AM
samergains samergains is offline
 
Join Date: Jul 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default blog quick edit error

Hi guys...
In the blog main page, next to each blog thread there is a pen icon for quick edit. when you click it, it supposed to open the editor to edit the thread. In my forum when I click it, nothing happens. I attached a screen shot with the javascript shown with firebug.
I hope somebody can help me solving this problem.
thanks.
update:
to make it more clear. the error is in file :/clientscript/vbulletin_textedit.js
I forgot to mention that I use vb4.2
and here a part of the code where the error appeared
Code:
function vB_Text_Editor(C,B){
this.autosave_text="";
this.autosave_title="";
this.initialized=false;
this.editorid=C;
this.config=B;
this.config.baseHref=getBaseUrl();
this.initial_text_crc32=null;
this.initial_title_crc32=null;
this.lastautosave_text_crc32=null;
this.lastautosave_title_crc32=null;
this.autosave_ajax_req=null;
this.editor=null;
this.vBevents={editorready:new YAHOO.util.CustomEvent("editorready",this)};
this.editorready=false;
this.autosave_enabled=(this.config.vbulletin.contenttypeid!=""&&this.config.vbulletin.contenttypeid!=null&&this.config.vbulletin.userid!=0&&this.config.vbulletin.postautosave!=0);
this.textarea=YAHOO.util.Dom.get(C+"_editor");
this.textarea_backup=YAHOO.util.Dom.get(C+"_editor_backup");
this.textarea.value=this.unescape_text(this.textarea.value);
this.isSafari=CKEDITOR.env.webkit&&navigator.userAgent.toLowerCase().indexOf(" chrome/")==-1;
this.disablewysiwyg=false;
if(this.config._removePlugins)
{CKEDITOR.config.removePlugins=this.config._removePlugins}
if(this.config._extraPlugins)
{CKEDITOR.config.extraPlugins=this.config._extraPlugins}
var A=true;
if(!CKEDITOR.vBulletin){CKEDITOR.vBulletin={};
if(CKEDITOR.env.mobile&&!CKEDITOR.env.isCompatible)
{CKEDITOR.env.isCompatible=true;
Attached Images
File Type: jpg 111.jpg (126.1 KB, 0 views)
Reply With Quote
  #2  
Old 08-02-2012, 12:02 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First disable all custom plugins then check in different browsers
Reply With Quote
  #3  
Old 08-02-2012, 12:46 PM
samergains samergains is offline
 
Join Date: Jul 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
First disable all custom plugins then check in different browsers
thanks for the quick reply.. you were right
it's one of my plugins that's causing this conflict.
thanks again.
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 07:19 PM.


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.05002 seconds
  • Memory Usage 2,195KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (1)postbit_attachment
  • (3)postbit_onlinestatus
  • (3)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete