Forum Replies Created
-
Thanks, that did it. Hopefully New User Approve will do what it needs to.
OK, thanks – deactivating it still leads to the same problem.
Putting in my request for this. The workaround isn’t working for me and this keeps happening. Using 1.5
Edit: Because I can’t add a new post – a request for a solution that works. Obviously. But thanks a lot for your helpful reply.
OK, I think this is what I’m looking for: https://wordpress.org/extend/plugins/wangguard/
BP 1.6 says this: Improves security of registration process, by relying on WordPress validation functions (#3949)
Does this mean that WordPress moderation plugins will work with BP now?
Figured this out. For some reason, there was no longer a way to set the default user role in the general settings after upgrade. I had to add the plugin – https://github.com/thenbrent/multisite-user-management – in order to set the role to contributor for new members.
Adding this problem: I can find new users in the Network Admin of the dashboard, but not in the dashboard for the main blog. So new users are not automatically added as contributors to the main blog URL. Why is this???
Ah! Thanks – I upgraded the plugin, but not that file. Working now.
How useful is the above code – will replacing one with the other affect anything?
Thanks.
That turned the site white. This was already there:
function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50, 2 );
}
add_action( ‘plugins_loaded’, ‘remove_xprofile_links’ );Anyone? This really seems like a function that should be optional in BP.
Nevermind – fixed. For some reason a Members page was created with Groups etc. as a subcategory.
I’m using MU 2.9.2 – I can’t even upgrade automatically from WP. I just tried – I deactivated plugins, and saw that the release isn’t even available. And THEN when I reactivated, I got the white screen of death when reactivating BP. If I can’t even activate a plugin w/out it failing, I’m wary of messing with everything.
Thanks for the help.
OK…now registration doesn’t work at all. Same blank page after you hit Complete Sign Up – whether Registration Options is activated or not.
Thanks – I removed that from the htaccess file, fwiw. With Registration Options back on it still leads to a blank page. Not sure why this would suddenly happen when it was working fine. The site’s unusable w/out it, given the spam.
It doesn’t work on or off.
Does anyone know if recent versions of the plugin fixed this issue? Is enabling Custom URL’s enough?
Done, thanks.
Thanks, tried that. Deleted it. Now get:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home1/seoword1/public_html/selfpublishingreview/wp-content/plugins/bp-custom.php: in /home1/seoword1/public_html/selfpublishingreview/wp-content/plugins/si-captcha-for-wordpress/si-captcha.php on line 763
Now what?
Figured this out: you need to delete bp from several locations. On lines 41, 56, 162 is code for bp_get_posts or get_permalinks. Delete the bp_blogs part and just leave the get_latest_posts part or get_permalinks and it works again. You may get another error message for a different line – delete bp from that.
I’m hardly a coder, so don’t trust me implicitly, but using the straight WP code seems to work.
Thanks, what I ended up doing is adding
<div class=”profile”>
<?php if ( ‘edit’ == bp_current_action() ) : ?>
<?php locate_template( array( ‘members/single/profile/edit.php’ ), true ) ?>
<?php elseif ( ‘change-avatar’ == bp_current_action() ) : ?>
<?php locate_template( array( ‘members/single/profile/change-avatar.php’ ), true ) ?>
<?php else : ?>
<?php locate_template( array( ‘members/single/profile/profile-loop.php’ ), true ) ?>
<?php endif; ?>
</div><!– .profile –>
…to my home.php within “members” in my theme (code comes from profile.php). Knowing little about this, I don’t know if you’ll have the same result, but hacking into the code seems to work.
Update: saw you got it to work. If you’re interested in listing the profile and activity on the same page, try this.
Seconded – sorry, I know this doesn’t help you, but I’m having the same issue.
Not really seeing how to link to the profile there. I don’t want it for logged in users – I need it for all users. Any suggestions anyone?
OK, nevermind about any of this. Upgraded to 1.2 and Dev’s new template and now can get the activity stream in a drop-down in the header, but…is there any plugin to list sitewide activity in the sidebar?
OK, nevermind about any of this. Upgraded to 1.2 and Dev’s new template and now can get the activity stream in a drop-down in the header, but…is there any plugin to list sitewide activity in the sidebar?