![]() |
|
two different search forms - 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: two different search forms (/thread-6404.html) |
two different search forms - barrento - 2010-01-07 Hi, a) Where should I look for a file to change the look of the ZP search form? 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..) Thank you for any help two different search forms - sbillard - 2010-01-07 If it is just a CSS thing, the search for is in a DIV id=search. But I am confused. The text in the zenphoto search form seems smaller than the WP one. two different search forms - sbillard - 2010-01-07 If it is just a CSS thing, the search for is in a DIV id=search. But I am confused. The text in the zenphoto search form seems smaller than the WP one. two different search forms - barrento - 2010-01-07 thanks sbillard, two different search forms - sbillard - 2010-01-08 NO, sorry, Obviously we deal only with the zenphoto search. Anything that would integrate them would require two things. First, a new form/script that searched each site for the criteria. Second a new page that knows how to display the results of both types of search. two different search forms - acrylian - 2010-01-08 Also note that we consider Zenphoto as a standalone system. To get what you want you have to eitehr write a Wordpress or Zenphoto plugin to do this. Not sure if that is really worth the work as like sbillard said the display of the results Maybe just label the search forms as we do on zenphoto.org to avoid confusion? (Or maybe try the Zenpage CMSplugin instead of Wordpress..;-)) two different search forms - barrento - 2010-01-08 Thank you both. Thanks again you both, and congrats for your great work here. two different search forms - acrylian - 2010-01-08 With "labeling" I mean just write below them what part of the site they search for..;-) 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. two different search forms - bryanbrazil - 2010-01-09 You can check out my site for an example where the Wordpress and Zenphoto search forms are styled the same. Also, as Acrylian suggested, each search form is labeled using some Javascript to let the user know that they are either searching the site or the gallery. http://www.bryanbrazil.com/gallery/ two different search forms - barrento - 2010-01-09 Ok, this time I am feeling dumb is there a Zenpage download? two different search forms - sbillard - 2010-01-09 It comes with the rest of zenphoto. Check the plugins tab in admin two different search forms - rogermh - 2010-04-14 acrylian's comments above regarding Zenpage suggest that a single search form could search and present results for both Zenpage and Zenphoto. Is that correct? 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.). two different search forms - sbillard - 2010-04-15 Yes, search does traverse the whole of zenphoto. You should probably look at one of the themes that inculde zenpage support to see how things work. The quick answer is that you get back the content you ask for on the search page--if you have an next_album() loop you get albums back. If you have a next_image() loop you get images back. If you have a next_page() loop you get pages back. If you have a next_news() loop you get news articles back. |