Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,051 through 3,075 (of 72,855 total)
  • Author
    Search Results
  • 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/

    djsteveb
    Participant

    I tried the code posted here ( https://buddypress.org/support/topic/display-username-in-members-directory/#post-89522 ) into functions.php and got the whitescreen of critical error.
    – That code was supposed to display username and full name in the directory I think.

    been looking into copying template page ( \buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.php )
    into new /buddypress/ folder and adding some code there(?)

    Do I need to add somethng like:
    bp_user_fullname()
    bp_displayed_user_fullname()

    Also looking at some things for x-profile tags?
    Not sure best way to go / get there from here..

    I did try adding a file to:
    /wp-content/themes/twenty-four-cslite/buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.php

    and putting part like this:

    				<div class="item-title">
    					<a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a>
    					<br>
    					<?php bp_displayed_user_fullname(); ?>
    					<?php if ( bp_get_member_latest_update() ) : ?>
    
    						<span class="update"> <?php bp_member_latest_update(); ?></span>
    
    					<?php endif; ?>

    but it did not seem to do anything… Feel like I am close but missing things – I did a lot of searching, but missing something obviously.

    #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!

    #317473
    mophilly
    Participant

    I understand that the Members page will only show those who have registered and then logged in. If a member has not logged that member does not appear in the Members list.

    While the thought behind that process makes sense, BuddyPress lacks a couple of necessary administrative functions.

    – List of those invited but still “pending”
    – List of WP users added but not yet invited to a group
    – Activate a user in pending status by the site admin
    – – This is very important for site dealing with people not adept with web site apps.

    Does anyone know of an add-on that provides these essential features?

    #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.

    #317467
    agoudey
    Participant

    What I want to achieve is a BuddyPress setup that allows members:

    – to post products and or services they have for sale
    – to accept and delete friends for private messaging
    – to NOT be able to comment publicly (only through private messaging)
    – to post images and text, and delete their old posts
    – to create and maintain site wide, searchable hash tags

    This is to create a small regional data base that looks like a social platform. The two key elements I want to achieve:

    1 Members can post their products and services.
    2 Can only communicate with other members through private messaging.

    If there is someone who has a setup like this, and I don’t have to re-invent the wheel… that wo7uld be great.

    Thank you in advance… Andrew

    #317466
    wdesignnz
    Participant

    Hi everyone,

    does anybody have an idea how to set up a default profile tab for logged out users and a default profile tab for logged in users?

    I am using a “BuddyPress User Profile Tabs Creator Pro”.

    #317461
    henrysonlaya
    Participant

    Hello, I am creating a community, I would like a person registered in my community to be able to post on their buddypress profile and decide whether or not to block access to its content, something similar as only fans that you must pay for a subscription or you can place your profile for free

    what I want is that registered people can charge for subscriptions on their profile or simply publish for free

    is it possible to publish paid content?

    #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.

    #317450
    mophilly
    Participant

    In this case, membership in a specific BP group needs to be granted upon payment of a subscription. This requires that I be able to add a member at the administrative level. An email asking for confirmation is not required and may be viewed by some as unnecessary complication.

    The “how to” at https://codex.buddypress.org/developer/user-submitted-guides/how-to-add-members-to-a-group-via-wp-users-screen/ looks like the right idea. It does not, however, result in additions to the group membership.

    Short of hacking the database via SQL or some other brutish approach, is there a way for the WP site administrator to add members to a group?

    I am using BP 7.2.0 and WP 5.6.2.

    #317446
    mjanis00
    Participant

    Hi, I am using youzer and BuddyPress together, I am facing the issue “Current PAssword is not correct” in the Change password panel of youzer but the current password is right. Please help me.

    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.

    #317431
    mrsibber
    Participant

    I have a buddypress setup with buddy groups, but I want to change the Groups to startups instead. Does anyone know how to do that?

    #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?

    #317419
    mvanwettere
    Participant

    So we used BuddyPress to create our website, but I would like to add more css than just colors etc.
    How do I find the names of the widgets so I can add css to them?

    I have BuddyBuilder installed, but that seems to only let me create things, not apply it to existing widgets.

Viewing 25 results - 3,051 through 3,075 (of 72,855 total)
Skip to toolbar