How To Remove/Eliminate (http://) To "Insert Image" And "Insert Link" Tag!
1 Attachment(s)
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 |
All times are GMT. The time now is 11:13 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|