-
harderstuff posted on the forum topic Activation email is not sent from ’Dashboard Site’ in the group Miscellaneous: 14 years, 5 months ago
It looks like the fix is to change:
$group_ids = $this->get_group_ids( $user_id );to:
$group_ids = BP_Groups_Member::get_group_ids( $user_id );in bp-groups-classes.php
-
harderstuff posted on the forum topic Activation email is not sent from ’Dashboard Site’ in the group Miscellaneous: 14 years, 5 months ago
I think the problem was that I had BP_MULTIBLOG_ENABLED, and didn’t have BLOGID_CURRENT_SITE set correctly in wp-config.php. I fixed that, but now, I get the following error when I try to delete a user: PHP Fatal error: Using $this when not in object context in…[Read more]
-
harderstuff posted on the forum topic Activation email is not sent from ’Dashboard Site’ in the group Miscellaneous: 14 years, 5 months ago
If I remove registration/register.php from my theme, I just get sent back to the subdomain’s home page when I try to register, without getting a form to register in. Where does the BuddyPress registration page come from when things are working correctly? Is it from the bp-default theme?
-
harderstuff posted on the forum topic Activation email is not sent from ’Dashboard Site’ in the group Miscellaneous: 14 years, 5 months ago
Yes, BuddyPress is activated network-wide. I get redirected to subdomain.domain.com/register which runs the register.php file in my theme. The register.php file is a copy of the bp-default/registration/register.php file, with a couple of formatting changes. Should I get redirected to domain.com/register (without the subdomain)? btw, the contents…[Read more]
-
harderstuff started the forum topic Activation email is not sent from ’Dashboard Site’ in the group Miscellaneous: 14 years, 5 months ago
Running wp3.0 and bp 1.2.5. The upgrade has fixed part of the problem that I was having, but I still have the following issue. When a user registers from one of the subdomain sites, his activation email has a link which point to the subdomain, but when he follows it, he gets an HTTP 404 […]
-
harderstuff joined the group Miscellaneous 14 years, 5 months ago
@harderstuff
Not recently active