Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,526 through 4,550 (of 68,986 total)
  • Author
    Search Results
  • volcore
    Participant

    For my website, I’ve created an ID field users have to enter to create an account. On a user’s profile page I want the ability for others to click the ID and go to an external site with that ID. For example, with an ID of 12345, I want the ability for someone to click the link in that user’s profile and go to example.com/12345. BuddyPress already has something similar to this but it only searches for members in the site with that ID. I want it to go to a different site with the ID. I assume this would have to be an action of some kind, but what would the hook be? Additionally, how can I access the profile field’s value? Any idea what the code would look like to send someone to a different site in a new tab? Thanks for your time.

    fabiojr2016
    Participant

    Perfecto, muchas gracias por el código… si, con ese código si pude deshabilitar el registro de BuddyPress y dejé el registro original de WordPress. Yo cree el archivo bp-custom.php dentro de la carpeta wp-content/plugins/

    Es decir, tengo Buddypress funcionando, pero con registro de WordPress.

    <?php
    /*disable registration bp */ function my_disable_bp_registration() { remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ ); remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ ); } add_action( ‘bp_loaded’, ‘my_disable_bp_registration’ ); add_filter( ‘bp_get_signup_page’, “firmasite_redirect_bp_signup_page”); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . ‘/wp-login.php?action=register’; }
    ?>

    peterfae
    Participant

    Hey. I know there’s a place to do buddypress customizations in the FTP. I’m trying to remember how to do this. What I’d like is to have entries show *full length* on the profile pages, but not on the activity feed.

    Meaning – no ‘read more’ or anything like that, just a smooth scrolling experience on the PROFILE, but not on ‘Activity’

    Reason – I’ve got a site where Authors update their Stories as a documentary-blog through the buddypress. I’d like to offer the Readers a smooth experience on the PROFILE of that Author, but leave the general ACTIVITY FEED normal with the ‘read more’ and all that.

    Help?

    (thanks)
    https://intothemythica.com/mythos/

    #306825
    chris19731973
    Participant

    Thank you for the plugin … but it doesn’t work for me …
    Each single listing is a post with the code below
    I will need to add php codes to Create a linkk to Buddypress user profile

    #306823
    Puppy Play France
    Participant

    Hello, I use Buddypress version 4.3.0. The notification module does not work. Some notification links point to bad pages. Is the problem known, if so how to fix it. My site is installed on a WordPress server.

    #306808

    In reply to: Account deletion

    shanebp
    Moderator

    Interesting…
    Forums are handled by bbPress.
    There may be a need for coordinate between bbPress and BP re account deletion.
    Did you ask about this on their support site?
    Try to get a response from them.
    And then, if necessary, open a ticket here.

    increatech
    Participant

    I am facing problem about buddypress when i install buddypress the layout pages or dell and layout not working css or another thing

    #306783
    pmgstudios
    Participant

    I want to limit Friends to my Members based on Roles, or Subscription Level

    Im not sure if this helps… but
    Im currently using BuddyPress (latest version) and Ultimate Membership Pro Integration for subscription, it allows me to assign levels to Word Press User Roles but dont dont have a feature to limit Friends

    I dont have to use UMP, im barely building the site, PLease Help

    ctatarau
    Participant

    Hi all!

    I’m creating a site with profile fields which can have up to 40000 options. I already loaded the options into the db via csv file. Now, the site loads very slowly and is basically unusable. Once loaded, everything works fine, including the profile search. How can I prevend Buddypress from loading all options for this field by default?

    I’m using select2 multiselect fields, which can load small chunks of data via AJAX/PHP. I now just need to prevend loading the field when the site loads. I’m grateful for any hint!

    Anonymous User
    Inactive

    Hi @philippebrousse and @shanebp

    I’ve seen the ticket(s) (I think #8104 & #8108 are duplicates) about this need.

    In the meantime, you can still send BP Emails in text/html using wp_mail using these filters:
    https://gist.github.com/imath/4faef242ae104c65ddb9ec711ea37189

    #306774
    elliotyamoah
    Participant

    Hi, I hope this is still on topic. Here is another feature request that I need for my site. I’m looking for something like a cross-domain member type. In this case the activity feed from one BuddyPress site would feature on another BuddyPress site. Members would be filtered out by whether they have a local account or an account synchronized from another BuddyPress site.

    Please check out the post here

    Extended Community

    Thank you

    #306773
    elliotyamoah
    Participant

    Hi, I hope this is still on topic. Here is another feature request that I need for my site. I’m looking for something like a cross-domain member type. In this case the activity feed from one BuddyPress site would feature on another BuddyPress site. Please check out the post here

    Extended Community

    Thank you

    #306772
    elliotyamoah
    Participant

    Hi, I hope this is still on topic. I’m looking for something like a cross-domain member type. In this case the activity feed from one BuddyPress site would feature on another BuddyPress site. Please check out the post here

    Extended Community

    Thank you

    #306771

    In reply to: Group Type Development

    elliotyamoah
    Participant

    Hi, I hope this is still on topic for Member Types. I’m looking for something like a cross-domain member type. Please check out the post here

    Extended Community

    Thank you

    shanebp
    Moderator

    @philippebrousse

    I agree that it is an ongoing issue.
    Please open a ticket here.

    Philippe
    Participant

    Hi everyone,

    Thanks for this feed providing a working solution to an issue apparently shared by many.

    @BuddyPress-team, do you guys think it would be possible to implement a solution in bp-core similar to what @uscore713 suggested?

    I am not yet familiar enough to comprehend the need to work with plain-text emails when a custom smtp provider is defined…

    Many thanks,

    Phil

    #306756
    shanebp
    Moderator

    Probably yes re scope – so the js is not being loaded.

    That’s why I suggested just a basic form submit and handle approach.

    Or you can take the time to puzzle thru the Nouveau scope.
    For example – do you need to create an instance of the basic class?

    \bp-templates\bp-nouveau\buddypress-functions.php
    Line 659: bp_nouveau(); 
    #306754
    hrizvi
    Participant

    I want to pass login credentials of logged in users to DAPP. How do I integrate BuddyPress plugin with DAPP? DAPP(Decentralize Application) –> https://en.wikipedia.org/wiki/Decentralized_application

    #306752
    Suryakant Nirbhay
    Participant

    Hi shanebp, When I calling bp_get_template_part( ‘activity/post-form’ ) on cutom page template (child theme). It is showing the following kind of error in console.
    TypeError: BP_Nouveau.activity is undefined

    I think this is due to I am calling activity post form out the BuddyPress plugin scope. I Appreciate your help.

    Thanks

    #306751
    shanebp
    Moderator

    Unless you are a developer, it will not be easy.

    Copying the What’s New box will be difficult because of the javascript / ajax involved.

    It would be easier to just create a form and then, on submission, create a new activity item.

    #306748
    friedli
    Participant

    I have a bbpress/buddypress website in French & German, translated with WPML.
    When a user registers himself on the German version, he gets German emails. When a user register himself on the French version, he gets French emails.

    When a German speaking user is asking for a friendship with a french user, the french user gets the mail notification in German, instead of French.

    Possible solution: I add a field in the registration form where the user can choose his language BUT how can i synchronize this with the mail notifications the user gets?

    Thanks a lot for your help!

    charliprangley
    Participant

    I’ve created a site using Buddypress for a client. In testing, activation emails would be sent (sometimes to spam) but once the site launched my client started getting complaints from people not receiving their activation email, and their emails weren’t in their spam folders either.

    Some people are clicking ‘resend activation’ multiple times to no avail. While others are able to get in just fine. The site has over 3,000 users now and several hundred of them had to be activated by my client manually, which is unacceptable!

    Has anyone else had this issue where activation emails only SOMETIMES send? All the other posts I’ve seen about activation emails seem to be that none of them are working.

    What could be the solution for this intermittent sending?

    lesthomas85
    Participant

    Hello,

    I am using BUddypress 4.3.0 on wordpress 5.2.2. Under the option for a member to hide their profile from the members list. If the user selects yes then the profile is hidden.

    If you then try to change back to no (so the profile is visible) then the profile remains hidden in the members list. This happens in both the theme I am using (customify) and the Twenty Nineteen theme.

    Any help would be much appreciated.

    Many Thanks Les

    #306738
    colingdi
    Participant

    The site we’re working on has to have the ability to output every 10 entries in the activity loop a sponsored or ‘featured’ post. I’ve attacked it from 2 different ways to no avail. One nearly works in that I inject a custom post type of ‘featured post’ that displays 90% of what I want however as it’s a wordpress post not a buddypress post it doesn’t output the ability to comment or any of the usual BP controls in the feed and due to how comments are controlled in WP it’s not possible to override easily/ at all.

    I’m comfortable injecting a post into the feed and getting that sorted but does anyone have any ideas on how to get a buddypress post to be the featured post (and it needs to be an array of them as I am posting one every 10 entries so can’t be the same one over and over etc).

    Any guidance would be greatly appreciated. I’ve searched the forums to no avail and haven’t seen a plugin that’ll do it either.

    #306737

    In reply to: Profiles for Groups

    shanebp
    Moderator

    Not sure what you mean, but you can extend groups with the Group Extension API

    And perhaps some aspect of these will be helpful:
    Group Types
    Member Types

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