-
otty-dev started the topic Hiding/Redirecting Members Directory Code Not Working in the forum Installing BuddyPress 8 years, 3 months ago
I tried to implement the following code:
function buddydev_hide_members_directory_from_all_except_admin() {if ( bp_is_members_directory() && ! is_super_admin() ) {
//should we add a message too?
//bp_core_add_message( 'Private page.', 'error' );
bp_core_redirect( site_url('/') );
}
}
add_action( 'bp_template_redirect',…[Read more] -
Lucia Blomqvist's profile was updated 8 years, 3 months ago
-
otty-dev replied to the topic How do I link blog post authors to their BP profiles? in the forum How-to & Troubleshooting 8 years, 3 months ago
Hi @mastershas
Thanks so much for this and for your help with the other query I had! I was able to successfully update the member profile page. For example here
and add the profile box at the end of the post page like here
How can I add the follow button in this profile box? I tried to add this code snippet, but I got an error:
<div…[Read more] -
andrakurniawan's profile was updated 8 years, 3 months ago
-
Krestn warner's profile was updated 8 years, 3 months ago
-
Lorena Gonzales hay futuro para el porno virtual?'s profile was updated 8 years, 3 months ago
-
Jesen Royn's profile was updated 8 years, 3 months ago
-
Paul Wong-Gibbs replied to the topic Group Forum Permalink Structure in the forum How-to & Troubleshooting 8 years, 3 months ago
If you’ve found a way to change the permalinks directly via bbPress (the /forums/ permalinks), then you know the plugin’s worked. If they’re not working for the permalinks on the Groups Forum screen, you’re probably out-of-luck.
Unfortunately, most of the permalinks through BP are hardcoded and are very, very tricky to customise.
-
Paul Wong-Gibbs replied to the topic Create a forum of WordPress site? in the forum Ideas 8 years, 3 months ago
If you want a traditional forum, you want to use bbPress not BuddyPress. See https://bbpress.org.
-
Kamal Ahmed Bagi's profile was updated 8 years, 3 months ago
-
Krestn warner's profile was updated 8 years, 3 months ago
-
Abolfazl Ahani started the topic Group Forum Permalink Structure in the forum How-to & Troubleshooting 8 years, 3 months ago
Is it possible to change buddypress group forum permalink structure?
Like : example.com/groups/sample-group/forum/topic/%post_id%/
last part will be %post_id%, instead of /%post_name%/.The default structure is creating problem in some languages. I used Persian to the topics name. Link looks like:…[Read more]
-
David Cavins replied to the topic This forum is impossible in the forum Ideas 8 years, 3 months ago
Keep in mind that BuddyPress is developed and supported by an all-volunteer community.
If you are in need of more specialized help or more immediate help than this forum can provide, I’d recommend that you develop a business relationship with a local WP developer. Any WP developer who understand the filters/actions approach of WordPress will be…[Read more]
-
David Cavins replied to the topic I don't have the same setting on my buddypress in the forum How-to & Troubleshooting 8 years, 3 months ago
Hi, the settings are at wp-admin > BuddyPress > Options:
See this image: https://imgur.com/ySqPNZw
If you’re not seeing it, then someone could have set a filter that prevents cover options. (Check for custom code or a plugin.) Or, you could be using a really old version of BP, I guess.
-
Deniel Rock's profile was updated 8 years, 3 months ago
-
David Cavins replied to the topic Register Not Working (Logged Out) in the forum Installing BuddyPress 8 years, 3 months ago
To clarify, you can visit the registration page and fill out the form, but submitting your registration results in no request being generated and you are redirected to your home page?
Can you check your BP setup at wp-admin > Settings > BuddyPress > Pages and verify that there are pages assigned to each of the BP components?
When WP_DEBUG is set…[Read more]
-
David Cavins replied to the topic member/ group: cover image is not visible in the forum How-to & Troubleshooting 8 years, 3 months ago
Is this true when uploading images in every browser, or is it limited to one browser?
What is the error message you are getting?
If you put the url for the image in the cover-image directory in your browser’s location bar, does it load, or is it corrupt, or maybe doesn’t load for some other reason?
-
David Cavins replied to the topic Changing Email Content based on Situation (Taxonomy) in Code in the forum Creating & Extending 8 years, 3 months ago
Sounds like an interesting problem.
You can get all the email situation terms by using a WP taxonomy function, like:
$terms = get_terms( array(
'taxonomy' => 'bp-email-type',
'hide_empty' => false,
) );
Though I’d probably spend a bit more time trying to make the built-in email templating system work. It’s pretty flexible, with the…[Read more]
-
Robrk Smite's profile was updated 8 years, 3 months ago
-
Robrk Smith's profile was updated 8 years, 3 months ago
- Load More