Hi,
I had searched and read the forum, but dont know if it is answered before...
I have installed WP and ZP (default theme), and now I have two different search forms. I want them to look similar and I am wondering if it is possible for one of them to searche all my site, not as is now: the Zp search form looking for Zp part of the site, and WP search form looking for the WP part of my blog.
a) Where should I look for a file to change the look of the ZP search form?
b) Is it posible to make the search to all site, (an easy way for someone like me that does know nothing about php)?
here are the blog:
http://www.barrento.com/magazine/ (the search form is to big, I want to make the text smaller, but dont now how..)
and the site:
http://www.barrento.com/emag/zenphoto//AmphibianThank you for any help
Comments
...it is smaller because they are different ones. I did not really make an integration of WP and ZP, I have installed both and make them appear the same. I did not thinked about the search part earlier
I did not change the search forms (just the WP one and only by adding the text) I tried to change that div with the css but did not work, dont know why. The code is:
<form id="searchform" action="<?php bloginfo('url'); ?>/" method="get" role="search">
<fieldset>
<label for="s"></label>
<input type="text" name="s" />
<input type="submit" name="submit" value="Search barrento.com" />
</fieldset>
</form>
it works, I found it in the wp forum, but i can not change the look.
the ZP one is: <?php if (getOption('Allow_search')) { printSearchForm(''); } ?>
The major problem is that each form searches only a part of the site: WP searches the blog, and the ZP one search only the galleries... any help on this? I tried to put the WP one in the ZP, but did not work at all.
(Or maybe try the Zenpage CMSplugin instead of Wordpress..;-))
sbillard,
of course you deal only with ZP
acrylian,
I am just a photographer, I cant write plugins
Thanks again you both, and congrats for your great work here.
Yes, the Zenpage CMS plugin is a a news (blog) and page management CMS that integrates with Zenphoto. Just look at our demo, there is also a link to the plugin's page.
http://www.bryanbrazil.com/gallery/
I find this page but no link: http://www.zenphoto.org/2009/03/zenpage-a-cms-plugin-for-zenphoto/#zenpage
Also, what content are included in the search results? Ideally, the administrator could configure what items are searched (news posts, photo titles and/or descriptions, tags, news and/or photo comments, etc.).