Quick jump to category/album Quick jump to category/album
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Quick jump to category/album

Started by foulu, July 27, 2004, 03:06:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

foulu

My gallery at:  http://paidus.com/gallery

I try to coding a jump to category/album but not luck. I add {DROP} in template.html to do that. I want a function that

-read all cat and album name and return like this:

<option value=0 SELECTED>Category / Album Jump</option>
<option value=Category 1 id SELECTED>Category 1 name</option>
<option value=alb 1 id SELECTED>alb1 name</option>
<option value=Category 2 id SELECTED>Category 2 name</option>
<option value=alb 2 id SELECTED>alb2 name</option>
<option value=alb 3 id SELECTED>alb3 name</option>
...

and so on...

It my final add on in my gallery