Skip to Content Skip to Menu

Edit contactlist

  • Serathil
  • Serathil
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
13 years 7 months ago #157090 by Serathil
Edit contactlist was created by Serathil
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?

Thanks for your help,

Markus

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 7 months ago #157116 by slabbi
Replied by slabbi on topic Re: Edit contactlist
This bug seems to appear on Joomla 1.6 only.

I was able to reproduce it on Joomla 1.6, J1.5 and J1.0 are fine.
I will try to find a solution for it.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • Serathil
  • Serathil
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
13 years 7 months ago #157118 by Serathil
Replied by Serathil on topic Re: Edit contactlist
Ok thanks very much!

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 7 months ago - 13 years 7 months ago #157119 by slabbi
Replied by slabbi on topic Re: Edit contactlist
Userlist fix for Joomla 1.6

(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
Last edit: 13 years 7 months ago by slabbi.
The following user(s) said Thank You: Serathil

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum