vBulletin Help

Discussion in 'vBulletin' started by !Unreal, Aug 22, 2008.

  1. #1
    Im trying to make a new BBcode to make it easier for my users to link to a site which is used regularly on my forum, www.imdb.com.

    My current code is:

    http://www.imdb.com/find?s=all&q={param}
    Code (markup):
    What this does is searches what ever the user puts in the code.

    So for example if I put:

    [imdb]hancock[/imdb]

    into my forum, I would be taken to the Hancock page on IMDB.

    However I what I want to do is when the users press the IMDB icon it automatically takes the name of the thread and is all linked up properly when posted.

    How would I do this?
     
    !Unreal, Aug 22, 2008 IP
  2. aGig

    aGig Well-Known Member

    Messages:
    428
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    118
    #2
    Where would the IMDB icon be? Like in the editor? This could be done with JavaScript to read the thread title, sorda like the way the URL icon works only it would grab the value from the title.
     
    aGig, Aug 22, 2008 IP
  3. !Unreal

    !Unreal Well-Known Member

    Messages:
    1,671
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Well its good to know its possible but any idea of how to impliment it?
     
    !Unreal, Aug 23, 2008 IP