By Matt Meyer on Tuesday, 05 May 2015
Posted in General Issues
Likes 0
Views 486
Votes 0
On a users profile page is it possible to remove the basic information tab on the sidebar menu and only use the about tab? I would like to only have the about tab instead of also having the 'basic information' sub menu with the same information.

Thanks
Matt
Or hide it with the following CSS (apply to template):

.ml-20 {
display: none !important;
}


It might hide other sub headers too. Let me know if you need the other sub headers to display and I could apply a first-child pseudo selector. I was never a fan of these sub headers displaying when only one sub header is displayed (it doesn't do much at all and doesn't look that good). When there are more than 1 sub headers of course I am fine with it.
·
Tuesday, 05 May 2015 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Matt,

I'm sorry but it is not possible. Because how the code was written is to go thru some of the steps in your registration page and display here. You can see the codes here in this file: ../components/com_easysocial/themes/wireframe/profile/default.php on line 84.
·
Tuesday, 05 May 2015 10:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Josh

Thanks for sharing this
·
Tuesday, 05 May 2015 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post