Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,601 through 13,625 (of 73,984 total)
  • Author
    Search Results
  • #257653
    sharmavishal
    Participant

    “WP was finding it difficult to distinguish users on our current system with users of Buddypress”

    correct cause bp adds additional profile fields…xprofile fields like name for example. rest gets stored in the wp_users database.

    maybe u can try setting up different subdomains…bp on community.yoursite.com and forums on forums.yoursite.com

    #257649
    sharmavishal
    Participant

    check the min requirements here

    Getting Started

    #257638
    DamnDramaQueen
    Participant

    Hi bp,

    I am using version 2.6.2, my upload media giving this “an error occurred in the upload. please try again later.” ?

    The media library don’t even show at all as well…

    Hosting turned off all the plugins, media is fine and able to upload as well.

    Hosting advised me to disabled one by one see which plugin is causing it? I found out is the buddypress after all… I disabled it. all the media came back and able to upload. I then activated back, error issues again.

    Is there’s a code or function I can use to fix this issue to avoid this errors?

    Please help help, thanks

    bchase2
    Participant

    Using the most recent WP and BuddyPress versions (8/15/2016). Site is currently under construction and unavailable on the frontend.

    I am using the theme “Specular” by Codeless. I’ve installed the BuddyPress and bbPress plugins. Both appear to have functionality within the theme, however there is a problem with adding “groups” using BuddyPress within this theme. On the admin WP dashboard I can go to Groups-> and get the bp-groups admin page showing no current groups created. At the top, when I hit the “Add New” I am taken to a blank page that is customized as the rest of the site is with the header and footer showing, however the body of the page is blank.
    If I deactivate the Specular theme, then activate the Twenty-Fifteen WP theme and go through the same steps, I am take to a page that starts the process of adding group details and steps through the process. This is not present when the Specular theme is active.
    I can then re-activate the Specular theme and go to the Groups -> admin page and the group created while using the Twenty Fifteen theme is present, and I can edit in while in the WP admin area, however it only shows up on the “Forum” page of the Specular theme site.

    The Specular Theme support feels this is a BuddyPress issue. I’m not sure who can help, but appreciate any suggestions.

    Thankx!

    #257636
    danbp
    Participant

    Basically, you’re trying to built a page menu. That’s WP territory

    See here an example using wp_page_menu function which may help to going further:
    https://buddypress.org/support/topic/notification-count-in-dynamic-menu/

    tall00
    Participant

    Hi @jpry,

    I noticed that you are using buddypress activity plus with apppresser. I am unable to get it to work together on mobile ( don’t see the photo upload icons) . I thought it was not compatible but wanted to check and see does it work for you out of the box.

    danbp
    Participant

    Never modify original files.
    Custom code for BP can be added to bp-custom.php

    densyo
    Participant

    Hi @danbp,

    Thanks for your reply, really appreciate it! Sorry, but I am not a developer, on what file do I add the code snippet from the example? Is it one of the files in the buddypress/bp-xprofile folder?

    Thanks!
    Dennis

    #257621
    danbp
    Participant

    Hi @buddycore,

    have you checked BP’s Attachment API ?

    BP_Attachment

    #257620

    In reply to: Redirect does not work

    danbp
    Participant

    Hi,

    BuddyPress doesn’t handle registration. That’s WordPress territory.

    You may read about WP two step authentication:
    https://codex.wordpress.org/Two_Step_Authentication

    And here’s a tutorial from which you can built a multi step authentication:

    Building a Multi-step Registration Form for WordPress

    Good luck !

    #257616
    zelda16
    Participant

    Hi there,

    I was just wondering if you could help me; I’m trying to start a Buddypress sub-community on my existing website. We currently have a user system that enables the use of our services; however I was trying to create a forum as a sub-page on our website and a community from that. I realised, however, that WP was finding it difficult to distinguish users on our current system with users of Buddypress. Is there a way of creating a completely separate user-type for Buddypress, so as to prevent cross-over from our two systems?

    I want to work towards:
    -Different details required for our user system than Buddypress
    -Different menu items for our users than for forum users
    -Our user details and activity goes into a massive database; however I don’t want this to be impacted by the forum users

    Thanks a lot for your help!

    Running: WordPress 4.5.3 on Customizr theme
    Buddypress 2.6.2

    chtn2109
    Participant

    I want to search matching profile for a member depends upon his/her profile field values, like a groom wants to search for bride on the basis of his other preferences field values, please suggest any plugin or function that can help me to accomplish this functionality.

    Wordpress 4.5.3
    Buddypress 2.5.3
    Sweetdate Theme 2.9.2 https://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/4994573

    robotaccordion
    Participant

    Hi Buddypress community,

    TLDR: Are there any plugins, free or premium, that allow me to protect bbpress forums on a per user basis?

    Longer version:
    I’m migrating my music lesson website from just a bbpress site, to a buddypress & bbpress.

    Each student has a private bbpress forum. And each student’s forum needs to be protected so only the student and I can access the forum.

    Does anyone know of a way to do this using free or premium plugin, without having to create and assign a new membership level for each student?

    Thanks so much community! (Im really excited about the community learning experience I will be able to make with BuddyPress.)

    #257607
    danbp
    Participant

    Deactivate all plugins and the theme and test registering from WP using a Twenty theme as first.
    Then activate BP and re-test.
    Then activate S2 or whatever you use for paid membership and again, test.
    And finally, you have to test your theme (if not a Twenty one).

    FYI, BuddyPress doesn’t handle the password field, but WordPress.
    You’ll probably get better answers on WP or S2 support forum.

    #257602
    danbp
    Participant

    I’m wondering why you don’t use WP Menu to do that !

    Dashboard > Apparance > Menu > add new menu and select from BP options.

    If not visible, activate BuddyPress in screen options (top right corner).
    Within the appearing BP options (left column) select the items you need for the new menu. Then activate that menu on your custom page.

    This menu is always contextual and is showed to everyone, whatever his status.

    #257597
    danbp
    Participant

    Don’t hack core files. (never !) Which language do you use ?

    Where have you done this ?
    I’ve took a look at the files and found out that the working ones are using __( "Foo %s", "buddypress" ) and the wrong ones are using _x( "Foo %s", "Blah blah blah", "buddypress" ).

    Actually all BP strings are working. If you need custom translation, you have to do that in po/mo and to use preferably the original strings. For example, if you build a template and want to use the notification count on it, you copy the original string to your work. If you don’t do that, you nedd 2 po/mo ! One for BP and one for your custom work. Which is certainly not the best and easiest solution.

    The notification count is defined in wp-content/plugins/buddypress/bp-notifications/classes/class-bp-notification-component.php

    The counter itself is inside a span and is defined separately.

    /* translators: %s: Unread notification count for the current user */
    _x( 'Notifications %s', 'Profile screen nav', 'buddypress' ),
    sprintf(
    	'<span class="%s">%s</span>',

    The bla bla bla part you mention is a comment for translators who indicates him the context. This comment appears in the pot file like: Notification %s [Profile screen nav]

    That’s BP’s default coding. You haven’t to modify this. Use it as is.

    If you have difficulty to translate such a string, you have to check your theme or any custom function you added (by hand or another plugin).

    The corresponding custom string should reflect the original one as gettext function wouldn’t translate a string which is not identic.

    __( "Foo %s", "buddypress" ) and _x( "Foo %s", "Blah blah blah", "buddypress" ) are both working, and do technicaly the same thing (foo = something) which let you modify “foo” in both case, but as the original string is _x( "Foo %s", "Blah blah blah", "buddypress" ), you couldn’t replace it with __( "Foo %s", "buddypress" ). It is the translation prefix (_x or __) which is the important thing here.

    Hope to be clear. And you’re right, unfortunately your changes will be overwriten at next BP update as you hacked core files.

    danbp
    Participant

    Hi,
    you can change any field title only if you’re the site admin.

    See here: https://codex.buddypress.org/administrator-guide/extended-profiles/

    #257589
    januzi_pl
    Participant

    Hello

    So, I’ve translated everything in *.po file, uploaded it and corresponding *.mo file into the proper directory and I’ve got disappointed. Some of the text aren’t translated, like: Notifications (number), Groups (number), etc. I’ve took a look at the files and found out that the working ones are using __( "Foo %s", "buddypress" ) and the wrong ones are using _x( "Foo %s", "Blah blah blah", "buddypress" ). I’ve replaced _x( 3 vars ) with the __( 2 vars ) and translations started to work.

    The problem is: the next update of Buddypress will erase my fix and everything will get back to previous state.

    #257588

    In reply to: disable group avatar

    mmw562
    Participant

    found the solution as a part of the admin settings

    Settings->buddypress->Allow customizable avatars for groups

    #257587
    mmw562
    Participant

    I see that this has been addressed to some degree here:
    https://buddypress.trac.wordpress.org/ticket/4677#attachments
    Has it not yet been released in one of the buddypress updates? I have tried this approach but with no luck:
    add_filter( ‘bp_enable_group_avatars’, ‘__return_false’ );
    Thank you in advance!

    #257584
    danbp
    Participant

    Hi @nabilyazghi,

    You could perhaps use something like this:

    function blabla() {
         if ( ! bp_is_my_profile() ) 
    	$nav_array = 'what_you_need';
    
         return $nav_array;
    }
    add_filter('bp_get_displayed_user_nav', 'blabla', 10, 1 );

    Function ref: http://hookr.io/plugins/buddypress/2.4.3/functions/bp_get_displayed_user_nav/

    rebelangelo
    Participant

    Hi,

    I am getting notifications email like new friendship, comments, etc.. but can’t get new registration activation email.

    I’ve install facebook-login plugin and seems like it blocked buddypress registration mail I think. However, when I deleted this plugin I still couldn’t get activation email.

    I tried to repair buddypress from Tools->Buddypress and still have this problem

    Also I am using WP-Mail-SMTP for this email actions.

    My budyypress version is 2.6.1.1

    Thanks

    danbp
    Participant

    Hi @densyo,

    – first, you check that xprofile component is active: if( bp_is_active( 'xprofile' ) )
    – then check you’re on a user page: bp_is_user()
    – allow site admin: is_super_admin()
    – check if the current page part of the profile belongs to logged-in user: bp_is_my_profile()

    Example here:
    https://buddypress.org/support/topic/the-right-way-to-remove-nav-items/

    #257581
    danbp
    Participant

    @earl_d, this “issue” is mentionned in plugin’s FAQ. Have you done the recommended changes ?

Viewing 25 results - 13,601 through 13,625 (of 73,984 total)
Skip to toolbar