4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: nicky9 on May 21, 2008, 10:45:10 AM

Title: {new_images} change look?
Post by: nicky9 on May 21, 2008, 10:45:10 AM
How do I change the "look" of {new_images} ?

For example, if I want to modify the information displayed beneath the photo, such as the username, category etc.?

Can't find how to do it since there's no template for it... some .php perhaps?
Title: Re: {new_images} change look?
Post by: nicky9 on May 21, 2008, 02:55:24 PM
Thanx. I was actually looking for less information. Sometimes less is more.

The template was thumbnail_bit.html then. :)
Title: Re: {new_images} change look?
Post by: HowdoI on August 19, 2008, 03:32:38 AM
Good Day,

I am presently searching the site for the answer to this question so incase I do not find it in another post has there been a solution for this question?
Title: Re: {new_images} change look?
Post by: V@no on August 19, 2008, 04:08:00 AM
Create a copy of thumbnail_bit.html template with your design, save it as thumbnail_bit_new.html

Then in index.php find:
    $new_images .= $site_template->parse_template("thumbnail_bit");

Replace with:
    $new_images .= $site_template->parse_template("thumbnail_bit_new");