The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
-------------------------------------------------------------
Simplistic fix -------------------------------------------------------------- Modify the ckeditor plugin: /clientscript/ckeplugins/videotag/dialogs/videotag.js Find: Line 34 Code:
dialog_html += '<a target="_blank" href="'+url+'">'+name+'</a> '; Code:
dialog_html += '<a target="_blank" href="'+url+'">'+name+'</a><br />'; ------------------------------------- Better fix, two column format. ------------------------------------- Modify the ckeditor plugin: /clientscript/ckeplugins/videotag/dialogs/videotag.js Find: Line 34 and 35 Code:
dialog_html += '<a target="_blank" href="'+url+'">'+name+'</a> '; } Code:
if (Math.abs(i + 1) % 2 == 1) { dialog_html += '<span style="width:50%;float:left;"><a style="float:left;margin-left:10px;" target="_blank" href="'+url+'">'+name+'</a></span>'; } else { dialog_html += '<span style="width:50%;clear:right;float:right"><a style="float:left;" target="_blank" href="'+url+'">'+name+'</a></span><br />'; } } dialog_html = '<div style="width:300px;clear:both;"' + dialog_html + '</div>'; |
Благодарность от: | ||
CAG CheechDogg |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|