Yes, I see now - it doesn't work. I see these javascript errors when that page loads:
Code:
Error: missing } in compound statement
Source File: http://www.perfectionx.net/clientscript/ckeditor/ckeditor.js?t=A7HG4HT&v=414
Line: 129, Column: 2315
Source Code:
if(A)YAHOO.util.Dom.setStyle(A.id,'display',z);};function w(x){a.on('dialogDefinition',function(y){var z=y.data.name,A=y.data.definition;if(z=='smiley'){A.getContents('tab1').elements[0].html=A.getContents('tab1').elements[0].html.replace(/src="\.\/([a-z]+:\/\/)/gi,'src="$1');var B=A.getContents('tab1').elements[0].onClick;A.getContents('tab1').elements[0].onClick=e.override(B,function(C){return function(D){var E=D.data.getTarget(),F=E.getName();if(F=='a')E=E.getChild(0);else if(F!='img')return;var G=E.getAttribute('title');y.editor.insertHtml(G);this._.dialog.hide();D.data.preventDefault();};});}});};j.add('enhancedsourcearea',{requires:['editingblock','wysiwygarea'],saveSelection:function(x,y){y.savedselection=document.selection.createRange();},init:function(x){var y=j.enhancedsourcearea,z,A=a.document.getWindow();x.textarea=z=new h('textarea');if(c){YAHOO.util.Event.on(x.textarea.$,'keyup',this.saveSelection,x);YAHOO.util.Event.on(x.textarea.$,'click',this.saveSelection,x);YAHOO.util.Event.on(x.textarea.$,'select',this.saveSelection,x);}x.getSelection=e.override(x.getSelection,function(B){return function(){if(this.mode!='enhancedsourcearea')return B.call(this);else return new d.selection(document);};});w(x);x.on('editingBlockReady',function(){var B,C={};u(x,x.lang.source,x.lang.vbulletin.switch_editor_mode_source);v(x,x.lang.vbulletin.email,'none');x.addMode('enhancedsource',{load:function(D,E){v(x,x.lang.vbulletin.email,'');u(x,x.lang.source,x.lang.vbulletin.switch_editor_mode_wysiwyg);if(YAHOO.util.Dom.get(x.editorid+'_mode'))YAHOO.util.Dom.get(x.editorid+'_mode').value=0;if(c&&b.version<8)D.setStyle('position','relative');z.setAttributes({dir:x.config.contentsLangDirection,tabIndex:b.webkit?-1:x.tabIndex,role:'textbox','aria-label':x.lang.editorTitle.replace('%1',x.name)});z.addClass('cke_source');z.addClass('cke_enable_context_menu');this.setupCommandOverrides();var F={width:b.ie7Compat?'99%':'100%',height:'100%','min-width':'100%','max-width':'100%',resize:'none',outline:'none','text-align':x.config.contentsLangDirection=='ltr'?'left':'right'};if(c){F.width=D.$.clientHeight+'px';F.height=D.$.clientWidth+'px';B=function(){z.hide();z.setStyle('height',D.$.clientHeight+'px');z.setStyle('width',D.$.clientWidth+'px');z.show();};x.on('resize',B);A.on('resize',B);setTimeout
Error: CKEDITOR is not defined
Source File: http://www.perfectionx.net/clientscript/vbulletin_textedit.js?v=414
Line: 11
which I'm pretty sure must be realted but I don't know what's causing them. Did you make any changes to the editor at all, or install any mods?
I assume that was you posting in that thread I started - did you mean that you're asking at vbulletin.com? That may be a good idea.
Edit: actually I think I do see what the problem is - the file clientscript/ckeditor/ckeditor.js seems to be half missing. You should try uploading that file again (or maybe just upload all of clientscript again).
|