sensibleplugins
Forum Replies Created
-
Forum: Reviews
In reply to: [BuddyPress Custom Profile Menu] Works a treatThank you @bridieamelia! 🙂
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Custom Tab Displays the wrong pageDon’t seem to be able to find the image.
The problem is I need to use the other plugins.
Yes, we just need to figure out which plugin is causing the conflict, then you can reactivate your plugins back.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Custom Tab Displays the wrong pageHi Adson5th,
This is really strange and has actually never been reported to us before. I think it’s probably a plugin or a theme conflict, so I’d recommend trying to turn off all your other plugins and using the default BuddyPress theme to see if this fixes anything.
Hope this helps.
TarekForum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Public display issueAlways my pleasure 🙂
Good luck!
TarekForum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Public display issueHi James,
SP_BPCPM_MenuComponent.php is not the right place to do that. All the top level tabs are created in a function called ‘loadCustomMenu()’ in the SP_BPCPM_Plugin.php file.
In this function, you’ll find a for-loop starting with ‘foreach ( $menu_items as $menu_item )’. Any item added to the ‘$top_level_menu_items[]’ array will eventually be displayed as a main tab. To hide any tab from a specific user role, simply prevent the $menu_item from being added to this array.
Hope this helps.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] NOT WORKING !!!@randallcamacho: drag&drop is for reordering the tabs on our plugin’s settings page, which is only available in our Pro version. The free version allows you to add the tabs but not re-order them.
@keu274: is it the same re-ordering problem or do you have other problems?
Thanks everyone for your feedback.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Public display issueHi again James,
We now have the issue fixed and it seems to be running great on our test deployments. Would you please remove your plugin and re-download your Pro version from our website? Please let me know if everything is working well now.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Public display issueYes I just saw you sent me a message, but I am not able to view or reply to that on your site for some reason. I tried using both Safari and Chrome on OS X with no luck (same with the friend request BTW). Anyways, I don’t think I’ll be needing admin access.
Thanks again,
TarekForum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Public display issueHi James,
I just created an account on your site and checked out the user profile area. I love the BuddyPress tab icons you guys have BTW 🙂
Thank you very much for your detailed explanation, I now understand the problem and was able to replicate it. This should be simple to fix and I’ll be privately sending you an update today.
Regarding your question about orphaned slugs: If you go to your WordPress database, there is a table called ‘wp_options’. Filer this table for all ‘option_name’ entries that contain the ‘SP_BPCPM’ string and you should find all the plugin’s settings. You can use the following SQL query:
SELECT * FROM ‘wp_options’ WHERE ‘option_name’ LIKE ‘%SP_BPCPM%’
Thanks again for all your feedback!
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Public display issueHi James,
Thank you very much for contacting us.
Would you please provide me with your WordPress and BuddyPress versions? Is this a regular WordPress site or a WordPress MultiSite deployment? Finally, how were you able to fix the problem in the first place?
Thanks again,
TarekForum: Plugins
In reply to: [BuddyPress Custom Profile Menu] I purchased PROHi James,
We’re glad you got everything fixed. Please let us know if you face any other problems.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Still Working?The theme in which the page (tab) will be displayed in must be compatible.
Thanks.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Still Working?If you’re using a BuddyPress compatible theme, then you’ll be able to place shortcodes inside the newly created tabs that can show user posts or any other content the short codes are configured to display. Please note that the shortcodes won’t work if the theme isn’t BuddyPress compatible, and we actually have very little to do with this BuddyPress issue.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Still Working?Hi Duke,
Yes, it’s definitely still working and should work with the latest WordPress and BuddyPress versions. Did you face any problems installing it? We would love to help you out sort any issues.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] NOT WORKING !!!Hi randallcamacho,
Would you please provide us with the following:
a. Your WordPress and BuddyPress versions.
b. Is your WordPress a regular site or MultiSite?
c. Any information that will help us replicate your problem.Thanks a lot.