The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Thank you on solution, but for 4.2.2 this does not work!
|
#22
|
||||
|
||||
As the thread title states, this is regarding version 4.1.10. If you have your own questions about something in 4.2.2, I suggest you start your own thread and be specific about your problem.
|
#24
|
|||
|
|||
Tested 100% in 4.2.5. Completely removes and disables the checkbox and text leaving only the URL entry.
./clientscript/ckeplugins/vbimage/dialogs/image.js Go to Line 257 Replace Code:
type: 'checkbox', id: 'remote_file', 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:
type: 'checkbox', id: 'remote_file', //label: me.editor.lang.vbulletin.retrieve_remote_file_and_ref_local, label: '', labelLayout: 'horizontal', setup: function() { if (me.editor.config.vbulletin.attachinfo) { this.getElement().hide(); this.setValue(false); } Code:
.cke_dialog_ui_checkbox_input { display:none; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|