Read before updating: How to Update Kunena Templates - More detail

NTS Kay v5.4.2 - Profile icons in topics

ciklon's Avatar Topic Author
Senior Member Senior Member
  • Posts: 63
  • Thanks: 11

NTS Kay v5.4.2 - Profile icons in topics

5 years 3 months ago - 5 years 3 months ago
#16071
Hello,
Profile in topics does not have a personal message link icon. The site uses Community Builder as such a personal messaging system.
The birthday icon is always visible.



Interim solution for PM button with a change in: /components/com_kunena/template/nts_kay/layouts/user/profile/default.php

row 152
Code:
<li class="ku-private">

replace
Code:
<li class="kicon-profile-pm">




Swap email and PM locations for a better view

rows 151-161
Code:
<?php if (KunenaFactory::getPrivateMessaging()) :?> <li class="ku-private"> <?php echo $user->profileIcon('private'); ?> </li> <?php endif ?> <?php if ($this->candisplaymail) : ?> <li class="ku-email"> <?php echo $user->profileIcon('email'); ?> </li> <?php endif; ?>

replace
Code:
<?php if ($this->candisplaymail) : ?> <li class="ku-email"> <?php echo $user->profileIcon('email'); ?> </li> <?php endif; ?> <?php if (KunenaFactory::getPrivateMessaging()) :?> <li class="kicon-profile-pm"> <?php echo $user->profileIcon('private'); ?> </li> <?php endif ?>

"I know that I know nothing" - Socrates

Attachments:

Last edit: 5 years 3 months ago by ciklon.

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: NTS Kay v5.4.2 - Profile icons in topics

5 years 3 months ago
#16073
We are done and updated to the download package.

Thank you very much.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

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

ciklon's Avatar Topic Author
Senior Member Senior Member
  • Posts: 63
  • Thanks: 11

Re: NTS Kay v5.4.2 - Profile icons in topics

5 years 3 months ago
#16074
The PM icon is ok but the birthday icon is always visible and there is no tooltip.
"I know that I know nothing" - Socrates

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

Time to create page: 0.219 seconds