Replies
- Brajesh Singh on June 8, 2021 at 4:49 pm in reply to: Since Buddypress 8.0 the Register Page causes errors #39008
Hi Daniel,
It seems a css issue with the theme. Please contact the theme author. They should be able to provide a quick soluytion.If I could see the old registration page, I can help with the css too.
Regards
Brajesh - Brajesh Singh on June 8, 2021 at 4:48 pm in reply to: Problem with BuddyPress Friends Suggestions Pro #39007This reply has been marked as private.
- Brajesh Singh on June 8, 2021 at 4:47 pm in reply to: [BuddyPress User Profile Tabs Creator Pro] Incompatibility with Memberium #39006This reply has been marked as private.
- Brajesh Singh on June 8, 2021 at 11:43 am in reply to: Problem with BuddyPress Friends Suggestions Pro #39001
Hi Sandra,
If you can provide FTP access, that will be great. Otherwise, I can use WordPress plugin editor(if it is enabled on the site).I need a way to dump database queries and see why it is not showing all records and limiting to 1. I will also need access to your WordPress dashboard to check and verify user data.
Thank you
Brajesh - Brajesh Singh on June 8, 2021 at 11:24 am in reply to: Problem with BuddyPress Friends Suggestions Pro #38999This reply has been marked as private.
Hi Faisal,
Welcome to BuddyDev.Can you please help me understand the question a litte better. What kind of assistance do you need?
Thank you
Brajesh- Brajesh Singh on June 8, 2021 at 12:05 am in reply to: [Resolved] Reposition custom profile action button #38994
Hi Omar,
sure.You can use something on this line in the code where you are generating button
$user = get_user_by( 'id', bp_displayed_user_id() ); if ( in_array( 'subscriber', $user->roles ) ) { // some button } elseif ( in_array( 'contributor', $user->roles ) ) { //some other button ... } // and so on..Hope you can adapt it.
Regards
Brajesh - Brajesh Singh on June 8, 2021 at 12:00 am in reply to: [BuddyPress User Profile Tabs Creator Pro] Incompatibility with Memberium #38993
Hi,
Here is my reply to each of the issue1) In each tab page in the back-end, Memberium metaboxes (content protection and custom codes) are displayed as if it were an actual WP page. However, they don’t work. I would like to request that you allow Memberium to control access to BUPTCP’s custom tabs as well. It would be invaluable.
You are right. It is a bug in memberium. They should not show their meta boxes on a private post type. Please let them know the above line and ask them to either disable it for private post types or ask them if they provide a hook to disable it. There is not much we can do it on our part.
2) Buddyboss has the ability to show certain sidebar widgets only on the profile page sidebar. However, when BUPTCP is activated, Memberium’s content protection metabox doesn’t work any more for these standard WP widgets. It obviously works if I deactivate BUPTCP.
As soon as Memberium’s metabox membership levels or tags settings are changed, the widget remains permanently visible or invisible regardless of the metabox settings. At that point, the only way to fix the problem is removing the widget and adding it again without touching any Memberium metabox settings.
I would like to ask that – if possible – you make Memberium fully compatible with BUPTCP. I got in touch with Memberium support and they replied that they would like to integrate with you but cannot make it happen on their own. The details of their reply are following:
I am not sure how memberium protects the metabox, so unable to help unless they point you/us to a hook for the same.
I have worked with memberium in past on a client’s site and working with it(developer customizations) has been a nightmare. The code is obfuscated(which is against the spirit of WordPress & Opensource) and that makes it very difficult for us to understand or assist with it.If they can point to relevant hooks and how their hiding works, I will be glad to add the compatibility.
Reply from memberium support:
That integration is a premium plugin that was done by BuddyDev, not by us.
My educated guess is that their code doesn’t use the standard filters when loading, and just pulls the pages and widgets in for display.
The access control metabox you’re seeing added automatically to any/all pages that get displayed on the front-end, but it being on the page doesn’t guarantee that the other plugin won’t bypass and load/display it directly.
I would recommend raising this with them.
The good news is that I DO suspect it’s an easy fix on their end, if it’s something they want to support.
If there’s anything we can do to support them we’re happy to, it’s just not a code base we have access to, are familiar with, or have any control over.
Please give them a copy of our plugin(It is GPL licensed and there are no restrictions) and ask them if they can point what is wrong? We will be more than happy to change. We do use ‘the_content’ filter at one point but if this is causing issue, it seem there is something very wrong with their restrictions then.
Since their code is obfuscated and restricted, Please give them a copy of our plugin and let me know their feedback for change.
Thank you
Brajesh - Brajesh Singh on June 7, 2021 at 11:45 pm in reply to: [BuddyPress User Profile Tabs Creator Pro] Incompatibility with Memberium #38992This reply has been marked as private.
- Brajesh Singh on June 7, 2021 at 11:45 pm in reply to: [BuddyPress User Profile Tabs Creator Pro] Incompatibility with Memberium #38991
Hi Salvatore,
Welcome to BuddyDev support forums.We have received your message and I am posting that in my next private reply(using private reply to protect the privacy of message), Please let me know if you want that to be public.
I will be posting my reply after that.
Thank you
Brajehs