Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question Remove Kunena Post from Recent Activities, but keep title, how?

More
13 years 8 months ago #1 by veeesh
how can i remove the kunena post from recent activities but keep the subject line that someone posted to the forum?

Thanks

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

More
13 years 8 months ago - 13 years 8 months ago #2 by sozzled
I'm sorry but I don't understand what you mean by "recent activities". Where is this, please? :dry:

Edit: I didn't realise that this had something to do with JomSocial. I don't know anything about Jomsocial, sorry. :blush:
Last edit: 13 years 8 months ago by sozzled.

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

More
13 years 8 months ago #3 by veeesh
it is jomsocial, new activities are displayed on the frontpage. see my attachment.
Attachments:

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

More
13 years 7 months ago - 13 years 7 months ago #4 by WinuxFF
Using the Kunena 1.6.0 RC2 open
xampp\htdocs\administrator\components\com_kunena\libraries\integration\jomsocial\activity.php

In or around line 47 find this code
Code:
$act->content = $content;
Change it to
Code:
$act->content = ;
or
Code:
$act->content = '';

I didnt tried this yet, just giving you the clue
Do the same for reply post activity a little lower in the same file
Regards
Last edit: 13 years 7 months ago by WinuxFF.

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

Time to create page: 0.526 seconds