NTS Kay v5.4.2 - Profile icons in topics
NTS Kay v5.4.2 - Profile icons in topics
5 years 3 months ago - 5 years 3 months ago
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
replace
Swap email and PM locations for a better view
rows 151-161
replace
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
Last edit: 5 years 3 months ago by ciklon.
Please Log in or Create an account to join the conversation.
Re: NTS Kay v5.4.2 - Profile icons in topics
5 years 3 months ago
We are done and updated to the download package.
Thank you very much.
Thank you very much.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: NTS Kay v5.4.2 - Profile icons in topics
5 years 3 months ago
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