Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,626 through 2,650 (of 69,129 total)
  • Author
    Search Results
  • jeffreyklip
    Participant

    I’m using Buddypress for a side project.
    But i cannot figure out how to disable the “side panels”
    Does anyone know how to disable them both(Left and right)?

    #317550
    torres182
    Participant

    Thank you for the reply shaneby.

    I deactivated the BuddyPress plugin and was able to delete the users.
    Soon as I reactived BuddyPress, I get the same error as above.

    I also deleted the BuddyPress plugin and reinstalled it but still get the same error.

    torres

    #317539
    shanebp
    Moderator

    This is a php issue, not a BuddyPress issue.
    Check with your hosting provider to see if ctype is installed and enabled.

    r083r7
    Participant

    I would like to display profile fields on different parts of the site.

    I read that BP comes with this function:
    https://codex.buddypress.org/developer/function-examples/bp_profile_field_data/

    I created a shortcode in my functions.php file:

    /* Dislay BP field */
    add_shortcode('bp_field_display', 'bp_profile_field_data');

    Then went and added this shortcode to one of my pages:
    [bp_field_display field="Register As"]

    I expected that it would show me the value of the field I have on my profile called Register As. I didn’t specify a user ID so it should return mine since I’m logged in.

    Instead, I got blank, nothing displayed at all.

    Any idea what I’m missing? I’m open to other suggestions but thought that making this shortcode wouild be the most direct and straight forward way.

    lordmatt
    Participant

    What would really help me would some way I can search out answers in the form “what do I need to hook or filter to do X?” I’ve found myself going to SO a lot with things I am stuck on.

    For me, BuddyPress is a giant black box of mystery.

    One suggestion I can make about this forum would be to get a few moderators tasked with “X not working” posts into one board as those crop up everywhere at the moment.

    lordmatt
    Participant

    If you are happy adding code, there is a thread which talks about filtering the feed with code samples here.

    #317520
    lordmatt
    Participant

    I’m certain you can use BuddyPress for this. How is another question.

    A quick Google for “BuddyPress art portfolio” showed me this plugin. I’ve never used it before but it might be what you need.

    lordmatt
    Participant

    I am planning to write a plugin that takes care of a few things that don’t get done. For example, automating fetching external blogs.

    One of the things I want to fix is that some activity (specifically external blogs) does not update the “last updated” value in the groups. This stops highly active (via external feeds) groups from appearing on my recently active groups listing. What I need to know is how is “last updated” updated? What do I call to update it?

    #317492
    dexdes
    Participant

    Hello,

    We are a website design agency and we recently set up one of our clients websites using buddypress. you can see the site here: http://www.thehubtaunton.com/ (currently behind a coming soon page).

    When using the private message feature within buddypress, we have encountered an issue:

    When logged in as admin, if you view a users profile (example: https://www.thehubtaunton.com/members/marc-testing/) you can then click on private message, however, when i do this and fill in the message it doesnt seem to work properly. the user is not notified and it seems to post the comment on my own user profile, not the user i attempted to private message.

    Could you please let me know how we can get this sorted out as soon as possible?

    WP Version: 5.6
    Buddypress Version: 7.1.0

    Please let me know the best way to supply login details.

    #317483
    shanebp
    Moderator

    You probably should use these templates:
    ...buddypress/bp-templates/bp-nouveau/

    #317479
    globsticks
    Participant

    Hello,

    Do you know why does it display a dropdown menu in wp-admin interface with options from Buddypress? is there a way to do not show this dropdown menu in wp-admin?

    https://prnt.sc/10bo8mk

    Thank you!

    #317469
    jsiva
    Participant

    Hi all,

    I found that two issues of the activation email from BuddyPress.

    1.The first activation email is missing background color and the text not center. When I tried to send the same email again, the email becomes all right.

    2. I saw an account from WordPress backend is pending, but that account is already able to use the function in frontend (such as upvote a post, which is supposed to only available to activated account). When I tried to register a new account and duplicate the issue again, but no such issue found.

    Can anyone help me to figure out and solve the issues? Thanks a lot.

    #317455

    In reply to: Add user manually

    iamthewebb
    Participant

    Hi Werny, users only show on the member list once they have logged in at least once. You can try the code here https://buddypress.org/support/topic/subscribers-not-showing-in-the-list/#post-311376
    Just remember to remove again after.

    nanera
    Participant

    Hello,

    I’m using on my site BuddyPress for around 2 years. I just now decided to activate the Activity stream feature. I’m getting a page that is showing the recent activity, but I have issue. When I activate it I made one action and it was shown on the activity feed. After that the new actions are not shown. Any idea how to check what could be wrong. On the back-end in admim panel I see the activities (8), but on the front-end page they are showing only 3 of them and not the rest. Do I need to give links for my issue or screenshots? How to troubleshoot this?

    Thank you for your time.
    WordPress 5.6.2
    BuddyPress 7.2.0

    #317442

    In reply to: Registeration

    kaptankaplan1
    Participant

    I am using a theme called godlike. But i am sure that its buddypress registeration page because when i am disabling buddypress my login form is disappears.

    #317438

    In reply to: Registeration

    Varun Dubey
    Participant

    @kaptankaplan1, it does not look like the BuddyPress registration page.

    #317429
    valuser
    Participant

    A slightly different approach might be to try WP Idea Stream & BP Idea Stream ( on github.com/imath/wp-idea-stream & github.com/imath/bp-idea-stream )

    They allow front-end posting to a type of custom taxonomy – “Ideas”

    These are plugins written by the current lead developer of BuddyPress.

    Though not recently updated they, like Social Articles, appear to work perfectly.

    IMHO they are pretty awesome – yet very simple.

    They include the ability to assign categories & tags but also to ADD new tags.

    Included also are specific related widgets and an in-built rating system.

    They also work perfectly with this developers recently updated media management plugin Mediatheque at github.com/imath/mediatheque.

    One big advantage is the ability to seamlessly integrate Ideas into BuddyPress Groups which for many is one of the defining features of BuddyPress.

    #317428
    userle
    Participant

    No reply at the events forum so far..
    So I tried to use a JavaScript snippet:

    var search = "#_LOCATIONLINK - #_LOCATIONADDRESS, #_LOCATIONTOWN";
    var replacement = "";
    document.body.innerHTML = document.body.innerHTML.split(search).join(replacement);
    

    And it works on a normal site. However, not on the buddypress profile where I want it. I think because the events section is a a subsection of the generated user site. So i can’t directly add this JS to the specific user sites. I put it in the snippets plugin which should work on all websites and also I used a snippets plugin for the highest parent side of the user profiles, but no success..
    Does anyone had this problem too or any idea how to fix it?

    Best regards

    #317424
    oguruma
    Participant

    I am trying to learn about how Buddypress works on Multisite.

    Specifically, how does the activity feed work if I have Buddypress activated on 2 different sites on a multi site install?

    Are buddypress “Activities” a universal table the same way user meta is?

    Can users see all of the relevant activity feed items on sub-1.domain.tld and sub-2.domain.tld?

    #317418
    honoluluman
    Participant

    Hello, on my website i am using only 3 buddypress pages -> Members page , Registration page, Activation page, and i have this installation https://prnt.sc/1003nc1

    I would like to remove all the following js and css that are running on all the pages of the site:

    wp-content/plugins/buddypress/bp-core/js/confirm.min.js
    wp-content/plugins/buddypress/bp-core/js/widget-members.min.js
    wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js
    wp-content/plugins/buddypress/bp-core/js/vendor/jquery-cookie.min.js
    wp-content/plugins/buddypress/bp-core/js/vendor/jquery-scroll-to.min.js

    and

    wp-content/plugins/buddypress/bp-members/css/blocks/member.min.css
    wp-content/plugins/buddypress/bp-members/css/blocks/members.min.css

    and just keep them on those 3 pages for logged out users.
    I know that i could use a statement like if ( !is_user_logged_in() ) but i dont know the handlers for those js and css and i dont know how would be the process to deregister / enqueue them.

    I think the members page and subpages can be declared with bp_is_my_profile() ?

    I am sorry for the luck of knowledge but i am still new and learning on those stuff.

    Any help please would be appriciated. thank you 🙂

    #317414
    lanvalencia
    Participant

    Did you want to know if the BP registration option, BP profile search and Buddypress multilingual plugins are compatible with the wpml language plugin?
    I have last verion of wordpress and buddypress.
    My site is https://satisfyu.com

    #317408

    In reply to: BuddyPress 7.2.0

    Mathieu Viet
    Moderator
    #317407
    r083r7
    Participant

    Will do, thanks!

    Random shoutout – WBCom Themes are great for BuddyPress community sites plus they have great support, as seen here.

    #317398
    Varun Dubey
    Participant
Viewing 25 results - 2,626 through 2,650 (of 69,129 total)
Skip to toolbar