Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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.

Question J! 1.6: Real names displayed; cannot hide username in profile information.

More
15 years 3 weeks ago #93744 by sozzled
I had another look at your question (which was very different to the one asked in another topic) and you may be right. It may not be possible to hide the username at all in the user profile in K 1.6.3 (and I don't know if it's changed in K 1.6.4 either). That's something we'll have to look at in further testing.

Do you know if this is the same situation in J! 1.5.23?

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

More
15 years 3 weeks ago #93745 by sozzled

Sovaka wrote: The Show Username field option in the settings appears to do nothing.

Actually, that's not quite true. The point is that it may not have any effect when someone is looking at a Kunena user profile.

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

More
15 years 3 weeks ago #93747 by Sovaka

Do you know if this is the same situation in J! 1.5.23?


I don't know... I wasn't using Kunena when I was using 1.5.

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

More
15 years 3 weeks ago #93749 by sozzled
I will have to test this for myself but not at the present moment. Perhaps one of the other members of the testing team can tell us if the behaviour that you see is consistent with the current design of K 1.6.4 on J! 1.6.3. If that is the case then I don't know what we can do right now.

Our current timetable is to release K 1.6.4 as soon as we can - as soon as we've finalised the last remaining "glitches" (which are more than glitches, but the way) with Joomla. If this is a "show stopper" as far as Kunena is concerned then this could push back the release of K 1.6.4 until it's resolved (possibly another week or more). I don't think it's a show-stopper, but that's just my personal opinion. It's my recollection that this behaviour has always been like that and no-one seems to have objected to the way that things work. I could be wrong. I'm also not in charge of the software release process, as well.

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

More
15 years 3 weeks ago #93752 by Sovaka
Well this is how the information is retrieved...
Code:
<?php echo $this->escape($this->name); ?>

How this differs from other calls like;
Code:
<?php echo CKunenaLink::GetProfileLink ( intval($this->profile->userid), $this->escape($this->username) ); ?>
That you use in the actual forum posting view...

Maybe if I copy and paste that code into the Summary.php, it will yield the same results?
The following user(s) said Thank You: Hobbis

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

More
15 years 3 weeks ago #93756 by Sovaka
Yep
That fixed it.

Just need to mess with formatting of it.
The following user(s) said Thank You: Hobbis

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

Time to create page: 0.289 seconds