Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) 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, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Hack to Recount Total Posts Count BY USER

More
16 years 9 months ago - 16 years 9 months ago #14160 by richm
I am working on a hack to modify the RECOUNT button to also recount total posts by user. I am using the discussbot, and it appears that sometimes posts are not being properly incremented whey they are added via the discussbot when configured certain ways. I have also seen the counts get messed up based upon imports, conversions, moves, and mass deletes.

The plan is to put this hack into the Recount Category Stats button. Before I do this, I wondered if anyone has looked into this yet.
Last edit: 16 years 9 months ago by richm.

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

More
16 years 9 months ago #14175 by Matias
I have some made some SQL to recount posts of all users.

This one counts all messages for every user:

SELECT userid, count(*) FROM `jos_fb_messages` GROUP BY `userid`

Note: there can be users that are removed but messages still have their userid..

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

More
16 years 9 months ago #14220 by richm
Thanks. My programmer documented the hack they came up with for this here:
www.joomlasystems.com/index.php/componen...m-recount-user-posts

I implemented it, and it worked.

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

More
16 years 9 months ago #14300 by Matias
Good work!

This can be done even faster, but it needs some extra attention.

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

Time to create page: 0.309 seconds