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

User Avatars not showing in Recent Topics page NTS Kay 5.4.8

dexter33's Avatar Topic Author
Premium Member Premium Member
  • Posts: 84
  • Thanks: 5

User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 8 months ago - 3 years 7 months ago
#16241
Hello again

I just found another bug with the new NTS Kay 5.4.8 for Kunena 5.2.6.
User Avatars are not showing on the Recent Topics page.
www.moviestudiozen.com/forum/recent

Forum Index is OK - Avatars show
www.moviestudiozen.com/forum/index

Sub-forum Categories is OK - Avatars show
www.moviestudiozen.com/forum/movie-studio-platinum

p.s. You need to update Kunena for your own forum here at 9themestore!!!
The version of Editor you are using has the bug which screws up all code wrapped in [  brackets ]
When you edit an existing message, weird stuff happens.


  
Don't panic!
Last edit: 3 years 7 months ago by dexter33.

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

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

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 8 months ago
#16242
Hi,

It working fine on my local, so I'll try to test on other site.

P.S: Thank you very much. We have updated the Kunena forum component and the template to latest version.

Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

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

dexter33's Avatar Topic Author
Premium Member Premium Member
  • Posts: 84
  • Thanks: 5

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 8 months ago
#16243
Before I sent my new message to you about the Avatars not showing on Recent Topics, I switched my Kunena Template to Crypsisb3.
Avatars are working on Recent Topics page with Crypsisb3.
I thought that would rule out a problem Kunena 5.2.6 and mean there is a problem in NTSKay.

Just to remind you, here is a direct link to my forum that shows problem:
www.moviestudiozen.com/forum/recent

All other pages are showing Avatars.

Thanks.

p.s.
BBCode BOLD is now missing from your forum editor.
Don't panic!
The following user(s) said Thank You: ntstore

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

redcardell's Avatar
New Member New Member
  • Posts: 7
  • Thanks: 2

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 2 weeks ago
#16310
Same problem with me. The avatars are not displayed for the current posts. It works with another theme. NTS Kay 5.5.2
The following user(s) said Thank You: dexter33

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

dexter33's Avatar Topic Author
Premium Member Premium Member
  • Posts: 84
  • Thanks: 5

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 2 weeks ago
#16311
This problem had been fixed, but has now returned.
I was just about to send another message, so thanks @redcardell for confirming there is an actual problem.
It's been broken for a long time now!
Don't panic!
The following user(s) said Thank You: redcardell

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

redcardell's Avatar
New Member New Member
  • Posts: 7
  • Thanks: 2

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 2 weeks ago
#16315
That's how it looks to me.

Attachments:

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

dexter33's Avatar Topic Author
Premium Member Premium Member
  • Posts: 84
  • Thanks: 5

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 2 days ago
#16317
Here is a new link on my live forum, which shows the problem:
www.moviestudiozen.com/forum/recent
User Avatars are missing from Recent Topics
Don't panic!

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

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

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 2 days ago
#16318
Hi,

We have just fixed this issue and updated to the download package. Please download the latest version and update to your website.

Changed in the file: nts_kay\layouts\topic\row\default.php. Line: 168.
Code:
<?php echo $topic->getAuthor()->getLink(null, Text::sprintf('COM_KUNENA_VIEW_USER_LINK_TITLE', $this->topic->getFirstPostAuthor()->getName()), '', '', KunenaTemplate::getInstance()->tooltips(), $category->id); ?>

Chagne to
Code:
<?php echo $author->getLink($avatar, Text::sprintf('COM_KUNENA_VIEW_USER_LINK_TITLE', $this->topic->getLastPostAuthor()->getName()), '', '', KunenaTemplate::getInstance()->tooltips(), $category->id); ?>

Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: dexter33

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

dexter33's Avatar Topic Author
Premium Member Premium Member
  • Posts: 84
  • Thanks: 5

Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8

4 years 2 days ago
#16319
Thanks Hung

I really appreciate that you fixed this problem.

Cheers :cheer:
Derek
Don't panic!

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

Time to create page: 0.282 seconds