4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: jamstave on February 26, 2006, 07:17:46 PM

Title: Is this possible to have two thumbnail_bit?
Post by: jamstave on February 26, 2006, 07:17:46 PM
Hi...Is this possible to have two thumbnail_bit because i need one thumbnail_bit for search page and other one for home and categories if it's possible please some tell me how do i do this.
JamStave.
Title: Re: Is this possible to have two thumbnail_bit?
Post by: V@no on February 26, 2006, 07:27:35 PM
in search.php find:
Code: [Select]
    $thumbnails .= $site_template->parse_template("thumbnail_bit");Replace with:
Code: [Select]
    $thumbnails .= $site_template->parse_template("thumbnail_search_bit");Create new thumbnail_search_bit.html template
Title: Re: Is this possible to have two thumbnail_bit?
Post by: jamstave on February 26, 2006, 07:35:06 PM
Tthanks V@no for the help.

Jamstve.
Title: Re: Is this possible to have two thumbnail_bit?
Post by: live@ct on February 27, 2006, 07:20:30 AM
I use some similar for the new images :D