Status
Not open for further replies.

lolly

Customer
I have found my Problem from the last Days.

vBDownloads works correctly!

but if i activate VaultWiki 3.0.13 loads the Editor in vBDownloads nothing!

Edit: David if you want can you use my BetaBoard to show for this and Test for Fix. The Acces have you ;)
 
Last edited:
Hey,

Are you getting any errors in your Developer Console? (Ctrl + Shift + J on Chrome and Firefox)
 
I was able to verify this problem as well. Here's an attached image of what I see in the error log, which doesn't happen when I disable VW.

dbt_error.webp
 
Code:
n.wrap_x_tags is null
[url]http://xxxxxxxxxxxxxx/clientscript/ckeditor/ckeditor.js?t=A7HG4HT&v=414[/url]
Line 136

The same Error from Last Fix if VaultWiki is enabled.

If deactivated load the Editor great.
 
The Code from Firebug

Code:
else return this.getSelection().getNative();};a.editor.prototype.wrapSelectionWith=function(m,n){var o=this.getSelection().getRanges();for(var p=0;p<o.length;p++)o[p].wrapSelectionWith(m,n);this.getSelection().selectRanges(o);};j.add('codetags',{requires:['button'],init:function(m){var n=m.config.vbulletin.phrase,o=function(w,x,y,z,A){m.addCommand(w,{exec:function(C){if(z=='1'){var D=prompt(C.lang.vbulletin.enter_tag_option.replace(/\%1\$s/,'['+y+']'));if(typeof D=='string'&&D.length>0)C.wrapSelectionWith('['+y+'='+D+']','[/'+y+']');else C.wrapSelectionWith('['+y+']','[/'+y+']');}else C.wrapSelectionWith('['+y+']','[/'+y+']');}});var B={label:x,command:w};if(A)B.icon=A;m.ui.addButton(w,B);},p=function(w,x,y){m.addCommand(w,{exec:function(z){if(z.mode=='wysiwyg'){var A=z.document.getElementsByTag('hr');for(var B=0;B<A.count();B++){var C=A.getItem(B);if(C.hasClass('previewbreak')){alert(n.this_message_already_contains_a_preview_break);return;}}}z.insertHtml('['+y+'][/'+y+']');}});m.ui.addButton(w,{label:x,command:w});},q=function(w,x,y){m.addCommand(w,{exec:function(z){z.insertHtml('['+y+']'+z.getSelectedText()+'[/'+y+']');}});m.ui.addButton(w,{label:x,command:w});},r=function(w,x){m.addCommand(w,{exec:function(y){try{eval("new ActiveXObject('ieSpell.ieSpellExtension').CheckDocumentNode(editor.document.$.body);");}catch(z){if(z.number==-2146827859&&confirm(y.lang.vbulletin.iespell_not_installed))window.open('http://www.iespell.com/download.php');}}});m.ui.addButton(w,{label:x,command:w});},s=function(w,x){m.addCommand(w,{exec:function(y){}});m.ui.addButton(w,{label:x,command:w});},n=m.config.vbulletin.phrase;o('Quote',n.wrap_quote_tags,'QUOTE');o('Code',n.wrap_code_tags,'CODE');o('Html',n.wrap_html_tags,'HTML');o('Php',n.wrap_php_tags,'PHP');p('PreviewBreak',n.insert_preview_break,'PRBREAK');q('PageBreak',n.insert_page_break,'PAGE');r('iespell',m.lang.vbulletin.spell_check);s('Email',m.lang.vbulletin.email);for(var t in m.config.vbulletin.bbcodecache){var u=m.config.vbulletin.bbcodecache[t],v=u.buttonimage;if(v.indexOf(':/')==-1&&v.indexOf('/')!==0)v=m.config.baseHref+v;o(u.title,n.wrap_x_tags.replace(/\%1\$s/,u.bbcodetag),u.bbcodetag.toUpperCase(),u.twoparams,v);}}});(function(){j.add('videotag',{init:function(m){var n='videotag';a.dialog.add(n,m.config.vbPluginPath+'videotag/dialogs/videotag.js?v='+SIMPLEVERSION);m.addCommand(n,new a.dialogCommand(n));m.ui.addButton('Video',{label:m.config.vbulletin.phrase.insert_video,command:n});}});})();(function(){j.add('tablebuttons',{requires:['tabletools'],init:function(m){var n=m.lang.table;
 
Hey,


Could you replace the contents of the "BB-Code - Wiki Code Create" plugin with this content:

PHP:
if (THIS_SCRIPT != 'downloads')
{
	require_once(DIR . '/vault/plugins/bbcode.php');
	special_bbcode_create($this);
}
 
Hey,


Could you replace the contents of the "BB-Code - Wiki Code Create" plugin with this content:

PHP:
if (THIS_SCRIPT != 'downloads')
{
	require_once(DIR . '/vault/plugins/bbcode.php');
	special_bbcode_create($this);
}

It Works ;)

THX
 
Status
Not open for further replies.

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,716
Customer rating
0.00 star(s) 0 ratings
Back
Top