The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing position of tab?
How would I change the position of the tabs and swap them around AND on the url tab make the radio check box unchecked by default?
I can't find this in any of the Editor Templates. Is this entirely javascript? |
#2
|
||||
|
||||
What kind of tab? MEMBERINFO tab or header/navbar tab? What radio box? Screenshots might help.
|
#3
|
|||
|
|||
I forgot an image to show you:
http://i.imgur.com/8rpUJ2w.png --------------- Added [DATE]1434300539[/DATE] at [TIME]1434300539[/TIME] --------------- Does anyone have any idea at all? |
#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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|