Kunena 7.0.3 Released

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

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Deleted Joomla user accounts appear in Kunena with wrong avatar

More
11 years 10 months ago #156567 by sozzled
I think I know why this happens.

The problem is caused if you delete a user who has posted messages on the forum.

If you delete the user account, you cannot remove the Kunena account unless you also permanently delete all messages posted by the user.

In your case you have 174 users who have posted messages on your forum and you deleted their Joomla accounts but you did not delete the messages they posted. This means that those messages look like they've been posted by guests.

You need to find the messages, permanently delete them and then perform the Synchronise Users precedure.

I hope this helps.

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

More
11 years 9 months ago #157088 by hazael
This same problem applies to all posts written by Guests!

look at my example: www.kunena.org/forum/k-3-0-general-quest...s-in-posts-of-guests

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

More
11 years 2 months ago #161911 by xamire
I know how to fix this for the main avatar, but not the thumbnail (can't figure out which file to add it to) Please someone help with this matter!!!!

On line 24 in:

/components/com_kunena/template/blue_eagle/html/topic/default_profile_vertical.php


::::::::::::::Find this line::::::::::::
Code:
<span class="kavatar"><?php echo $this->profile->getLink( $avatar ); ?></span>

:::::::::::::::Change it to:::::::::::::
Code:
<?php if (strpos($this->profile->getLink( $avatar ), 'kwho-user')) : ?> <span class="kavatar"><?php echo $this->profile->getLink( $avatar ); ?></span> <?php elseif (strpos($this->profile->getLink( $avatar ), 'kwho-guest')) : ?> <span class="kavatar"><img src="/images/profiletype/guest.png" alt="guest"></span> <?php endif ;?>
The following user(s) said Thank You: xristo

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

More
10 years 7 months ago - 10 years 7 months ago #168063 by xristo
I'm having this problem with the thumbnails but not relating to deleted users, rather a migrated Joomla 1.5 site to a joomla 3. I've also begun using a new template called NTS KArgo vs Blue Eagle but don't feel it's related to template in Kunena.

I've followed the steps mentioned above regarding user sync, but no luck.

Is there not a method of deleting all user avatars and associated thumbs? I'd hate to do that but feel the default avatar is better than an incorrect avatar.

@Xamire did you ever find a soltion?
Last edit: 10 years 7 months ago by xristo.

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

Time to create page: 0.239 seconds