ZenphotoCMS Forum
predefined search links in 1.1 - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: predefined search links in 1.1 (/thread-1747.html)



predefined search links in 1.1 - BertSimons - 2007-11-03

I made some custom links on a page to go to a predefined search by:

function submitform(){ document.predefinedsearch.submit();}

mixed

so now this links shows all instances which have "mixed" as value

I was wondering if this can be done in a way like:

http://www.thegreenskirt.nl/site/index.php?p=search&value=mixed
or
http://www.thegreenskirt.nl/site/index.php?p=search&tag=mixed




predefined search links in 1.1 - sbillard - 2007-11-03

You can use
http://www.thegreenskirt.nl/site/index.php?p=search&words=mixed




predefined search links in 1.1 - BertSimons - 2007-11-03

hmm I was close...thanks!!