Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

Forum subscription links in My Profile lead to wrong posts

  • boyjahq
  • boyjahq
  • OFFLINE
  • Posts: 473
  • Thanks: 33
  • Karma: 3
8 years 7 months ago #279995 by boyjahq
I am trying to go back and read forum posts that I had previously subscribed to (accessed under My Profile/Forum/Your Subscriptions) and many of the links lead to posts that are a completely different topic.

Example:
TOPIC: Save/Apply vs. Save/Save & Close
Link =
www.joomlapolis.com/support/forums/153-professional-member-support/231187-saveapply-vs-savesave-a-close?func=view

When I click the link, it opens
TOPIC: CBActivity doesn't recognise a login if from another system
Link =
www.joomlapolis.com/support/forums/153-professional-member-support/222043-cbactivity-doesnt-recognise-a-login-if-from-another-system?start=12#231187

How can I fix this so I can view the proper topic?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
8 years 7 months ago - 8 years 7 months ago #280022 by krileon
Turn SEF off entirely then see if issue persists. The URLs are generated directly from Kunenas API so they shouldn't be wrong. All CB Forums is doing is passing the topic id.

If issue persists please try the below change to see if issue resolves.

IN: components/com_comprofiler/plugin/user/plug_cbforums/models/kunena20.php
ON: Lines 471 - 475
FROM:
Code:
$url = KunenaForumTopic::getInstance( (int) $post )->getUrl(); if ( ! $url ) { $url = KunenaForumMessage::getInstance( (int) $post )->getUrl(); }
TO:
Code:
$url = KunenaForumMessage::getInstance( (int) $post )->getUrl();


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.
Last edit: 8 years 7 months ago by krileon.

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

  • boyjahq
  • boyjahq
  • OFFLINE
  • Posts: 473
  • Thanks: 33
  • Karma: 3
8 years 7 months ago #280038 by boyjahq
I am talking about the forum posts here on Joomlapolis. It is happening here, on this site. The links I gave are for this forum on this site. Something is broken here on the Joomlapolis forums.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
8 years 7 months ago #280056 by krileon
We're still on Joomla 1.5 and CB 1.x. Our new site with Joomla 3.x and CB 2.x I am working on as we speak. It's just a bug in older CB release most likely. Will be fixed when we launch our new site.


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

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

Moderators: beatnantkrileon
Powered by Kunena Forum