By Alan Currie on Wednesday, 24 September 2014
Posted in General Issues
Likes 0
Views 689
Votes 0
Hi
when i add a description to a team blog it appears twice on the blog
see attached
regards
Alan
Hello Alan,

I have put some fix in your site in this file: /components/com_easyblog/controller.php at line 531.

if($config->get( 'main_description' )==""){
$desc = $team->getDescription() ? $team->getDescription() : $desc;
}

Hope this will help.
Thanks.
·
Thursday, 25 September 2014 01:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alan,

Here's what you can do, edit the file /components/com_easyblog/controller.php and at line 527 locate and remove the codes below,


$desc = $team->getDescription() ? $team->getDescription() : $desc;
·
Thursday, 25 September 2014 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you:)
·
Thursday, 25 September 2014 02:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alan,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Thursday, 25 September 2014 03:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post