Author Topic: Add a catagory link that shows ALL images of ALL catagories?  (Read 4474 times)

0 Members and 1 Guest are viewing this topic.

Offline PuCK

  • Newbie
  • *
  • Posts: 25
    • View Profile
    • http://www.acidarts.net
Add a catagory link that shows ALL images of ALL catagories?
« 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.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Add a catagory link that shows ALL images of ALL catagories?
« Reply #1 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);
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline PuCK

  • Newbie
  • *
  • Posts: 25
    • View Profile
    • http://www.acidarts.net
Add a catagory link that shows ALL images of ALL catagories?
« Reply #2 on: March 25, 2003, 11:02:40 PM »
Thanks! Very smart thinking here :)