The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
In clientscript/ckeplugins/vbimage/dialogs/image.js
To uncheck the dialog box Find Code:
label: me.editor.lang.vbulletin.retrieve_remote_file_and_ref_local, labelLayout: 'horizontal', setup: function() { if (me.editor.config.vbulletin.attachinfo) { this.setValue(true); Code:
label: me.editor.lang.vbulletin.retrieve_remote_file_and_ref_local, labelLayout: 'horizontal', setup: function() { if (me.editor.config.vbulletin.attachinfo) { this.setValue(false); To switch the default tab (not necessarily tab order) Find Code:
var node1 = YAHOO.util.Dom.get("uploadtabs0"); var node2 = YAHOO.util.Dom.get("_uploadtabs0"); Code:
var node1 = YAHOO.util.Dom.get("_uploadtabs0"); var node2 = YAHOO.util.Dom.get("uploadtabs0"); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|