Hello I have just noticed that while going to my or another users profile and go to the JOINED GROUPs tab and hover over a joined group it shows the incorrect category URL for the group on the bottom of the page but when clicking on the group it opens up the correct group but in the address bar it still shows the incorrect category URL. Tested disabling the menu that the incorrect URL was showing for the group but it then just sends it to another incorrect URL that is from another category linked menu.
Tried to see if there were any settings that I may have entered in correctly but have been unable to find any issues. Any ideas on what may be causing this?
Last edit: 8 years 1 month ago by krileon. Reason: Added [#6332] tag to subject
The URL usage doesn't send the category id as part of the Itemid check. So it'll use the first Joomla menu item to GJ for its Itemid and SEF URLs. This will be fixed in GJ 3.0.2 as plugins can now extends CBs router so it'll properly have rewriting for GJ SEF URLs. In addition to that I've added a bug ticket to fix the Itemid check to include checking for the groups appropriate category. The current workaround is to just have a generic menu item to the all groups GJ page so it'll use its menu alias instead.
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.
Would you happen to know if the GJ 3.1 was supposed to adress the URL itemid check as it still seems after upgrading that the URL's are incorrect while going to groups through the Joomla Activity module as well from the Joined groups tab within the user profile.
The Itemid check will not be checking for category specific Itemids. At this time it can't as it's not able to fallback to next best thing and doing a dozen queries for 1 URL would be inefficient. So it'll continue to use the first GJ menu item it finds (which I recommend being something like All Groups or All Categories).
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.