-
Tristan started the topic Finding Themes! in the forum How-to & Troubleshooting 6 years, 4 months ago
I used to be able to find themes for Buddypress quick and easy. Now I’m having trouble finding anything. Where can I find a decent, free theme?
Thank you!
-
Ivan William Pfeifer started the topic Dashboard items not showing for multisite installation in the forum Installing BuddyPress 6 years, 5 months ago
WordPress 5.1.1; BuddyPress 4.3.0
I migrated an existing site to multisite. Now the following Dashboard entries are not shown: Activity, Groups. I can live without Activity, but I need Groups in order to add users to the correct groups. How do I get the Dashboard item back? Alternatively, how do I add people to a Group without the Dashboard item?
-
Paul Barthmaier (pbrocks) replied to the topic Custom Member Tab in the forum Creating & Extending 8 years, 8 months ago
Starting point is https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/
But adding a full function looks like:
/**
* adds the profile user nav link
*/
add_action( 'bp_setup_nav', 'add_calendar_2_bp_nav_item' );
function add_calendar_2_bp_nav_item() {
global $bp;$args = array(
'name' => __( 'Calendar',…[Read more] -
VegasKev88 replied to the topic 500 Error after upgrade to 1.7 in the forum Installing BuddyPress 12 years, 4 months ago
my best suggestion is to try and reinstall WordPress and BuddyPress & bbPress manually via ftp.
If that doesn’t work, you’re best bet is to reinstall the most recent versions of those (before the upgrade of course) and then upload your most recent .sql backup via phpmyadmin to restore your site pre-upgrade.Once your site is back…[Read more]
-
Peter Hofman started the forum topic Registration/purchasing on BuddyStream works again. in the group BuddyStream 14 years ago
With some upgrades on our network the registration and purchasing system went down.
We have worked out the problems and you are able to register and purchase the plugin again.
Sorry for the trouble we have caused by this. -
caplain started the forum topic /register/accept-invitation/ form posts to same page with no processing in the group How-To and Troubleshooting: 15 years ago
The form on the /register/accept-invitation/user@domain.com/ page has action=””. Submitting it just reloads the page with no processing or messages, I’ve been unsuccessful understanding how the form submission is handled and could really use some guidance on debugging this.
-
Daniela1 posted a new activity comment 15 years, 5 months ago
Hello, I’m having a problem when users sign-up. Pre-membership requires a password. However, they get a generated password that is not the password that they used during the sign-up field while registering. Why is that and how can I make it less confusing?
Thanks,
Daniel
http://www.eliteprivatelink.com
@charlenegordon
Active 1 year, 9 months ago