Skip to Content Skip to Menu

[SOLVED] GJ2.5 userlist of a group?

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
12 years 7 months ago #194453 by krileon
Replied by krileon on topic Re: GJ2.5 userlist of a group?
Have reviewed your install and the query wasn't copied right. You had left " > 0 )" off at the end. I've fixed it for you and confirmed your userlist is now working fine.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: andreas.hallberg

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

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
12 years 7 months ago #194454 by jojo12
Replied by jojo12 on topic Re: GJ2.5 userlist of a group?
many thanks!

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

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
12 years 7 months ago #194462 by jojo12
Replied by jojo12 on topic Re: GJ2.5 userlist of a group?
nearby came an other question: Is there a possibility to copy an existing userlist? Or have I totally to build a new one?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
12 years 7 months ago #194466 by krileon
Replied by krileon on topic Re: GJ2.5 userlist of a group?
Only way to copy one for now is to copy the database row as there is no copy feature (to be implemented with CB 2.0).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: pepperstreet

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

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
12 years 7 months ago #194468 by jojo12
Replied by jojo12 on topic Re: GJ2.5 userlist of a group?
yes

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

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
10 years 3 weeks ago - 10 years 3 weeks ago #250308 by jojo12
Replied by jojo12 on topic Re: GJ2.5 userlist of a group?
sorry, I am back with the same problem for GJ2.7 in CB 2.0.
I need a group list from all the members of group ID=23.

I tried to insert the above text in the list advanced and got an error:
Code:
( ( SELECT COUNT(*) FROM `#__groupjive_users` AS gj WHERE gj.`group` = '23' AND gj.`user_id` = u.`id` AND gj.`status` IN ( 1, 2, 3, 4 ) )

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7 SQL=SELECT COUNT( DISTINCT u.id ) FROM eumo_users u JOIN eumo_user_usergroup_map g ON g.`user_id` = u.`id` JOIN eumo_comprofiler ue ON ue.`id` = u.`id` WHERE u.block = 0 AND ue.approved = 1 AND ue.confirmed = 1 AND g.group_id IN (1, 6, 7, 2, 3, 4, 5, 9, 14, 13, 12, 8) AND ( ( SELECT COUNT(*) FROM `eumo_groupjive_users` AS gj WHERE gj.`group` = '23' AND gj.`user_id` = u.`id` AND gj.`status` IN ( 1, 2, 3, 4 ) )


what's wrong?
Last edit: 10 years 3 weeks ago by jojo12.

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

Moderators: beatnantkrileon
Powered by Kunena Forum