Million Thanks Bro...You've Just Made My Day!...it's not quite simple to find those thing to edit...but it really works...
So for those interested...a much easier than i think to find:
Hostcpanel > Forumdirectory > Clientscript > Vbulletin_textedit.js > Edit:
FROM THE TOP:
FIND: 1
* Insert Image
THEN:
Code:
img = this.show_prompt(vbphrase['enter_image_url'], 'http://', true);
AND CHANGE/PASTE THIS:
Code:
img = this.show_prompt(vbphrase['enter_image_url'], '', true);
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++
UNDER:
======================================
// Mozilla WYSIWYG only
//
======================================
FIND: 2
* Insert Link
THEN:
Code:
url = this.show_prompt(vbphrase['enter_link_url'], 'http://', true);
AND CHANGE/PASTE THIS:
Code:
url = this.show_prompt(vbphrase['enter_link_url'], '', true);
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++
UNDER:
======================================
// Standard editor
//
======================================
FIND: 3
* Insert Link
THEN:
Code:
this.prompt_link('url', url, vbphrase['enter_link_url'], 'http://');
AND CHANGE/PASTE THIS:
Code:
this.prompt_link('url', url, vbphrase['enter_link_url'], '');
For This Thing To Work: you have to clear cache/cookies to any of your browsers...
Enjoy!