User Avatars not showing in Recent Topics page NTS Kay 5.4.8
User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 8 months ago - 3 years 7 months ago
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.
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.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 8 months ago
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,
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 8 months ago
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.
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.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 2 weeks ago
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.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 2 weeks ago
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!
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.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 2 weeks ago
That's how it looks to me.
Please Log in or Create an account to join the conversation.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 2 days ago
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
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.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 2 days ago
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.
Chagne to
Best regards,
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
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.
Re: User Avatars not showing in Recent Topics page NTS Kay 5.4.8
4 years 2 days ago
Thanks Hung
I really appreciate that you fixed this problem.
Cheers
Derek
I really appreciate that you fixed this problem.
Cheers
Derek
Don't panic!
Please Log in or Create an account to join the conversation.
Time to create page: 0.282 seconds