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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

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

Post 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!
Last edited by cacharopnet on Thu Jun 10, 2010 1:12 am, edited 1 time in total.
calguy1000
Support Guru
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

Post by calguy1000 »

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.
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

Re: FEU: how to search front end user database

Post by cacharopnet »

calguy1000 wrote: CGUserDirectory
calguy1000, thanks a lot for your kindly help!
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

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

Post 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.
Last edited by cacharopnet on Thu Jun 10, 2010 1:12 am, edited 1 time in total.
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

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

Post by cacharopnet »

Could anybody help with this? Thanks a lot.
User avatar
kerryshamblin
Forum Members
Forum Members
Posts: 87
Joined: Wed Apr 14, 2010 5:21 pm

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

Post by kerryshamblin »

I'm getting the same error as cacharopnet. Any fixes?
Thank you.
Post Reply

Return to “Modules/Add-Ons”