Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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
11 years 3 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
11 years 3 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.290 seconds