By loic on Thursday, 30 July 2015
Likes 0
Views 895
Votes 0
Hello,

I wonder if it's possible to insert the group description in the header of the group's pages ?
under the cover image and the group category, numbers of members...
see image attached

thanks in advance for your help

Loïc
Hi loic,

You need to manually modify the file in order to achieve this. You can go to /components/com_easysocial/themes/wireframe/groups/item.header.php and add the following code at line 150:
<?php echo $group->getDescription(); ?>


Hope these help.
·
Thursday, 30 July 2015 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Ezrul
have a nice day
loïc
·
Thursday, 30 July 2015 19:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi loic,

You are most welcome. Have a nice day to you too.
·
Thursday, 30 July 2015 20:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post