1. Arena Esport
  2. Support
  3. Wednesday, July 20 2016, 02:04 PM
Hello,

I created a radiolist field with the values “Available” and “Unavailable”. I also created a page to display users in a specific joomla group. So i’d like to give the right for these users to hide from the list just by selecting the value “Unavailable” with no need to delete them from the Joomla group.

Regards,
Accepted Answer
admin Accepted Answer
Admin
Hi,
you can use "SQL Custom Where" to filter users with this field set to "Available", for example

I assumed Usergroup ID is 10 and radio (with alias "listavailability";) list have these options:
0|Unavailable
1|Available

So You can put in SQL Custom Where something like this:
group_id IN (10) AND listavailability="1"
  1. more than a month ago
  2. Support
  3. # Permalink
Arena Esport Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.