Jose, I implemented my search as a search box in the masthead of my site like this: <form action="" method="get" id="search_form"><input type="text" id="q" name="q" value="" size="15" /><input type="submit" value="Search" /></form> Where "/search-results" is the only page with the Search behavior selected and that page looks like this: <r:search:empty> No match. </r:search:empty> <r:search:results> <h2>Search Results:</h2> <ul> <r:search:results:each> <li> <r:link /> </li> </r:search:results:each> </ul> </r:search:results> You said below "Does this mean that gallery_behavior wasn't installed succesfully?" Assuming you meant search_behavior, you might double check that you've selected the Search Behavior from the list. If you hadn't, that's the problem, if you had then I'll bump this to the next person... I've no idea. Hope that helps. Good luck, Loren On Nov 2, 2006, at 8:30 AM, [EMAIL PROTECTED] wrote:
Loren Johnson |
_______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
