Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,001 through 3,025 (of 72,886 total)
  • Author
    Search Results
  • shanebp
    Moderator

    Probably: buddypress\bp-templates\bp-nouveau\buddypress\activity\entry.php
    First, overload the template to your child-theme.

    #317787
    Sauron
    Participant

    How can I adjust the register page so that on that page only a different background is used or a white boxed layout? I use a background for the entire site but on the register page the text can no longer be read https://www.bdsmbook.nl/testregister/
    I am using 5.7 from wp and Version: 7.2.1 from buddypress with the theme BuddyXVersion: 3.7.4
    thanks in advance.

    waseemsoa
    Participant

    Hi
    I am using buddypress 7.2 and wordpress5.7. I want to gather some information from all of my users by force about “How Did You Hear About Us”?
    I want a popup form with options facebook, twitter, instagram, newspaper, flyer, will appear when user visit their profile page and force to fill up the form.
    After filling up the form never to show the user who already filled up the form.
    I want on dashbard there will be counter of facebook selected user with total numbers, thus twiter, instagram, newspaper and flyer so that I can track from which resource how many users came on my site.

    vincenzon617
    Participant

    I am currently using bbPress for forums and BuddyPress for my user profiles and in the profile there is an icon that can be pressed to display the users subscribed to bbPress topics. Is there a way I can add the contents of this page to a seperate page? Like a watchlist for example so the user can see what topics they have subsribed to – without having to go into the profile. I’m not sure if this is a BuddyPress feature or a bbpress one, however it is implemented already so I assume it is (I just want to move it to a seperate page). Is this possible?

    Many thanks!

    #317782
    werny
    Participant

    I found it out by myself now.

    The issue startet because I changed the name of the permalink a several times of the register-Page.
    So I created a completely now register page with the name “signup” and conneted it in my buddypress-settings. Then it worked again.

    #317780
    julesrutherford
    Participant

    How do I get members Usernames to show within Buddypress? I am not a coder so if the answer is a section of code could someone kindly tell me exactly where to go to make the change? Many thanks.

    beachcalsix
    Participant

    Hi, I already found a code to restrict post commenting based on WordPress roles. I am now trying to find a code to restrict commenting on the BuddyPress activity feed.

    My site has paid member roles and one role is the default role for free members that sign up. Then there are just guests with no role at all.

    I would like a code that will restrict free members to be restricted from commenting in the activity feed. I already have a PHP code in functions that keeps them from commenting on posts. I only want commenting to be allowed in paid member roles. Guests and free users blocked.

    Is there a code I can use for this?

    Thanks in advance!

    #317771
    mophilly
    Participant

    I have a project that includes membership in a specific BP group upon payment of a subscription. This requires that the site admin be able to add a validated member without the user log in.

    An BP specific email asking for confirmation is not required as it is covered in the subscription agreement and the attendent email. An extra step has been criticized by some customers as an unnecessary complication. An email advising of the new membership is sent to the end user. Users can opt out of the agreement at any time.

    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.

    I considered hacking the database via brutish approach, but that is not a good approach. Is there a code snippet or plugin that enables adding members to a group by the site admin?

    I am using BP 7.2.1 and WP 5.7.

    #317769
    whackter
    Participant

    Hello,

    I’m trying to setup a plugin for which I should know the current user’s id and his/her friends ids in a single variable. It needs to be done using PHP so that I can put those variables in the shortcode.

    Can someone help me with this?
    Thanks in advance 🙂

    vincenzon617
    Participant

    Hi there,
    I am not sure if this has already been answered so apologies if it has (I cannot find an answer). What i would like to do is remove some of the icons and menus from my BuddyPress profile page. Currently I have 6 buttons on the profile (‘Profile’,’Activity’,’Notifications’,’Friends’,’Forums’,’Settings’). These have sub menus as well, for example if I choose ‘Profile’, its submenus are ‘Home’, ‘View’, ‘Change Profile Picture’.
    What I would like to do is remove everything but ‘Friends’, ‘Forums’ and ‘Settings’. Then I would like only “replies created” to be shown when the user clicks on the ‘Forums’ button. I am currently using bbPress within my site for the forums if that helps (I would add an image but I am having trouble doing so).
    If anyone could help me with this or point me in the right direction to achieve what I would like that would be great!
    Many thanks.

    #317738
    Mike Witt
    Participant

    Hi @shanebp,

    Am I missing something? I would have thought that would change the from address of all outgoing mail, not just notifications from BuddyPress?

    I can’t really test $original_email_address because BP is not using a unique from address to start with.

    But perhaps I’m confused about something?

    -Mike

    #317735
    henrysonlaya
    Participant

    hello i have a problem with my site, i have buddypress installed

    the problem is that I have 2 profiles

    a profile as a buyer

    and another as a seller

    I would like that all users who register as buyers are not part of the community, they do not have visible profiles and only those who are sellers can have profiles

    #317731
    Mike Witt
    Participant

    I’m looking for a filter than can be used to change the “From” address that BuddyPress uses when sending notifications. Does anyone know if there is something like this?

    #317727
    #317714
    Mathieu Viet
    Moderator

    Hi @mike80222

    By default just like the WordPress REST API, the BuddyPress one is active by default and is used into the UI to manage group members from the Group’s Administration & Management screens. If you want to disable the BP REST API, you need to use this filter into a bp-custom.php file for example:

    add_filter( 'bp_rest_api_is_available', '__return_false' );

    #317712
    Mike Witt
    Participant

    Is there a filter I can use to change the buddypress from address in outgoing notification emails?

    #317710
    Mike Witt
    Participant

    The buddypress rest api is not installed automatically (like the wordpress api) right?

    So if I haven’t specifically installed the BP REST API then I can just update normally in my next scheduled site maintenance, correct? Just checking.

    #317709
    Varun Dubey
    Participant

    @peaco released a free plugin for activity link preview

    #317703

    In reply to: messages not showing

    Venutius
    Moderator

    BuddyPress messages are loading using Javascript. You can check for any errors by looking in your Javascript console. You can check this by going to the inbox page then right clicking anywhere on the page and selecting “Inspect Element” then selecting console from the new tabs that appear.

    #317702
    Venutius
    Moderator

    Hi Akstar,

    Existing users will become BuddyPress users, however their BP profile information will be blank, ideally you’d add some code to force them to complete any extra items you have added such as https://github.com/buddydev/bp-profile-completion.

    That’s pretty much the only difference.

    Another feature you may want to think about is if you want the BuddyPress pages to be public or only available to logged in users. For that you would need a plugin, such as https://wordpress.org/plugins/lh-private-buddypress/

    Other than that it would be case of enabling the BP features you want for your site.

    #317700
    aktsar
    Participant

    Hi,
    I have an e-learning platform for sailing. https://sailplus.academy
    So far I have 130 registered users. They register at WordPress.
    Is it possible to switch to buddypress? If so, what will happen to those users? Are they imported? Do they need to re-register?

    #317694
    Jose Andres Piera
    Participant

    Hi,

    thanks for the update.

    I realized the date is wrong in the release post (March 16, 2019).

    It’s not important, but just to inform you.

    Best regards,
    José Andrés

    #317689
    lisaaweber
    Participant

    i want to use budypress on my website, Quaries

    #317668

    In reply to: change names menus

    Varun Dubey
    Participant

    @apr0424 You can customize message and labels using language files

    Customizing Labels, Messages, and URLs

    #317667

    In reply to: Remove profile field

    Varun Dubey
    Participant

    @apr0424 https://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/
    Any field you will keep in the base profile group will display at registration from

Viewing 25 results - 3,001 through 3,025 (of 72,886 total)
Skip to toolbar