I am using selfregistration to allow end user register themselves, once they registerred, I need a search function for site user to search on those users based on different creterials. Could anybody tell me which module I should use to achive this goal?
I have read the feusers search module http://dev.cmsmadesimple.org/projects/fesearch, however, when I trying to install from my admin panel, I cannot find it in the list, so I think it might not be supported by the ms version I am using, which is 1.7.1.
Thanks a lot in advance for any help!
[BUG]FEU: how to search front end user database
-
- Forum Members
- Posts: 20
- Joined: Tue May 25, 2010 12:43 am
[BUG]FEU: how to search front end user database
Last edited by cacharopnet on Thu Jun 10, 2010 1:12 am, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: FEU: how to search front end user database
CGUserDirectory
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
- Forum Members
- Posts: 20
- Joined: Tue May 25, 2010 12:43 am
Re: FEU: how to search front end user database
calguy1000, thanks a lot for your kindly help!calguy1000 wrote: CGUserDirectory
-
- Forum Members
- Posts: 20
- Joined: Tue May 25, 2010 12:43 am
Re: [Solved]FEU: how to search front end user database
A bug in the sample search template at line 75
errors
string(189) "Smarty error: [in module_db_tpl:CGUserDirectory;searchform_Sample line 75]: syntax error: foreach: 'item' must be a variable name (literal string) (Smarty_Compiler.class.php, line 1174)"
I tried to modified it from
{foreach from=$searchprop key='propname' item=$data}
to
{foreach from=$searchprop key='propname' item='data'}
It worked, but just display the User Name property as the search field, which is not enough, could you let me know how I can define which fields I want to use to search the user? Thanks a lot in advance.
errors
string(189) "Smarty error: [in module_db_tpl:CGUserDirectory;searchform_Sample line 75]: syntax error: foreach: 'item' must be a variable name (literal string) (Smarty_Compiler.class.php, line 1174)"
I tried to modified it from
{foreach from=$searchprop key='propname' item=$data}
to
{foreach from=$searchprop key='propname' item='data'}
It worked, but just display the User Name property as the search field, which is not enough, could you let me know how I can define which fields I want to use to search the user? Thanks a lot in advance.
Last edited by cacharopnet on Thu Jun 10, 2010 1:12 am, edited 1 time in total.
-
- Forum Members
- Posts: 20
- Joined: Tue May 25, 2010 12:43 am
Re: [BUG]FEU: how to search front end user database
Could anybody help with this? Thanks a lot.
- kerryshamblin
- Forum Members
- Posts: 87
- Joined: Wed Apr 14, 2010 5:21 pm
Re: [BUG]FEU: how to search front end user database
I'm getting the same error as cacharopnet. Any fixes?
Thank you.
Thank you.