Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
10 years 8 months ago #1 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
10 years 8 months ago #2 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.375 seconds