How To Remove/Eliminate (http://) To "Insert Image" And "Insert Link" Tag!
by
11 Feb 2008
Like everyone always do...before we insert/paste copied image url or any url link to "Insert Image" / "Insert Link" Tags., we have to eliminate/delete first this one "http://" then we can paste the link...i guess...this is not necessary or important to have anymore... If You Think I'm Right...Agreed..Do This! So Here's The Solution To That Problem: 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); 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); 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://'); Code:
this.prompt_link('url', url, vbphrase['enter_link_url'], ''); Enjoy! For Helping Me; Credit Goes Also To: R-D |
Similar Mods
Administrative and Maintenance Tools Insert an "Add New User" link into the Paid Subscriptions ACP Navigation section | vBulletin 3.6 Add-ons |