Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of otty-dev

    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]

  • Profile picture of Lucia Blomqvist

    Lucia Blomqvist's profile was updated 8 years, 3 months ago

    Lucia Blomqvist

    @luciablomqvist

    View Profile
  • Profile picture of otty-dev

    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]

  • Profile picture of andrakurniawan

    andrakurniawan's profile was updated 8 years, 3 months ago

    andrakurniawan

    @andrakurniawan

    View Profile
  • Profile picture of Krestn warner

    Krestn warner's profile was updated 8 years, 3 months ago

    Krestn warner

    @trujkiln5f

    View Profile
  • Profile picture of Lorena Gonzales hay futuro para el porno virtual?

    Lorena Gonzales hay futuro para el porno virtual?'s profile was updated 8 years, 3 months ago

    Lorena Gonzales hay futuro para el porno virtual?

    @pornolete

    View Profile
  • Profile picture of Jesen Royn

    Jesen Royn's profile was updated 8 years, 3 months ago

    Jesen Royn

    @arbham4z

    View Profile
  • Profile picture of Paul Wong-Gibbs

    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.

  • Profile picture of Paul Wong-Gibbs

    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.

  • Profile picture of Kamal Ahmed Bagi

    Kamal Ahmed Bagi's profile was updated 8 years, 3 months ago

    Kamal Ahmed Bagi

    @kamalahmedbagi

    View Profile
  • Profile picture of Krestn warner

    Krestn warner's profile was updated 8 years, 3 months ago

    Krestn warner

    @swerrto21z

    View Profile
  • Profile picture of Abolfazl Ahani

    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]

  • Profile picture of David Cavins

    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]

  • Profile picture of David Cavins

    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.

  • Profile picture of Deniel Rock

    Deniel Rock's profile was updated 8 years, 3 months ago

    Deniel Rock

    @orturkl5g

    View Profile
  • Profile picture of David Cavins

    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]

  • Profile picture of David Cavins

    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?

  • Profile picture of David Cavins

    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]

  • Profile picture of Robrk Smite

    Robrk Smite's profile was updated 8 years, 3 months ago

    Robrk Smite

    @derjhin4k

    View Profile
  • Profile picture of Robrk Smith

    Robrk Smith's profile was updated 8 years, 3 months ago

    Robrk Smith

    @narigon33i

    View Profile
  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In