Hey Guys,
i just deiscovered an anoying problem.
When i want to create a contactlist, there a two fields in which i can mark users and than put them with the arrow in the other (left) box.
All members in the left box will belong to the list.
If i want to edit a contactlist(e.g. add new users) the right box is empty, so i can not add anyone to that list.
Is this a known bug?
(Joomla 1.0 and 1.5 users must not install this fix)
In userlist.php line 315+ replace the existing lines with these ones:
Code:
default: // none
$sql="SELECT u.id,u.name,u.username FROM #__users AS u WHERE u.block=0 ".$temp."ORDER BY u.".($config->realnames ? "name" : "username");
break;
}
if (uddeIMisAdmin($my_gid)) // do not hide users when it is an admin
$sql="SELECT u.id,u.name,u.username FROM #__users AS u WHERE u.block=0 ".$temp."ORDER BY u.".($config->realnames ? "name" : "username");
You have to replace two existing SQL queries with these ones (please not the "u." in the query).
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer