4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Smoothice on May 23, 2007, 05:16:47 AM

Title: Can't Find a script that displays only thumbnail.
Post by: Smoothice on May 23, 2007, 05:16:47 AM
I want to be able to submit videos to Digg.  They have an auto inport feature to grab thumbnails.  What I need to do is take the typical url like:

http://www.fukthedog.com/details.php?image_id=192

and have another url like

http://www.fukthedog.com/thumnail.php?image_id=192

This would suffice for digg to auto grab the thumbnails.  Does anyone have anything like this or know where to start to create one?

Aaron
Title: Re: Can't Find a script that displays only thumbnail.
Post by: KurtW on May 23, 2007, 06:09:46 AM
Hi,

in a different details.html:

search:
Code: [Select]
{image}replace with:
Code: [Select]
{thumbnail}

cu
Kurt
Title: Re: Can't Find a script that displays only thumbnail.
Post by: Smoothice on May 23, 2007, 09:56:01 PM
Perfect  I was so brain dead last night I couldn't even think of that.  How SAD.

Thank you for your help.

Aaron