Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Jonas

    Jonas replied to the topic Activity updates only available to friends in the forum Creating & Extending 9 years, 11 months ago

    like Henry mentioned, you can use the bp_parse_args. You could do the following to achieve it:

    // Activity stream -> friends only

    function my_friends_only_activity_args( $args ) {

    if( ! bp_is_activity_directory() || ! is_user_logged_in() ) {
    return $args;
    }

    $user_id = get_current_user_id();

    $user_ids =…[Read more]

  • Profile picture of Masoud

    Masoud replied to the topic [Resolved] signup (register) page not showing in the forum How-to & Troubleshooting 9 years, 11 months ago

    no no. i checked everything twice, sure abt that.
    i really dont know wat has happened to register page.
    i will backup my data, and detele the theme + buddypress plugin
    then i will reinstall them again.
    maybe that’ll work.

  • Profile picture of Masoud

    Masoud replied to the topic [Resolved] signup (register) page not showing in the forum How-to & Troubleshooting 9 years, 11 months ago

    yes, of course i do have a register page. and in the setting everything is ok.
    i said, i tested the registeration page on the previous version. then i disabled the registeration. until now.
    now i re enabled it. and see things is not ok.

  • Profile picture of Masoud

    Masoud started the topic [Resolved] signup (register) page not showing in the forum How-to & Troubleshooting 9 years, 11 months ago

    hi.
    i am using SocialChef Theme.
    i checked signup page, befor the last update of buddypress, and it was working fine.
    i haven’t checked it since then, until now.
    it’s not working anymore. (show me a blank page)
    the theme author is saying:
    ——-
    “Hi,
    If you are using WordPress only, then the Register page template is “Custom Signup Page”.
    If you…[Read more]

  • Profile picture of Masoud

    Masoud replied to the topic [Resolved] is it possible to let users set a field only limited times? in the forum How-to & Troubleshooting 9 years, 11 months ago

    @shanebp tnx a lot 😀
    please mark this topic as resolved. i used your suggestion, and sorted it out. it’s ok now.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Login redirects not working in the forum How-to & Troubleshooting 9 years, 11 months ago

    Can you post your code?

  • Profile picture of DRONACHARYA GROUP OF INSTITUTIONS

    DRONACHARYA GROUP OF INSTITUTIONS replied to the topic Login redirects not working in the forum How-to & Troubleshooting 9 years, 11 months ago

    Sorry no idea.

  • Profile picture of DRONACHARYA GROUP OF INSTITUTIONS

    DRONACHARYA GROUP OF INSTITUTIONS's profile was updated 9 years, 11 months ago

    DRONACHARYA GROUP OF INSTITUTIONS

    @gdronacharya

    View Profile
  • Profile picture of @mercime

    @mercime commented on the post, BuddyPress 2.6.0 Release Candidate 1, on the site BuddyPress.org 9 years, 11 months ago

    Awesome!

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Default Profile Visibility in the forum How-to & Troubleshooting 9 years, 11 months ago

    That screen isn’t provided by BuddyPress. It’s something provided by another plugin, or perhaps within the theme. Can you identify which one?

  • Profile picture of Andrew Tegenkamp

    Andrew Tegenkamp started the topic Cancel Membership Request? in the forum How-to & Troubleshooting 9 years, 11 months ago

    When a member requests to join a private group the button shows “Request Sent” but I’d like to change that to say “Request Sent – Cancel” and have that cancel the request (and delete the notification).

    I saw on this post from last year it would need to be a custom function and didn’t see it anywhere but wasn’t sure if that has been added or if…[Read more]

  • Profile picture of Andrew Tegenkamp

    Andrew Tegenkamp replied to the topic Adding another Sublink Under Members/Groups? in the forum How-to & Troubleshooting 9 years, 11 months ago

    Thanks! This works great to create just what I needed. I’ll post some sample code for anyone interested when I have it cleaned up a bit more.

  • Profile picture of Andrew Tegenkamp

    Andrew Tegenkamp started the topic Adding another Sublink Under Members/Groups? in the forum How-to & Troubleshooting 9 years, 11 months ago

    I have a need to add a page with something like Recommended groups based on a person’s location (which I have) and would like to add it as:

    buddypress/members/username/groups/join/

    so it would sit on the list with Memberships (buddypress/members/username/groups/) and Invitations (buddypress/members/username/groups/invites/) as a 3rd option for…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Comments think it's 2006 in the forum How-to & Troubleshooting 9 years, 11 months ago

    Check the time/date on your server — is it correct?

    Also, check what timezone PHP is configured with in its php.ini config file.

  • Profile picture of Masoud

    Masoud replied to the topic [Resolved] is it possible to let users set a field only limited times? in the forum How-to & Troubleshooting 9 years, 11 months ago

    @shanebp
    hi. tnx for answer and patience. got 5 more minutes? 🙂
    i read and worked on what you said. and if i want to be honest, i could’t do anything special unfortunately.
    now, i want to ask your opinion about this idea:
    i’ve come up with the idea of hiding that field. (not email field), how?
    with the use of if condition… (if it’s not empty…[Read more]

  • Profile picture of Anonymous User 357386

    Anonymous User 357386 started the topic How to insert memberpage bottom other content wp page? in the forum How-to & Troubleshooting 9 years, 11 months ago

    Hi!
    I’ve setum my bbmember page to work in my custom page “about us”, with some content and description.
    Content is still present in source (from backend), but i cannot see in live website (i see only bbpress member page).
    Is there something i can do for fix?
    Maybe a shortcode for memberpage to insert manually in my page?
    or setup to “if content…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Problems with filtering the activity stream in the forum How-to & Troubleshooting 9 years, 11 months ago

    Can you log in to wordpress.org?

  • Profile picture of Jonas

    Jonas replied to the topic Remove notification count unless there is 1 or more notifications pending? in the forum How-to & Troubleshooting 9 years, 11 months ago

    Hi,

    you can control whether or not to show the alerts through their css classes.

    I’m guessing you’ve copyied Buddypresses way of notification alerts to your own template’s custom header, something like this svn.buddypress.org/branches/2.0/bp-notifications/bp-notifications-adminbar.php

    0 notifications is governed through the .no-alert class – a…[Read more]

  • Profile picture of David Cavins

    David Cavins started the topic BuddyPress 2.6.0 Release Candidate 1 now available for testing in the forum Miscellaneous 9 years, 11 months ago

    BuddyPress 2.5.0 Beta 1 is now available for testing. You can download the 2.6.0-rc1 zip or get a copy via our Subversion repository. We’d love to have your feedback and testing help.

    Read more about the beta here: https://buddypress.org/2016/06/buddypress-2-6-0-beta-1/

    Thanks for your testing help!

    —-

    Please do not report issues in this thr…[Read more]

  • Profile picture of David Cavins

    David Cavins wrote a new post on the site BuddyPress.org 9 years, 11 months ago

    BuddyPress 2.6.0 Release Candidate 1 is now available for testing. Please download the 2.6.0-rc1 zip or get a copy via our Subversion repository.

    This is our last chance to find any bugs that slipped through th […]

  • 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