Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

[SOLVED] Linking a group in GroupJive to a menu item

  • LineMine
  • LineMine
  • OFFLINE
  • Posts: 160
  • Thanks: 22
  • Karma: 6
8 years 1 week ago - 8 years 1 week ago #290080 by LineMine
Hi

Is there a way to force GroupJive groups to appear under specific menu items? Say I have groups under 2 categories, Apples and Pears, and I have set up menu items in 2 different menus which are GroupJive category menu items, one for Apple groups and one for Pear groups. All this is fine using the menu system to navigate to the groups, but when groups appear in users activity streams, for example, or in their profile tabs, clicking on the Pear category group opens them under the Apple menu item. Have I missed something?

Thanks
Last edit: 8 years 1 week ago by krileon. Reason: Added [SOLVED] tag to subject

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48711
  • Thanks: 8320
  • Karma: 1447
8 years 1 week ago #290091 by krileon
Replied by krileon on topic Linking a group in GroupJive to a menu item
It's working as intended. It does not look for specific menu items by group or category ids. Your first top level GJ menu item should typically be to all groups or all categories so outside links will use that for its itemid. We'll be improving this further in future CB releases as we need to make improvements to our Itemid parsing function. Right now to support that it could potentially result in up to 3 queries just for 1 menu items Itemid resulting in hundreds of queries being performed for Itemid parsing, which just isn't acceptable in regards to performance. I think I've a way of implementing this in a future release and noted it in the below ticket.

forge.joomlapolis.com/issues/6392


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.

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

  • LineMine
  • LineMine
  • OFFLINE
  • Posts: 160
  • Thanks: 22
  • Karma: 6
8 years 1 week ago - 8 years 1 week ago #290115 by LineMine
Replied by LineMine on topic Linking a group in GroupJive to a menu item
Hi

Okay, thanks. Obviously the most important thing is to maintain good performance and response times, so that's appreciated.

It does leave me with quite a big problem on my site strategy however, so I'm wondering when this might be resolved? I can see it is scheduled for the next release, CB 2.2, so I'm guessing it would be some months away?

I may be able to work around this with another menu item, for the time being. I'm wondering how I ensure that it is the top level GJ menu item? I've just added an all category item to my main menu but the links are still defaulting to the other original menu.
Last edit: 8 years 1 week ago by LineMine.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48711
  • Thanks: 8320
  • Karma: 1447
8 years 1 week ago #290132 by krileon
Replied by krileon on topic Linking a group in GroupJive to a menu item

It does leave me with quite a big problem on my site strategy however, so I'm wondering when this might be resolved?

No idea as my focus at this time is CB Activity 4.0.0 followed by GJ 4.0.0.

I can see it is scheduled for the next release, CB 2.2, so I'm guessing it would be some months away?

It'll be in a nightly before CB 2.2, but I still don't know when that'll be.

I may be able to work around this with another menu item, for the time being. I'm wondering how I ensure that it is the top level GJ menu item? I've just added an all category item to my main menu but the links are still defaulting to the other original menu.

It'll grab the first menu item it finds so you first menu item should be to all groups or all categories page for GJ. This should cause all links outside of that menu item to use it as its Itemid. I found making a menu item to all categories with an alias of "community" looked really good as you'd have the below URLs.

domain/community/001-category/001-group


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: LineMine

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

  • LineMine
  • LineMine
  • OFFLINE
  • Posts: 160
  • Thanks: 22
  • Karma: 6
8 years 1 week ago #290273 by LineMine
Replied by LineMine on topic Linking a group in GroupJive to a menu item

It'll grab the first menu item it finds so you first menu item should be to all groups or all categories page for GJ. This should cause all links outside of that menu item to use it as its Itemid. I found making a menu item to all categories with an alias of "community" looked really good as you'd have the below URLs.


I've just spent a bit of time trying to get this to work, and finally succeeded. I'm sure you knew this but it turns out the critical thing is the menu item ID number. Even when I followed the steps you outlined, the group links were still defaulting to my original single category menu item, until I deleted it and made a new, identical one, but with a higher ID number than the overall "All categories" menu item ID. It seems that the linking was finding the lowest, or in other words, the oldest, item ID number.
The following user(s) said Thank You: krileon

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48711
  • Thanks: 8320
  • Karma: 1447
8 years 1 week ago #290295 by krileon
Replied by krileon on topic Linking a group in GroupJive to a menu item
Yup, that's what I meant by first menu item. I apologize for not being clear.


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: LineMine

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

Moderators: beatnantkrileon
Powered by Kunena Forum