4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Bomba on May 06, 2003, 01:20:26 PM

Title: browse images
Post by: Bomba on May 06, 2003, 01:20:26 PM
hello,

how can i insert a link to browse all images? And not only the "new" ones.

thanks
Title: browse images
Post by: Apollo13 on May 06, 2003, 01:23:36 PM
omg what du eman with bowse all images? Do u mean the display of the new images on index.php?
Title: browse images
Post by: Bomba on May 06, 2003, 01:27:07 PM
i mean all images, from all categories
i would put a link in my index saying "see more images" and then user would have all images submited to the gallery. this would be splited in various pages of course.
Title: browse images
Post by: PuCK on May 06, 2003, 02:26:03 PM
from v@no:

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);

Just put in in the template where you want it :)
Title: browse images
Post by: Bomba on May 06, 2003, 02:41:34 PM
awesome!!!
that was just what i wanted :)

thanks!