Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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.

Solved Kunena mass delete users

More
12 years 5 months ago #151112 by rich
Replied by rich on topic Kunena mass delete users
You're right I'm an jackass. :blush:
The users must be removed completely from Joomla.

Important! Always create a backup before you make any changes to your website!

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

More
12 years 5 months ago #151129 by mecenat
Replied by mecenat on topic Kunena mass delete users
Thank you for support guys! I worked it out!

DELETE `xxxxx_users`.*,`xxxxx_kunena_users`.*
FROM `xxxxx_users`,`xxxxx_kunena_users`
WHERE `xxxxx_users`.`id`=`xxxxx_kunena_users`.`userid`
AND `jku9b_kunena_users`.`posts`=0

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

More
12 years 5 months ago #151137 by coder4life
Replied by coder4life on topic Kunena mass delete users
A follow up, I am going to change this to a feature request to prune users who have 0 posts after a period of registration. This way if the accounts are dormant accounts, most likely spam accounts, there is an easier methods to prune users and have more accurate count on the website.

We could have this manually done, or maybe automatically done when someone logs into the site.
The following user(s) said Thank You: mecenat

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

More
12 years 5 months ago #151220 by mecenat
Replied by mecenat on topic Kunena mass delete users

coder4life wrote: A follow up, I am going to change this to a feature request to prune users who have 0 posts after a period of registration. This way if the accounts are dormant accounts, most likely spam accounts, there is an easier methods to prune users and have more accurate count on the website.

We could have this manually done, or maybe automatically done when someone logs into the site.


Big thanks to all team ;)

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

Time to create page: 0.246 seconds