By Alexandre Cayer on Tuesday, 18 November 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 509
Votes 0
Hi Guys,
I saw recently that we had the ability to remove the profile cover, which I have turned on. Therefore now, whatever the profile type or user, there is no cover when I go on one's profile.
I would like to hack this option so that... if profileid == 3 ? showcover = true : showcover = false; (so basically one user wont see any cover beside on those which profile are id==3,

I understand it might me a little bit more complicated then that but I don't know where to start to make that work... would need an insight on where to start

Thanks
Hi,

Try: /components/com_easysocial/themes/wireframe/profile/default.header.php
·
Tuesday, 18 November 2014 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
<?php if( $this->template->get( 'profile_cover' ) || ($user->getProfile()->id == '3')){ ?>

·
Thursday, 20 November 2014 08:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing
·
Thursday, 20 November 2014 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post