In order to remove the predefined http:// string from the Insert Link functionality in the vBulletin text editor open the clientscript/vbulletin_textedit.js file and change the following code excerpts:
{url=this.show_prompt(vbphrase.enter_link_url,"http://",true)} (appears twice)
and
{this.prompt_link("url",url,vbphrase.enter_link_url,"http://")}
to
{url=this.show_prompt(vbphrase.enter_link_url,"",true)} (appears twice)
and
{this.prompt_link("url",url,vbphrase.enter_link_url,"")}
Also, navigate to your vBulletin admin panel->Languages & Phrases->Search in Phrases. Search for the enter_link_url phrase in Phrase Text and Phrase Variable Name. Edit it and make sure that http:// is not present in the default text window.
You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!