4images Forum & Community
4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started 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?
-
Thanx. I was actually looking for less information. Sometimes less is more.
The template was thumbnail_bit.html then. :)
-
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?
-
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");