Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Post count has suddenly dropped

More
15 years 9 months ago - 15 years 9 months ago #57761 by Cerberus

xillibit wrote: Hello,

Because the internal trash category for moderators has been deleted, so all posts put in these categories has been deleted.



allow me to translate this one for you :) what i understand of what xillibit is try to say is there was an area of admin side of kunena that stored deleted message ( trash can ) for moderator and this has now been removed so all messages that were in there and adding to post count have now been deleted and so post count has now been corrected to only show active post and not one that were in trash can too.
Last edit: 15 years 9 months ago by Cerberus.

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

More
15 years 9 months ago #57780 by sozzled
Discussed this issue with the user.

The table, jos_fb_users, contains the field posts. This is a running count. When a user submits a new record to the database, the count is incremented. The count is never recomputed.

The following query will allow you to see the "recomputed" values for post count:
Code:
SELECT userid, COUNT(*) FROM jos_fb_messages GROUP BY userid
What would be nice to have is a way of feeding the results from that query back into the jos_fb_users table.

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

Time to create page: 0.263 seconds