Page 1 of 1

[BUG]FEU: how to search front end user database

Posted: Wed Jun 09, 2010 1:41 am
by cacharopnet
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!

Re: FEU: how to search front end user database

Posted: Wed Jun 09, 2010 2:02 am
by calguy1000
CGUserDirectory

Re: FEU: how to search front end user database

Posted: Wed Jun 09, 2010 7:48 pm
by cacharopnet
calguy1000 wrote: CGUserDirectory
calguy1000, thanks a lot for your kindly help!

Re: [Solved]FEU: how to search front end user database

Posted: Thu Jun 10, 2010 1:03 am
by cacharopnet
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.

Re: [BUG]FEU: how to search front end user database

Posted: Mon Jun 14, 2010 5:00 pm
by cacharopnet
Could anybody help with this? Thanks a lot.

Re: [BUG]FEU: how to search front end user database

Posted: Fri Sep 03, 2010 5:08 pm
by kerryshamblin
I'm getting the same error as cacharopnet. Any fixes?
Thank you.