4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: PuCK on March 25, 2003, 08:07:21 PM

Title: Add a catagory link that shows ALL images of ALL catagories?
Post by: PuCK on March 25, 2003, 08:07:21 PM
Is it possible to add a link in the catagory list wich let you show ALL the images when you click on it? Like:

I click on a category > I see thumbnails of all photos in that catagorie.
I click on "all images" > I see thumbnails of all the photos of ALL catagories.

I hope someone knows how to do this.
Title: Re: Add a catagory link that shows ALL images of ALL catagories?
Post by: V@no on March 25, 2003, 10:41:23 PM
Quote from: PuCK
I click on a category > I see thumbnails of all photos in that catagorie.

just click at the category ;)
Quote from: PuCK
I click on "all images" > I see thumbnails of all the photos of ALL catagories.

this u can do by just making a link to search. Something like this:
Code: [Select]
<a href="search.php?search_keywords=****>show all images</a>
add as many asterics (*) as minimum letters per keyword set in /includes/constants.php in define('MIN_SEARCH_KEYWORD_LENGTH', 4);
Title: Add a catagory link that shows ALL images of ALL catagories?
Post by: PuCK on March 25, 2003, 11:02:40 PM
Thanks! Very smart thinking here :)