Conor - hmmm, that's a good idea. In the next edition that comes out, I will have the IMDb key link directly to the IMDb page... probably in addition to the Find on IMDb link. An if/else thing would be neat, because I could use a direct link if there was an IMDb key, and a search query if there wasn't. Or, even simpler, an if/if not statement, like:
Code: Select all
<--IFimdb <a href="http://www.imdb.com/title/tt[key:imdb]">Find on IMDb</a> ENDimdb-->
<--IFNOTimdb <a href="http://www.imdb.com/find?s=tt&q=[key:title]">Find on IMDb</a> ENDimdb-->
Or something like that. Also, being able to nest IF statements would be handy. I won't rest until templates are Turing complete!
I think you're *really really* going to like the next version of FancyIndex - the colorbox popup looks more-or-less /exactly/ like it does in the Pedias, with some minor concessions to usability. It basically makes FancyIndex into an HTML, read-only version of the Pedias, and I think it looks way more readable than the current colorbox.
I do have a question for you - is any way to iterate the screenshots, like you can with credits and track lists?