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.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Loved URL avatar pointing to user profile

More
12 years 9 months ago #147149 by MusicInMe
Hi,

I added bootstrap tooltip to user avatar
Code:
<a class="hasTooltip" rel="nofollow" href="" title="View <?php echo $user->getName() ?>'s profile"> <img class="tk-thumbnail" alt="" src="<?php echo $user->getLink($user->getAvatarImage()) ?> </a>
and almost all works fine except that this avatar has no URL assigned to user profile.
I tried
Code:
<?php echo $user->getLink() ?>
inside
Code:
href=""
but it breaks the layout inserting user name and some code. SO anyone know what to put there to retrieve URL to user profile?

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

More
12 years 9 months ago #147262 by MusicInMe
Was easy ;) added tooltip class to template.php
Code:
'kwho-', 'admin'=>'kwho-admin hasTooltip', 'globalmod'=>'kwho-globalmoderator hasTooltip', 'moderator'=>'kwho-moderator hasTooltip', 'user'=>'kwho-user hasTooltip', 'guest'=>'kwho-guest hasTooltip', 'banned'=>'kwho-banned hasTooltip', 'blocked'=>'kwho-blocked hasTooltip'

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

Time to create page: 0.218 seconds