Tagged: buddypress group, custom tab, page, post
sorry for delay,
Is it possible to link a page to all groups? In the plugin, it is creating a tab that I can make custom content and it is for admin/mods only in the groups.
Is it possible to make this an editable page in the backend vs making a custom .php page?
Thanks for your fast responses.
Yes, sure.
The block where you see I have written that you can echo your content instead of loading template, you can do that. Here is an example.
$post_id = 32;//change with your post/page $post = get_post( $post_id ); echo apply_filters( 'the_content', $post->post_content );
That’s all you need to do.
Hope that helps.
Hi Joshua,
I am sorry but I seem to be confused here.Can you please tell me what do you mean by overriding groups? in the plugin for visibility that the tab be visible to everyone for some group?
Hi Joshua,
Yes, you can do that but you don’t need to do that anymore. I am planning to push that feature as a plugin as it seems many people are looking for the same. There is one more request from our members here and I am considering that It will be better to put that as a plugin instead.You are right about that. This is what I love about BuddyPress. It is very easy to extend for any new feature.
I am also looking for the same to create a tab in my BuddyPress specific group to insert shortcode or content into it and also set the permission to which users can able to see it and look like some discussion going on here and developer also provided a small extension plugin ” bp-group-extension-content-display.zip” that I just installed but it’s getting too technical for me now to understand where I can create that tab now. Can anyone please help me? Thanks
The topic ‘ [Resolved] Custom BP Groups Tab/Page’ is closed to new replies.