1
Hi, this question pertains to the team module, but what I want to change is the useage of core stuff. It calls the following routine in the process of building a member list to choose from. I'd like it to pull the AllMembers list from a member group as opposed to a list of all members on the site, so instead of a list several hundred people long, I will only have a list 20 people long. the best I can tell is that i have to change this function in functions.php:
function getAllMembers() {
$member_handler = xoops_gethandler('member');
$allmembers = $member_handler->getUserList();
return $allmembers;
Can anyone help me out here? If you want to know, the user group that i want to use is id #5.
On a related note, does there exist a detailed primer to developing with XOOPS somewhere that lists syntax for things lke xoops_gethandler and getUserList?
EDIT: Mithrandir replied on his Team Module forum. heres the link:
http://xoops.web-udvikling.dk/modules/newbb/viewtopic.php?post_id=339&topic_id=78&forum=3#forumpost339