I cannot change the short path as it has been shared already lots of time.
Is that related to the fix ? can you tell me how to retrieve the correct short url with the activity display and maybe change the global path to "pages" or "groupes" ?
That wouldn't have anything to do with the pathing. CB Auto Actions doesn't pull the group id from the URL or anything of the sort when outputting GJ activity streams. The activity stream is actually there on the page. It is being hidden by CSS output from your template. Specifically the below.
IN: /media/plg_jchoptimize/cache/css/04c3107ac3c4542fa04d6e832dd36420.css
ON: Line 66
Code:
.tab-content>.tab-pane {
display: none;
}
Caching/compression error in your JCH Optimizer usage maybe? That CSS doesn't exist on the longer path.
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.
Oupss sorry did not even think to deactivate it to check !
Yeah that should be a too agressive setting in css optimizing, I add the rule to exceptions
Thanks
Some additional routing issues were found and fixed in latest build released today. I've retested all of core GJ endpoints against every menu action available now to verify everything is reachable and believe there should be no further issues from this point on. Doesn't fix some of the goofy Itemid usage behavior, which will be fixed in core CB when it's doing Itemid lookup.
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.