The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to default not checked "Retrieve remote file and reference locally" VB 4.1.10
When uploading images into a post there is an option for "Retrieve remote file and reference locally" and by default it is checked. This option is terrible and I have alot of users complaining about and causing problems.
Is there any way I can disable this option all together or atleast have the option not checked by default? |
#2
|
|||
|
|||
Help... anyone?
|
#3
|
||||
|
||||
open file
./clientscript/ckeplugins/vbimage/dialogs/image.js around line 257 you will see 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:
this.setValue(true); Code:
this.setValue(false); |
6 благодарности(ей) от: | ||
Baja, dorans, Liff, lone road, salvador21, too_cool_3 |
#5
|
|||
|
|||
Tried it , but nothing has changed ...
Any ideas on what could be wrong ? ( clear cache = Clear CMS cache in ACP , right ? ) |
#6
|
|||
|
|||
i think he means browser cache
|
#7
|
|||
|
|||
Thanks very much LGG.. When I clear my browser cache this works a treat!
I've had a look through the script and I'm not very comfortable making changes I'm not sure about.. Is it also possible to have it default to URL rather than From Computer? |
#8
|
|||
|
|||
Quote:
I wish this could be easily disabled, it's just begging for people to steal images from other sites. |
#9
|
||||
|
||||
works great, thanks!
could there be any additional parameter to hide (display:none or smth) this checkbox? |
#10
|
|||
|
|||
Quote:
put this into additional.css Code:
.cke_dialog_ui_checkbox_input { display:none; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|