Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Last replied date of updated discussions

9 years 6 months ago
  • Dalvio's Avatar
    Topic Author
  • Dalvio
  • Offline
  • Fresh Boarder
  • Posts: 23
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi.

I guess I found a bug when updating discussions main post. When you pick any old discussion and update the main post text, field "lastreplied" in community_groups_discuss table is saved with the date of post creation, even if its last comment was made recently. It causes discussion to fall in discussion list.

Thanks.

9 years 6 months ago
Licenses:

Hi Dalvio,

yes, this is a bug. please wait for the fix.

Regards,
Albert

9 years 5 months ago
Licenses:

Here the fix:
1. edit /components/com_community/controllers/groups.php
2. at line 2579, change the code from

$discussion->lastreplied = $discussion->created;
to
$discussion->lastreplied = (isset($discussion->lastreplied)) ? $discussion->lastreplied : $discussion->created;

Regards,
Albert

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW