I am in a process of adding "fields" for a category and done it as required. I can see it results in "Additional Info" with respect to each photo I see, Now ...
what what I can't do is to convert that information into a URL like "keywords"
Like in case of keywords displayed it can be clicked to give results using search.php
http://www.xxxxxx.com/gallery/search.php?keywords=King
Now how can I do the same for other additional fields like "software used" so when someone click at the software name used like "Win98" it will search and display all the images with "Win98" as software used and the link will be somewhat like this ...
http://www.xxxxxx.com/gallery/search.php?keywords=Win98
I want it with all the fields.
I have checked showphoto.php but unable to work it as I want.