4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started 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.
-
I click on a category > I see thumbnails of all photos in that catagorie.
just click at the category ;)
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:<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);
-
Thanks! Very smart thinking here :)