Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Fine Tuning › Child Themes › Group Profile Page customisations
- This topic has 5 replies, 2 voices, and was last updated 4 years, 1 month ago by
Manathan.
-
AuthorPosts
-
Louis WolmaransParticipant@louiswol94
- 1 Topics
- 4 Posts
Good day,
I would like to know which PHP file to edit so that I can make customisations to the “group profile” page?
The URL would be https://domain.co/groups/group-example/
I have tried a few files but my changes are not taking effect.
Please check the attached screenshot to see which section I need to edit. (Just below the pagination)
I would like to either edit the theme file, or even better, if there is a hook I can use?
Kind regards
February 1, 2021 at 08:57 #28385Louis WolmaransParticipant@louiswol94- 1 Topics
- 4 Posts
Or if there is a way for me to add a widget to that area? Whatever is the easiest solution 🙂
February 1, 2021 at 09:03 #28386@themodactyl- 0 Topics
- 6725 Posts
Hi @louiswol94,
Unfortunately, this feature is not available with BuddyPress and to our knowledge, there is no plugin that you could install to add this feature to your website. We think that this feature requires custom development work.
Note that this cannot be changed using Customizer options or some code snippet that we could provide. To add/change this feature to your website, the best practice is to create your own child theme and override the template.
For more about creating child themes, please read the following post:
If you have never done this before, we recommend you to require the services from a nearby web developer or from Envato Studio freelancers (https://studio.envato.com/explore/websites-programming). This web platform gives you access to developers who have already experience with theme customizations, and for very competitive prices.
As this issue is related with BuddyPress, it’s best if you try to reach the plugin authors for more information.
To go further, we invite you to post your request on their support forums:
https://buddypress.org/support/We remain available for all support requests related with the use of your theme.
Best,
February 1, 2021 at 12:57 #28394Louis WolmaransParticipant@louiswol94- 1 Topics
- 4 Posts
Hi @themodactyl
Thanks for your response. I really appreciate it!
I am a PHP/WordPress dev myself. I just wanted to confirm which file to edit…?
If you do not know I will try and reach out to BuddyPress.
Thanks.
LouisFebruary 1, 2021 at 14:15 #28395Louis WolmaransParticipant@louiswol94- 1 Topics
- 4 Posts
If anyone else struggles with this and sees this thread, the following worked for me:
function action_bp_after_group_home_content( ) { echo "<h3>Add code here...</h3>"; }; // add the action add_action( 'bp_after_group_body', 'action_bp_after_group_home_content', 10, 0 );
February 1, 2021 at 20:44 #28416@themodactyl- 0 Topics
- 6725 Posts
Hi @louiswol94,
I’m glad to read you’ve been able to solve this! ?
We thank you to share the solution with us. I’m sure it will help other users facing the same issue. By doing this, you’re making a great contribution to this forum, and we thank you very much for that! #SharingIsCaring ??
If you’re happy with our theme, feel free to review our theme on our Themeforest page:
https://themeforest.net/item/gwangi-dating-community-theme/21115855It’s very appreciated and it helps us making our products more known to new potential customers, which allow us more time to improve the quality over time and develop new features. It’s a win-win !
And by doing this, you will be making a great contribution to our community!
Thank you!
February 2, 2021 at 14:20 #28430 -
AuthorPosts
The topic ‘Group Profile Page customisations’ is closed to new replies.