- Posts: 4
- Thank you received: 0
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
Please Log in or Create an account to join the conversation.
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:
- analyse the structure of the jos_fb_users table;
- if the analysis shows there are problems with the table's structural integrity, attempt to repair the table;
- verify if the repair has "cured" the problem;
- 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)
Do you need assistance with any of the suggestions that I've made?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- twentecontrole
-
- Offline
- New Member
-
- Posts: 1
- Thank you received: 0
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.
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.