Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,526 through 5,550 (of 68,966 total)
  • Author
    Search Results
  • shanebp
    Moderator

    On your profile, go to ‘Profile’.
    You should see these tabs:

    • View
    • Edit
    • Change Profile Photo
    • Change Cover Image

    The avatar is on the Change Profile Photo screen.

    If you don’t see it, to narrow things down, try momentarily changing to a WP theme like 2016.
    Also try changing the Template Pack in BuddyPress > Options

    #282646
    tibbalds
    Participant

    Solution found! It wasn’t a BuddyPress issue, it’s a wordpress issue!

    I contacted WordPress and found a solution. I thought I’d post it in case it comes up with someone else again:

    That should mean that single sign on is causing trouble. To test that, navigate to My Site –> Settings –> Security in your WordPress.com dashboard, and disable the ‘Allow sign in using WordPress.com accounts’ option

    This means that you will no longer be able to access your wp-admin area with your WordPress.com login information though. We’ll need to make sure we set you up with an account for your wp-admin area.

    We’ll need to set you up with a password for your username for wp-admin.

    You’ll need to go to WP-Admin > Users and then select your username from the list.

    The problem is that on WordPress.com the option to allow WordPress.com sign in replaces the regular registration form that BuddyPress uses to allow users to sign in. So we need to disable this option to let the user’s sign in using only their Buddy Press log in without a WordPress.com account.

    Hope this helps someone else

    #282641
    Venutius
    Moderator

    You’ve got a plugin installed that’s doing that, on it’s own BuddyPress allows non logged in users to see the members directory.

    #282552
    tibbalds
    Participant

    A few more details

    1. Which version of WordPress are you running?
    V5

    2. Did you install WordPress as a directory or subdomain install?
    We access the wordpress site online

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    No, it’s a new website, build within the last two months

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes, however we installed buddypress early on in the website’s creation.

    6. Which version of BP are you running?
    Version 4.1.0

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    11 plugins (some were installed after the issue first occurred.

    • Akismet Anti-Spam v4.1
    • AMP v0.7.2
    • bbp style pack v4.0.3
    • bbPress v2.5.14
    • Contact Form 7 v5.0.5
    • Custom Twitter Feeds v1.2.10
    • Flamingo v1.9
    • Jetpack by WordPress.com v6.8.1
    • MultiLine files for Contact Form 7 v1.2
    • Peter’s Login Redirect v2.9.1 (after issue in an attempt to fix)
    • The Events Calendar v4.7.1

    9. Are you using the standard WordPress theme or customized theme? 10. Which theme do you use ?
    Standard theme – Ixion v1.1.5-wpcom

    11. Have you modified the core files in any way?
    No

    12. Do you have any custom functions in bp-custom.php?
    Not that I know of

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    bbPress v2.5.14

    14. Please provide a list of any errors in your server’s log files.
    Not sure how to access this

    15. Which company provides your hosting?
    Wordpress

    #282543
    shanebp
    Moderator

    That was an example. If you allow header images, look in cover-image-header.php.
    If you use the Nouveau template pack, then look in bp-templates\bp-nouveau\buddypress\members\single\, etc.

    #282539
    shanebp
    Moderator

    In BP, for example, look at this bp_displayed_user_avatar() in this file
    buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php

    #282535
    evillizard
    Participant

    buddypress verion is- Version 4.1.0 ,, wordpress WordPress 4.9.8

    #282528

    In reply to: A Mess of Issues

    Venutius
    Moderator

    Hi Bradley,

    My first thought is – what is ub_signup_password that does not look like it’s coming from WordPress or BuddyPress but it’s the root of the issue according to this trace.

    #282526
    evillizard
    Participant

    @danbp bro, well you are hearing me right now ….i just updated buddypress few minutes ago it was working fine before update but now when i try to create anymore option select field it says: “The link you followed has expired.”

    #282523
    shanebp
    Moderator

    The fix is in this latest update.
    BuddyPress 4.1.0 is now available:

    BuddyPress 4.1.0 maintenance release

    shanebp
    Moderator

    You can use any theme with BuddyPress.
    There are some themes that place an emphasis on BuddyPress, for example BuddyBoss.
    You can choose one of two template packs in wp-admin > Settings > BuddyPress > Options > Template Pack.
    And you can customize the BP templates – if you know how to write code.
    More info here.

    #282517

    In reply to: BuddyPress Errors

    russ2204
    Participant

    Hi – having spoken with Nextend they believe the issue is with BuddyPress directly.

    #282502
    shanebp
    Moderator

    You’re referring to the About page on this site?

    No, go to the websites or support sites for the plugins that you mentioned.
    For example: https://wordpress.org/support/plugin/bp-xprofile-custom-field-types

    btw – probably a good idea to update BuddyPress. V. 3.0 is old.

    #282499
    Venutius
    Moderator

    It’s here, see the bottom of the page:

    BuddyPress

    #282482
    shanebp
    Moderator

    BuddyPress does not require a user to be logged in order to view a profile.

    You have some code on your site ( in a plugin, your theme or some custom code ), that is doing the redirect. You’ll need to find and remove or adjust that code.

    #282479
    Venutius
    Moderator

    It looks like your request is for forums, BuddyPress uses bbPress forums so you should place your request there – https://bbpress.org/forums/

    #282467

    In reply to: Like a wiki forum

    shanebp
    Moderator

    If that is all you need, then BuddyPress is probably overkill.
    Look at the various ‘wiki’ plugins for WP.

    shanebp
    Moderator

    afaik, bp_activity_add() is the call always used in BuddyPress – there may be exceptions that you’ll have to track down.

    But other plugins, like bbPress, may use their own methods, or use bp_activity_add().

    shanebp
    Moderator

    afaik, you’re looking in the wrong place – easy to do.

    Look in the bbPress plugin:
    ...wp-content\plugins\bbpress\includes\extend\buddypress\activity.php

    And they have their own forums.

    #282430
    hammeri1
    Participant

    Thanks Venutius, I’ll take a look at shortcodes. Just reading the link one question I do have is can I enable to user id attribute to dynamically select the logged in user?


    @Shanebp
    : I need to present the logged in user with their inbox. Effectively just showing the Buddypress default members page for that user. All I’ve found available is a default URL of site/members/user. I need this to operate dynamically, detecting the logged in user and revealing their specific inbox. I then want to add this to a page. The end result is that a logged in user can access their inbox from a menu option.

    #282429
    Venutius
    Moderator

    There’s a setting for that in Settings>BuddyPress>Options – Show Toolbar to logged out users.

    #282406
    Brajesh Singh
    Participant

    Hi,
    It is a bug in BuddyPress 4.0.

    BuddyPress 4.1 is coming soon and will have it fixed.

    Please see the ticket for more details.
    https://buddypress.trac.wordpress.org/ticket/8012

    Regards
    Brajesh

    #282399
    shanebp
    Moderator

    Add users manually is easy.
    Go to .../wp-admin/users.php on your website and click on the button at the top that says ‘Add New‘.

    Re add users to group in wp-admin:
    Please see this sticky topic.

    To narrow down problems, use a default WP theme like 2016.
    Deactivate other plugins.
    After everything is working, then start using your preferred assets.

    #282390
    Venutius
    Moderator
    #282379
    thafley
    Participant

    Yeah, Apache seems to be the way to go with WordPress? My boss just likes IIS… I have researched and debugged various things and done fresh installs a few times but I have not tried using buddypress with a different theme and manual user creation. I will try that and report back. Thank you for the tip!

Viewing 25 results - 5,526 through 5,550 (of 68,966 total)
Skip to toolbar