Hi all
I have been trying to find a members search block but with no luck. has any one writen one? if so can you please point me in the right direction.
thanx dave
- jmvaughn responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 12:05 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn created topic »TagIt 3.0 for Zikula« 09:34 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
members search block???
-
- Rank: Senior
- Registered: Sep 22, 2003
- Last visit: Oct 21, 2009
- Posts: 2774
If you mean the default Members list, you can create your own search block (based on the Search Block) and add or remove hidden fields in it to specify what sections are searched:
Code
<form style="margin: 0px;" method="post" action="modules.php">
<input value="Search" name="name" type="hidden">
<input value="index" name="file" type="hidden">
<input value="modload" name="op" type="hidden">
<input value="search" name="action" type="hidden">
<input value="1" name="overview" type="hidden">
<input value="1" name="active_weblinks" type="hidden">
<input value="1" name="active_stories" type="hidden">
<input value="1" name="active_sections" type="hidden">
<input value="1" name="active_reviews" type="hidden">
<input value="1" name="active_faqs" type="hidden">
<input value="1" name="active_downloads" type="hidden">
<input value="1" name="active_users" type="hidden">
<input value="OR" name="bool" type="hidden">
<input value="" name="stories_cat" type="hidden">
<input value="" name="stories_topics" type="hidden">
<input style="font-size: 10px;" value="" type="text" name="q" class="pn-text">
<input style="font-size: 10px;" value="go!" name="Submit" type="submit">
</form>
You can take out the hidden form elements you don't need (the "active_*" ones)...
--
Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods
Cape Cod Travel Info...
- Moderated by:
- Support
