-
bp-help replied to the topic No Register/Activation Pages in the forum How-to & Troubleshooting 9 years, 1 month ago
@danbp
Actually if you check the box beside membership in dashboard/settings before activating bp it will create those pages automatically. However once you activate bp even once without the box beside membership checked then you will need create those pages manually. I just got into a habit of making sure I always had that box checked before…[Read more] -
bp-help replied to the topic Stop Load More in the forum How-to & Troubleshooting 9 years, 3 months ago
@bigkahunaburger
You must be using a plugin, custom code, or theme that adds this because BP doesn’t automatically load more. I put a plugin on github over 2 years ago here: https://github.com/bphelp/bp-auto-load-activity
I have no idea if it even works anymore. You may want to check your plugins to see if you have it installed and activated.…[Read more] -
bp-help replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 9 years, 4 months ago
@azaleamollis
Because its not as a straightforward process as it should be these are the the steps I took to remove my plugins from the WP repo.
1.) Send the request to plugins@wordpress.org to remove the plugin using the same email you used when submitting the plugin make sure you state your reason why, be it personal or lack of time to support…[Read more] -
bp-help replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 9 years, 4 months ago
@azaleamollis
I can understand you being discouraged about a negative review especially when the user didn’t make any effort at making a support request before writing the negative review. Unfortunately there are “Trolls” that do this just like there are “Trolls” on other sites. I had one guy write a negative review on one of my plugins because it…[Read more] -
bp-help replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 9 years, 4 months ago
@azaleamollis
I can understand you being discouraged about a negative review especially when the user didn’t make any effort at making a support request before writing the negative review. Unfortunately there are “Trolls” that do this just like there are “Trolls” on other sites. I had one guy write a negative review on one my plugins because it…[Read more] -
bp-help replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 9 years, 4 months ago
@azaleamollis
I can understand you being discouraged about a negative review especially when the user didn’t make any effort at making a support request before writing the negative review. Unfortunately there are “Trolls” that do this just like there are “Trolls” on other sites. I had one guy write a negative review on one my plugins because it…[Read more] -
bp-help replied to the topic [Resolved] adding bp-custom.php kills site in the forum How-to & Troubleshooting 9 years, 5 months ago
@stunley
You can’t define the default component outside of php tags. Try this:
<?php
// hacks and mods will go here
/**
Change BuddyPress default Members landing tab.
**/
define('BP_DEFAULT_COMPONENT', 'profile' );
?>
-
bp-help replied to the topic [Resolved] adding bp-custom.php kills site in the forum How-to & Troubleshooting 9 years, 5 months ago
@stunley
You can’t define the default component outside of php tags. Try this:
<?php
// hacks and mods will go here
/**
Change BuddyPress default Members landing tab.
**/
define('BP_DEFAULT_COMPONENT', 'profile' );
?>
-
bp-help replied to the topic [Resolved] adding bp-custom.php kills site in the forum How-to & Troubleshooting 9 years, 5 months ago
@stunley
You can’t define the default component outside of php tags. Try this:
m trying to add a bp-custom.php to the plugins folder with this codeā¦<?php
// hacks and mods will go here
/**
Change BuddyPress default Members landing tab.
**/
define('BP_DEFAULT_COMPONENT', 'profile' );
?>
-
bp-help replied to the topic HIde BuddyPress and bbPress items from guests in the forum How-to & Troubleshooting 9 years, 7 months ago
@caniwigirl
I personally would choose to add it to bp-custom.php this is the best approach in case you decide to change themes down the road because if you place it in your themes functions.php or in a child theme of that themes functions.php then you will loose that functionality if you do change themes. The bp-custom.php acts more or less as a…[Read more] -
bp-help replied to the topic HIde BuddyPress and bbPress items from guests in the forum How-to & Troubleshooting 9 years, 7 months ago
Yeah you don’t need the global and I would also change:
bp_is_page( BP_MEMBERS_SLUG )
to
bp_is_members_component()
-
bp-help replied to the topic Check if a field is empty in the forum How-to & Troubleshooting 9 years, 7 months ago
-
bp-help replied to the topic Business Portal in the forum Ideas 9 years, 7 months ago
@ajanator48
You can try:
https://wordpress.org/plugins/s2member/ -
bp-help replied to the topic FYI: Plugins to Lock BuddyPress Profile Fields in the forum Third Party Plugins 9 years, 7 months ago
-
bp-help replied to the topic [Resolved] Removing member links & best practice to do so? in the forum How-to & Troubleshooting 9 years, 7 months ago
@nate22
As small a plugin as this is I really don’t want to go through the hassle of putting it on the WP repo and giving support for it. But anyone else that would want to volunteer can submit it to the WP repo if they have the time for supporting it as well. Glad it helped you out though. Good luck! -
bp-help replied to the topic Volunteer for BuddyPress in the forum Requests & Feedback 9 years, 7 months ago
@ripozzo
You can assist by providing your expertise with support topics as I have done for years. We are all volunteers here. You don’t need to have a title of moderator or anything else to help as most users will appreciate any help you can provide. Good luck! -
bp-help replied to the topic [Resolved] Removing member links & best practice to do so? in the forum How-to & Troubleshooting 9 years, 8 months ago
@nate22
shanebp already supplied you with what to do but if you would prefer you can try this plugin solution I created and it still works on the latest versions of wp/bp:
https://github.com/bphelp/bp-remove-profile-links/archive/master.zip -
bp-help replied to the topic Closed community in the forum How-to & Troubleshooting 9 years, 8 months ago
@willmaginn
If you don’t like plugins then you will have to write code and place in bp-custom.php preferably which really isn’t much different than having a plugin installed because you will still have to use hooks just like a plugin does, or in your themes functions.php which really isn’t much different or you could edit templates which would be…[Read more] -
bp-help replied to the topic Help for BuddyPress Site to Change the World in the forum Showcase 9 years, 8 months ago
@planetearthlings
I built a site about four years ago using BP and I had implemented some Java type games on it for users to play and compete against each other tallying scores against one another. Not overly complicated but I never thought this site would “change the world” either I did it more or less for my own amusement. If you have talented…[Read more] - Load More
@bphelp
Active 9 years, 1 month ago