Author Topic: browse images  (Read 5138 times)

0 Members and 1 Guest are viewing this topic.

Offline Bomba

  • Full Member
  • ***
  • Posts: 202
    • View Profile
browse images
« 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

Offline Apollo13

  • Addicted member
  • ******
  • Posts: 1.093
    • View Profile
browse images
« Reply #1 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?

Offline Bomba

  • Full Member
  • ***
  • Posts: 202
    • View Profile
browse images
« Reply #2 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.

Offline PuCK

  • Newbie
  • *
  • Posts: 25
    • View Profile
    • http://www.acidarts.net
browse images
« Reply #3 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 :)

Offline Bomba

  • Full Member
  • ***
  • Posts: 202
    • View Profile
browse images
« Reply #4 on: May 06, 2003, 02:41:34 PM »
awesome!!!
that was just what i wanted :)

thanks!