-
aces replied to the forum topic How do I make Buddypress 1.6 a private community ? in the group How-To and Troubleshooting 13 years, 8 months ago
You could create an empty text file called /wp-content/plugins/walled-garden.php, paste the following into it, then activate the plugin:
`
?php
/*
Plugin Name: Buddypress Walled Garden
Plugin URI: […] -
aces replied to the forum topic Why is profile fields displaying info as links? in the group How-To and Troubleshooting 13 years, 8 months ago
-
aces replied to the forum topic Customize the Buddypress "My Account" Menu in the group How-To and Troubleshooting 13 years, 9 months ago
-
aces replied to the forum topic Display user's field in the group Requests & Feedback 13 years, 9 months ago
https://codex.wordpress.org/Function_Reference/wp_get_current_user works with buddypress… I use it like this.
To personalise the admin bar I use something like this (bp version 1.5.7)
-
aces replied to the forum topic User Slug in the group How-To and Troubleshooting 13 years, 9 months ago
https://wordpress.org/extend/plugins/codestyling-localization/ could be useful…
I haven’t tried it myself. It does claim buddypress compatibility…
-
aces replied to the forum topic Register Page in the group How-To and Troubleshooting 13 years, 9 months ago
That is the expected behaviour if you are logged in…..
When I go there I get a normal register page!
-
aces replied to the forum topic Non Registered Users Can View Registered Users in the group How-To and Troubleshooting 13 years, 9 months ago
Do you mean something like the walled garden technique?
I use (bp version 1.5.6 ): […]
-
aces replied to the forum topic How to Change Mystery Man Graphic without Overwriting Core Image File in the group How-To and Troubleshooting 13 years, 9 months ago
The link within the post above ( http://en.gravatar.com/site/implement/images/#default-image ) has more information about what you want to do….
-
aces replied to the topic How to Change Mystery Man Graphic without Overwriting Core Image File [Trac Denied] in the forum How-to & Troubleshooting 13 years, 9 months ago
It’s not quite the same thing but with bp version 1.5.6, I use the following in bp-custom.php:
[Read more]
// see: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/1-5-group-avatars-using-mystery-man-default#post-109448
function my_avatar_defaults() {
global $bp;
// change 'identicon' to anything listed here:
//… -
aces replied to the forum topic How to Change Mystery Man Graphic without Overwriting Core Image File in the group How-To and Troubleshooting 13 years, 9 months ago
It’s not quite the same thing but with bp version 1.5.6, I use the following in bp-custom.php:
`
// see: […] -
aces replied to the forum topic 'Name' field already filled in on registration page in the group How-To and Troubleshooting 13 years, 9 months ago
please see djpaul’s post at the bottom of https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/registration-page-has-prepoulated-full-name-field-help/#post-133441
-
aces replied to the forum topic Is there a shortcode for usernames? in the group How-To and Troubleshooting 13 years, 9 months ago
https://codex.wordpress.org/Function_Reference/wp_get_current_user ( should ) work with buddypress…
To personalise the admin bar I use something like this (bp version 1.5.7)
-
aces replied to the forum topic Registration Page Has Prepoulated Full Name Field! HELP in the group How-To and Troubleshooting 13 years, 9 months ago
It seems that your theme has changed things around from ‘normal’. What theme are you using?
One would expect the file ( and line number in bp-default ) to be like: […]
-
aces replied to the forum topic Registration Issue in the group Installing BuddyPress 13 years, 9 months ago
-
aces replied to the forum topic Users not receiving login email in the group How-To and Troubleshooting 13 years, 9 months ago
-
aces replied to the forum topic Registration Page Has Prepoulated Full Name Field! HELP in the group How-To and Troubleshooting 13 years, 9 months ago
@djpaul – did you see the last (recent) message to you about this?
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-clear-the-previous-registration-form-data-1/ -
aces replied to the forum topic How do visitors become Members? in the group Installing BuddyPress 13 years, 10 months ago
If you are sure they are not going into the recipient’s junk or spam filter then the following page might help: https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
-
aces replied to the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 13 years, 10 months ago
I use:
`
function bp_remove_feeds() {
remove_action( ‘bp_actions’, ‘bp_activity_action_sitewide_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_personal_feed’, 3 );
remove_action( […] -
aces replied to the forum topic [Resolved] Code snippet: make site private – Parse error in the group How-To and Troubleshooting 13 years, 10 months ago
Your welcome…..
-
aces replied to the forum topic Code snippet: make site privet – Parse error in the group How-To and Troubleshooting 13 years, 10 months ago
You don’t say what your add action is hooked to ( or what the line number refers to ). Do you have a
'walled_garden'hook in your template?I would suggest trying the following (I use something similiar […]
- Load More
@aces
Active 2 months, 1 week ago