I'm looking for something to show a list of the registerred users from FrontEnd Users in public.
If it's possible with some ordering system, order by Name, etc
Is there an extra mod for this or do I need to make this myself?
Warning: uasort() [function.uasort]: Invalid comparison function. in ..\wwwroot\site\modules\FrontEndUserListing\FrontEndUserListing.module.php on line 206
According to the footer at the admin section: 1.05
Just noticed i'm getting a fatal error aswell, at the details page;
Fatal error: Call to undefined function: array_merge_by_name_required() in ..\wwwroot\site\modules\FrontEndUserListing\FrontEndUserListing.module.php on line 327
Last edited by Slewey on Wed Jun 13, 2007 7:45 pm, edited 1 time in total.
Warning: uasort() [function.uasort]: Invalid comparison function. in ..\wwwroot\site\modules\FrontEndUserListing\FrontEndUserListing.module.php on line 206
and on the detail page;
Fatal error: Call to undefined function: array_merge_by_name_required() in ..\wwwroot\site\modules\FrontEndUserListing\FrontEndUserListing.module.php on line 327
I've already tried to copy/paste that function from junito into the modules.php but no result.
Also tried some different versions and other hosts.
All without any result.
Hope someone can help me out here..