By loic on Wednesday, 07 May 2014
Posted in Technical Issues
Replies 10
Likes 0
Views 752
Votes 0
Hello,

previously said in that topic : http://stackideas.com/forums/last-topics-show-in-kunena-are-not-the-last-one but still without answer (probably lost now...) i have decided to post a new post in the forum, sorry for duplicate...

There are no bugs but incoherences between user forum activity and what is show :

1/ recent activity show is zero even if there are new post...
http://awesomescreenshot.com/0a52pqo5f2
because what you call "recent activity" in kunena user app view is in fact only "recent topics" so user replies are not influencing this
could be better to consider replies in recent activity

2/ What is called "Number of topics" is in fact number of posts (new topic + replies)
and it's good like this
so do we have to change translation ?
and in that case recent activity have to reflect this (see incoherence in user example in screen-shot below)
http://awesomescreenshot.com/0862pv4c1b

3/ "List of post" is in fact only topics created by user
in my opinion is better to have list of topics + replies

4/ "list of post" seems to be sorted by topic creation date
and in details show the last user reply date witch is confusing


See all of that in 2 user examples :

first user have made 9 recent replies but not created any new topics, have a look to his app view :
http://awesomescreenshot.com/0862pv4c1b

second user seams to have no recent activity, even if he has done many replies in last days
and list of topics is sorted by creation date and not last replies date
http://awesomescreenshot.com/0a52pqo5f2


those 2 cases show us that some changes have to be done to preserve coherence

in my dreams i would like to have Kunena App view more similar to the easydiscuss one...


what do you thing ?

Loïc
Hello Loic,

I am sorry for the delay of this reply.

1. The 'Recent activity' actually display the total number of thread created by the user for the passed 7 days

2. Em, in English, we label it as 'Total of posts'. I will let the translator know regarding this one Thanks.

3. Thanks for your suggestion. We will see if we can add the replies into this section or not in the future. For now, it will list the topics created by user

4. Issue fixed. The fix will be added into next release of EasySocial. For the quick fix, edit the file 'JOOMLA/media/com_easysocial/apps/user/kunena/themes/default/profile/item.php' and look for below code at line 30:

KunenaDate::getInstance($topic->last_post_time)->toKunena('config_post_dateformat');


and replace the above with:

KunenaDate::getInstance($topic->first_post_time)->toKunena('config_post_dateformat');



Thanks again for your feedback and your suggestion
Hope this help and have a nice day
Sam
·
Wednesday, 07 May 2014 12:09
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm with Loïc that replies should be included. The stackideas website does it right as seen here. Notice on my StackIdeas profile you can click one link that opens up topics I've started and another for my replies. This would be quite ideal. If we got really fancy we could have it start on "All" and then have the other two that act as filters who show only your replies or only topics you've started. This method of display I like to call a "Sub App" which behaves like an app inside of an app.

I generated a screen shot of what it could look like:

·
Wednesday, 07 May 2014 13:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Josh,

Thanks for the heads up on this one Will discuss this with the team
Have a nice day
Sam
·
Wednesday, 07 May 2014 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
+1
100% agree with you Josh

Sam,
thanks for your efforts on this

I understood what happening for 1 and 2
but that make no sense !
please again look at those 2 cases attached

hope that can be re-think by team
loïc
·
Wednesday, 07 May 2014 14:22
·
0 Likes
·
0 Votes
·
0 Comments
·
The issue makes sense. Ideally it should count everything above and then show replies/started topics as an accessible option as shown in my last screen shot. This would solve all the issues in this thread plus making viewing specific threads of a user easier.
·
Wednesday, 07 May 2014 14:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Josh Lewis wrote:
The issue makes sense. Ideally it should count everything above and then show replies/started topics as an accessible option as shown in my last screen shot. This would solve all the issues in this thread plus making viewing specific threads of a user easier.


oups ! sorry for the misunderstanding
of course that make sense if you count everything (topics + replies)

loïc
·
Wednesday, 07 May 2014 14:48
·
0 Likes
·
0 Votes
·
0 Comments
·
HI Guys,

Thanks for the heads up again on this one
Sam
·
Wednesday, 07 May 2014 19:50
·
0 Likes
·
0 Votes
·
0 Comments
·
+1
Josh Lewis wrote:

I'm with Loïc that replies should be included. The stackideas website does it right as seen here. Notice on my StackIdeas profile you can click one link that opens up topics I've started and another for my replies. This would be quite ideal. If we got really fancy we could have it start on "All" and then have the other two that act as filters who show only your replies or only topics you've started. This method of display I like to call a "Sub App" which behaves like an app inside of an app.

I generated a screen shot of what it could look like:

·
Wednesday, 07 May 2014 21:17
·
0 Likes
·
0 Votes
·
0 Comments
·
+3
·
Thursday, 08 May 2014 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this one, guys
Sam
·
Thursday, 08 May 2014 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post