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

Question Cannot remove users in Kunena

More
17 years 1 week ago #12879 by mariusbb
Yes they don't exist.

Here's the list of ids in joomla user manager:

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

More
17 years 1 week ago #12936 by sozzled
Good morning, marius :)

Thank you for your reply. Before going any further, I'd like to summarise the current situation in case someone else might have an idea.

Using SQL terminology, marius has an inconsistency between his jos_users table and his jos_fb_users table. He deleted (at least) two rows from the jos_users table; the corresponding rows remained in the jos_fb_users table. After using the Kunena synchronisation feature the unmatched jos_fb_users rows were not not deleted; they were, instead, emptied of their contents. The current problem is a nuisance and marius has not stated that it's threatening "normal" use of the forum.

Maybe you won't understand it if I restate the problems in these technical terms, but I think there's an unexplained technical fault that's caused a glitch and we've probably exhausted the non-technical options available to you.

I don't know what experience you've had with SQL database administration but, I'm sure you'd agree, it's not something to rush into. Before doing anything else, make a backup of your jos_fb_users table.

My overall strategy would be:
  1. analyse the structure of the jos_fb_users table;
  2. if the analysis shows there are problems with the table's structural integrity, attempt to repair the table;
  3. verify if the repair has "cured" the problem;
  4. delete rows 63 and 74 from the table (however, we're left with the unanswered question why these rows were emptied, not deleted, when you ran the Kunena synchronisation facility)
This isn't all you can do and you may want to get a second opinion before doing anything at all. I'm not a Kunena developer and I can't claim any special in-depth knowledge.

Do you need assistance with any of the suggestions that I've made? :)

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

More
17 years 2 days ago #14002 by twentecontrole
Is it not possible to update the Kunena part and add an active Y/N column in the table ?
So that an Administrator can block a user or delete old users from the userlist?

I accidently synced the userlist, but I have a some users that do not want to be in the
public userlist (Kunena)

Adding a checkbox to indicate if the account is active would solve this?.........

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

More
17 years 2 days ago #14013 by Lintzy
twentecontrole wrote:

Is it not possible to update the Kunena part and add an active Y/N column in the table ?
So that an Administrator can block a user or delete old users from the userlist?

I accidently synced the userlist, but I have a some users that do not want to be in the
public userlist (Kunena)

Adding a checkbox to indicate if the account is active would solve this?.........


You can hide users from userlist, you must check out the ID from user. Then edit the userlist.php (components/com_kunena/template/default/plugin/userlist)

like written here, you can put in as much users, as you like -> 62,82,75 :

www.kunena.com/forum?func=view&catid=4&id=5537#5681

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

Time to create page: 0.399 seconds