Page 1 of 1

IMDB Alternative Version

Posted: Mon Jun 16, 2008 12:44 pm
by thebodster
Hi,

Would it be possible to add the "Alternative Versions" search to IMDB information plugin like the awards, mistakes, etc.

Ben

Re: IMDB Alternative Version

Posted: Mon Jun 16, 2008 9:21 pm
by sitenoise
Not the full solution you are looking for, but I added this to the "Duration" key in my Info View Template:

Code: Select all

<!--IFduration
    <a href="http://us.imdb.com/title/tt[key:imdb]/alternateversions">[key:duration] min.</a>
ENDduration-->
So, while viewing an entry's Info View, I click on the duration '120 min', for example.
It doesn't load it into your Info view but takes you to the Alternate versions page of whatever entry you are looking at.

Re: IMDB Alternative Version

Posted: Mon Jun 23, 2008 8:33 am
by thebodster
Thanks for that. In the absence of a menu item, like the other queries, this will suffice.

Ben