4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started 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
-
omg what du eman with bowse all images? Do u mean the display of the new images on index.php?
-
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.
-
from v@no:
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);
Just put in in the template where you want it :)
-
awesome!!!
that was just what i wanted :)
thanks!