Hello everyone,
From my profil page, I see group tab which contains 2 options (My groups, invitation).
Now, I’d like to add a group creation button just after “invitation” button. How can I do it please?Thanks for your help.
Hi,
Thank you for the question.I have posted the code as a blog post here
https://buddydev.com/add-buddypress-create-group-button-to-user-profile-groups-page-navigation/Regards
BrajeshYou are welcome. I am glad it worked.
Regards
BrajeshHello Everyone,
It is a little contribution.
For youzer users, if you want to display a pen icon before ‘create a group’ option, you can use this css code to do it. Add this one in the custom css panel of your theme.
/*Add pen icon for group creation option*/ .yz-tabs-list-gradient a#create-group i{ background: #ffca6e; background: url(../images/dotted-bg.png),linear-gradient(to left,#f9d423 ,#ff4e50); background: url(../images/dotted-bg.png),-webkit-linear-gradient(right,#f9d423 ,#ff4e50); } a#create-group i.fa-globe::before{ content:"\f303"; }
The topic ‘ [Resolved] Add group creation button in profil group tab.’ is closed to new replies.