Replies
- Brajesh Singh on November 16, 2015 at 10:50 pm in reply to: [Resolved] Custom BP Groups Tab/Page #1587
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?
- Brajesh Singh on November 16, 2015 at 9:41 pm in reply to: [Resolved] Custom BP Groups Tab/Page #1584
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.
- Brajesh Singh on November 16, 2015 at 4:14 pm in reply to: [Resolved] Visibility BuddyPress Profile Manager does not work #1580
Hi Daniel,
no problem.
Marking it as resolved. If you find any issue, please do open a new topic.Thank you
Brajesh - Brajesh Singh on November 16, 2015 at 3:20 pm in reply to: [Resolved] Visibility BuddyPress Profile Manager does not work #1578
Hi Again,
Just had a look at the plugin and tested with BuddyPress 2.4.0What settings do you have? Have you enabled for users to choose their own settings( by setting “Only site admin can update user settings?” to “No”)
Also, it is happening for the user who has updated his preference. Please do note that the global settings apply for new users only(who registered after activation of this plugin ). It will not update for existing users(except the last activity visibility). That is a little bit confusing.
can you please try updating individual user’s preference and check again? Please do let me know if that works or not?
Thank you
Brajesh - Brajesh Singh on November 16, 2015 at 2:58 pm in reply to: [Resolved] Visibility BuddyPress Profile Manager does not work #1577
Hi Daniel,
Thank you for the details. I am looking at it and will have a solution in 30-45 minutes.Thank you
Brajesh - Brajesh Singh on November 16, 2015 at 2:46 pm in reply to: [Resolved] Visibility BuddyPress Profile Manager does not work #1575
Hi Daniel,
Welcome to BuddyDev forums.I am sorry for the inconvenience. Please give me 30 mins to test. In the meantime if you can tell me the issue, it will help me to fix quickly.
Thank you
Brajesh - Brajesh Singh on November 16, 2015 at 1:59 pm in reply to: [Resolved] Custom BP Groups Tab/Page #1573
Do you mean linking one page to all groups or a page per group?
- Brajesh Singh on November 16, 2015 at 1:58 pm in reply to: [Resolved] Some questions that has come up. #1571
Thank you.
Closing this as resolved now.Regards
Brajesh - Brajesh Singh on November 16, 2015 at 7:49 am in reply to: [Resolved] Custom BP Groups Tab/Page #1568
Thank you.
We need some way to connect a page/post to Group. Easy solution will be adding a meta box in the group admin page and allowing site admins to link a page to group.
We can store the page_id in meta and then while displaying fetch and show that content.
Hi Marc,
Welcome to BuddyDev forums.I just had a look at the screenshot and it seems you are using older version of MediaPress. This bug was fixed around a month ago. Can you please download afresh copy of MediaPress and upgrade? That should fix the issue.
PS: If you upgrade, Please make sure to visit MediaPress->settings( we have added a lot of new settings ) and enable/disable and save them.
Please let me know if that works for you or not?
Thank you
Brajesh