Forum Replies Created
-
In reply to: [Resolved] White Screen at Activation
Thanks, that did it. Hopefully New User Approve will do what it needs to.
In reply to: [Resolved] White Screen at ActivationOK, thanks – deactivating it still leads to the same problem.
In reply to: BuddyPress wipes out WordPress cache?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.
In reply to: Help with Registration Options & Spam AccountsOK, I think this is what I’m looking for: https://wordpress.org/extend/plugins/wangguard/
In reply to: Help with Registration Options & Spam AccountsBP 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?
In reply to: No My Sites or Dashboard Menu in the NavbarFigured 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.
In reply to: No My Sites or Dashboard Menu in the NavbarAdding 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???
In reply to: [Resolved] Removing Automatic Linking in ProfilesAh! Thanks – I upgraded the plugin, but not that file. Working now.
In reply to: [Resolved] Removing Automatic Linking in ProfilesHow useful is the above code – will replacing one with the other affect anything?
Thanks.
In reply to: [Resolved] Removing Automatic Linking in ProfilesThat 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’ );In reply to: [Resolved] Removing Automatic Linking in ProfilesAnyone? This really seems like a function that should be optional in BP.
In reply to: /members added to groups & forumsNevermind – fixed. For some reason a Members page was created with Groups etc. as a subcategory.
In reply to: Download Old Install?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.
In reply to: Registration No Longer WorkingOK…now registration doesn’t work at all. Same blank page after you hit Complete Sign Up – whether Registration Options is activated or not.
In reply to: Registration No Longer WorkingThanks – 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.
In reply to: Registration No Longer WorkingIt doesn’t work on or off.
In reply to: All in One SEO bugDoes anyone know if recent versions of the plugin fixed this issue? Is enabling Custom URL’s enough?
In reply to: Add Profile to Blog PostsDone, thanks.
In reply to: Add Profile to Blog PostsThanks, 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 763Now what?
In reply to: Advanced Recent Site Wide Posts WidgetFigured 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.
In reply to: profile links as defaultThanks, 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.
In reply to: profile links as defaultSeconded – sorry, I know this doesn’t help you, but I’m having the same issue.
In reply to: Linking Directly to ProfileNot 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?
In reply to: Reboot Activity Stream?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?
In reply to: Reboot Activity Stream?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?