Insert Link Button

Discussion in 'Support & Feedback' started by bluegrass special, Oct 23, 2007.

Thread Status:
Not open for further replies.
  1. #1
    I did several searches and came up with nothing, but I apologize if this has been dealt with before.

    Could the insert link button prompt be set not to include the http://? Usually when I insert links I copy them from the address bar. That means I have to take the extra .2 seconds to highlight the http:// in the prompt.

    I know, this is insignificant, and probably nobody else cares. Just a thought.


    clientscript/vbulletin_textedit.js

    (original)
    2346 this.prompt_link('url', url, vbphrase['enter_link_url'], 'http://');

    (new)
    2346 this.prompt_link('url', url, vbphrase['enter_link_url'], '');
     
    bluegrass special, Oct 23, 2007 IP
  2. GuyFromChicago

    GuyFromChicago Permanent Peon

    Messages:
    6,728
    Likes Received:
    529
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Suggestion noted, thank you.
     
    GuyFromChicago, Oct 23, 2007 IP
Thread Status:
Not open for further replies.