By ingvar on Friday, 19 May 2017
Posted in General
Likes 0
Views 196
Votes 0
Good afternoon!
Already there was such a topic with a similar question: Show Page owner However I did not find the answer to this question.
If you make corrections to the files that you are talking about, then the question is: where (in which variable) is the information about the owner of the page?
HI there,

You can made a reference on this path .../components/com_easysocial/themes/wireframe/groups/default/items.list.php on codes below

<li>
<i class="fa fa-user"></i> <a href="<?php echo $group->getCreator()->getPermalink();?>"><?php echo $group->getCreator()->getName();?></a>
</li>


Please give it a try and see how it goes
·
Saturday, 20 May 2017 14:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thank you for answer.
YES it's great! Everything works fine.
Thank you very much!
Best regards
·
Saturday, 20 May 2017 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating ingvar, glad that your issues are resolved now
·
Saturday, 20 May 2017 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post