Member
Member
mfeske   2012-05-01, 09:21
#1
Hello,

what must I do that the search field is on all sites?

Gretings
Administrator
Administrator
acrylian   2012-05-01, 09:27
#2
Place the search form function on any theme page. I strongly suggest to read the theming tutorial if you haven't already.
Member
Member
mfeske   2012-05-01, 19:44
#3
I read this http://www.zenphoto.org/news/theming-tutorial , but I don´t found the function to set the search for all sites, can you show me the Anker on the Site? And I found no function to make the correct String for download List in Codeblock of Gallery.
Member
Member
Laurent   2012-05-01, 20:49
#4
To have the search form i place this code in my inc-header.php file.

`

<?php if (getOption('Allow_search')) { printSearchForm("","search","",gettext("Search"),"$_zp_themeroot/images/search/search-drop.png"); } ?>

`
of course, you have to make a search.php page like this one :
`http://www.zenphoto.org/news/theming-tutorial#searchphp`

Laurent
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.