The Joomla! Extensions Directory ™


Custom Userlist for Community Builder Plugin

Editor's Note
  • This extension requires registration to download.
Custom Userlist plugin for Community Builder. Allows you to specify additional tables to select from and additional where clause conditions.

The plugin contains a patch for CB 1.2.1 and 1.2.2. The patch changes one line of code in the core CB file components/comprofiler.php. The line that reads...

$_PLUGINS->trigger( 'onBeforeUsersListQuery', array( &$queryFrom, 1 ) ); // $uid = 1

...is changed to read...

$_PLUGINS->trigger( 'onBeforeUsersListQuery', array( &$queryFrom, $listid ) ); // $listid

The package contains an automated way to install this patch, but if you prefer to update the code manually go right ahead.

No patch is necessary for Community Builder 1.2.3.

Also, this plugin no longer requires login to download.
Enjoy,
-Rob Anderson

Report