Hello,
The default links that are generated in Recent Activity for Kunena posts do NOT work well if the discussion has more that one page, because the link always posts to page one, so it will never jump to the correct post.
The workaround was to COPY the CB Auto Action called: Kunena - Reply and them unpublish the system action.
After that I have edited the COPY and changed the URL code from:
Code:
[cb:config param="live_site" /]/index.php?option=com_kunena&view=topic&catid=[var3_message_catid]&id=[var3_message_thread]#[var3_message_id]
to
Code:
[cb:config param="live_site" /]/index.php?option=com_kunena&view=topic&catid=[var3_message_catid]&id=[var3_message_thread]&mesid=[var3_message_id]
I have tested this and it works. See bellow the Kunena version and all that stuff.
Website Setup:
=================
Joomla version. 3.4.3
CB: 2.0.10
CB Activity: 3.0.0
CB Gallery: 1.0.5
CB AutoActions: 6.3.1
CB Subs: 4.0.1
Kunena: 3.0.6
PS: The code display is a bit funny and you can't see what was changed at the very end of the URL, but the change is there