Profile Box into posts problem
Profile Box into posts problem
2 years 2 months ago - 2 years 2 months ago
Hey guys,
I have an issue with my profile-box indication... They are missing some details, such as "Posts, Status, Topic Author etc.."
Check the attached image for more details!
It is different from the default profile box on the demo of NTS KPop...
Can you help me to fix it?
Thanks in advance!
I have an issue with my profile-box indication... They are missing some details, such as "Posts, Status, Topic Author etc.."
Check the attached image for more details!
It is different from the default profile box on the demo of NTS KPop...
Can you help me to fix it?
Thanks in advance!
Last edit: 2 years 2 months ago by fabre4.
Please Log in or Create an account to join the conversation.
Re: Profile Box into posts problem
2 years 2 months ago - 2 years 2 months ago
I found the solution... 
In ../components/com_kunena/template/nts_kpop/layouts/user/profile/default.php
at line 33 there is the below code:
because i had the setting to not showing the Karma, in Kunena Configuration settings, i had the topic issue...
Just put the below correct code into the above code and you will be ok!
topic solved!

In ../components/com_kunena/template/nts_kpop/layouts/user/profile/default.php
at line 33 there is the below code:
Code:
if ($config->showKarma)
{
$canseekarma = $user->canSeeKarma();
$rankImage = $user->getRank($this->category_id, 'image');
$rankTitle = $user->getRank($this->category_id, 'title');
$personalText = $user->getPersonalText();
}
?>
because i had the setting to not showing the Karma, in Kunena Configuration settings, i had the topic issue...
Just put the below correct code into the above code and you will be ok!
Code:
if ($config->showKarma)
{
$canseekarma = $user->canSeeKarma();
}
$rankImage = $user->getRank($this->category_id, 'image');
$rankTitle = $user->getRank($this->category_id, 'title');
$personalText = $user->getPersonalText();
?>
topic solved!
Last edit: 2 years 2 months ago by fabre4.
The following user(s) said Thank You: ntstore
Please Log in or Create an account to join the conversation.
Re: Profile Box into posts problem
2 years 2 months ago
Hi fabre4,
Thank you very much for bug report. We fixed this issue and applied to the download package. We have just released new version to fix this issue and support the FontAwesome 6.x icon font. Download and update to your website for use width FontAwesome icon 6.x
Best regards,
Thank you very much for bug report. We fixed this issue and applied to the download package. We have just released new version to fix this issue and support the FontAwesome 6.x icon font. Download and update to your website for use width FontAwesome icon 6.x
Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: fabre4
Please Log in or Create an account to join the conversation.
Re: Profile Box into posts problem
2 years 2 months ago
Thank your for the template update!
But only the "thanks" are showing.. not the posts!
But only the "thanks" are showing.. not the posts!
Please Log in or Create an account to join the conversation.
Re: Profile Box into posts problem
2 years 2 months ago
Hi,
I fixed this issue in the download package. Please download again.
I fixed this issue in the download package. Please download again.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: fabre4
Please Log in or Create an account to join the conversation.
Time to create page: 0.421 seconds