By David Judah on Wednesday, 26 February 2014
Posted in General Issues
Replies 1
Likes 0
Views 758
Votes 0
Hi there,

When I pick Pinter as a theme, I get the following error:

http://postimg.org/image/blxpbd6bz/
Hello David Judah,

Thanks for reporting on this, i have applied some fixes in your file
JoomlaFolder\components\com_easydiscuss\themes\pinter\frontpage.post.php
LINE 77

<?php echo $this->loadTemplate( 'post.badges.php' , array( 'badges' => $post->badges ) ); ?>

Replace with

<?php echo $this->loadTemplate( 'post.badges.php' , array( 'badges' => $post->user->getBadges() ) ); ?>

Sorry for make you inconvenience.
·
Wednesday, 26 February 2014 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post