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

Profile Box into posts problem

F Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 1

Profile Box into posts problem

2 years 2 months ago - 2 years 2 months ago
#16445
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!

Attachments:

Last edit: 2 years 2 months ago by fabre4.

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

F Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 1

Re: Profile Box into posts problem

2 years 2 months ago - 2 years 2 months ago
#16446
I found the solution... ;)

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.

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

Re: Profile Box into posts problem

2 years 2 months ago
#16450
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,
Hung Pham
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.

F Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 1

Re: Profile Box into posts problem

2 years 2 months ago
#16452
Thank your for the template update!
But only the "thanks" are showing.. not the posts!

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

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

Re: Profile Box into posts problem

2 years 2 months ago
#16455
Hi,

I fixed this issue in the download package. Please download again.
Hung Pham
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