Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,401 through 5,425 (of 94,540 total)
  • Author
    Search Results
  • kikismedia
    Participant

    Please i need help on how to remove margin from my activity list all content are in the middle and I don’t like it that’s way

    #308463
    MissMad
    Participant

    Hi!

    I’ve been experiencing quite a problem since a few days: I’m using Mailjet but all the activation emails from BuddyPress are blocked (hence blocking all emails from my website). It seems like the “From” field is responsible for this.
    How can I modifiy it to get my emails send again?

    Thanks for any clue.

    #308459
    Giannis Kipouros
    Participant

    Hello all,

    I am using BuddyPress (v5.0.0.) with bbPress (v.2.5.14) and I am noticing an issue when I have a forum topic with multiple pages. When I add a new reply it creates a BuddyPress activity that stores in the DB a primary_link of the type /forums/topic/topic-name/page/XX/#post-YYYY. For example /forums/topic/test-notification-for-reply/page/2/#post-3063

    The problem is that if I delete some previous replies from page 1 and this reply moves to the first page from the second page it was previously, its activity permalink (primary_link) remains the same and the activity still points to page 2 of the topic (not page 1 that is its new page).

    Is there any fix for this?

    #308457
    entoen
    Participant

    After a user sends a message without a subject or content, buddypress returns to a url without the “replicant part”. This is very confusiing, the user has to remember the member name and type it in the blank field. Any work around?

    demonboy
    Participant

    Hi,

    Is there a way of adding already existing fields to the BuddyPress profile page? My membership is controlled by MemberPress and there are a load of fields relating to that that I would like to include on the BuddyPress profile page. Rather than sending the user to a different account page, it would be nice to include them here so that they are editable by the user. So far all that is displayed on the profile page is Base:Name.

    I know there is a section that allows the creation of new fields, but what about already existing fields?

    I’m quite new to BuddyPress and I can just about muddle my through php but I wondered if there’s a plugin that allows this, or perhaps someone knows of a simple guide to doing this?

    Thanks in advance.

    WP 5.2.3
    BP 5.0.0

    #308451
    fijidog
    Participant

    Hi guys,

    I have a little problem please with the Login widget, it show x2 times the text (Username and Password).

    Screenshots : http://prntscr.com/piiq6f

    btw, identifiant mean username, and Mot de passe mean password.

    Thank you!

    #308446
    Anonymous User 17603124
    Inactive

    Hi,
    WordPress 5.2.3
    and BuddyPress 5.0.0.

    I am asking for support. I have BuddyPress installed with BuddyPress Activity Plus. This plugin gives the user the option of publishing url addresses, so you can load pages and graphics nicely. The problem, however, is that it loads addresses from http: // instead of https even if the domain has one. I have SSL but when addresses from http appear on the wall of BuddyPress activity, it negatively affects information about the page in the browser (it’s about the padlock that disappears and information that the page is unsecured) How to force url loading from https: // in BP Activity Plus?
    Support BP Activity Plus is not responding, so I am asking you for help

    #308442
    Patriot06
    Participant

    Sure thing. I hope you will keep me updated as well. I have tried numerous themes and it is the same on each. Are you using Nouveau buddypress theme or legacy?

    vomark
    Participant

    Hi,

    I have been trying the activity shortcode plugin but it doesn’t work that well.
    Is it possible to create a plugin that will add the activity index template to a shortcode?

    Will it be similar to this code?

    //[Activity Shortcode]
    function activityfull_func( $atts ){

    bp_get_template_part( ‘buddypress/activity/index’ );
    return;
    }
    add_shortcode( ‘foobar’, ‘activityfull_func’ );

    #308436
    alysonmac
    Participant

    support from buddypress direct sadly has not been forthcoming…except doing what i have alread tried. will check theme – I will letyou know if i have any luck! thank you for the message

    #308435

    Topic: @mentions problem

    in forum Ideas
    Raval
    Participant

    I use WordPress 5.2.3
    and BuddyPress 5.0.0.
    Many have already asked to change @mentions from @username to @display_name but this is difficult and unfortunately I have not found an answer. Attempting to hide username is understandable for security reasons. However, I have another question. Can this problem be resolved without changing @mentions but the login method?
    If instead of the username in the login field allow only login by e-mail and disable login by username without removing it from BuddyPress, the problem of hiding the @username will disappear. Is it possible to login only via email without deleting your username?
    If so, the displayed name will become redundant and can be removed from the registration form.
    How to do it and does it make sense?

    jcfromkc
    Participant

    On the Members Profile page I’d like to have the Profile Field URL open in a new window.

    I found the following article regard this issue.

    https://buddypress.org/support/topic/profile-fields-open-url-in-new-tab-_blank/

    I’ve tried the mentioned function below but its not working.

    function swiss_target_blank( $field_value, $field_type, $field_id ){
    	
    	if( $field_id == 6 ) {
    		$field_value = str_replace('rel="nofollow"', 'rel="nofollow" target="_blank"', $field_value);
    	}
    	return $field_value;
    }
    add_filter('bp_get_the_profile_field_value', 'swiss_target_blank', 11, 3);

    It works when I modify the core file located at buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php, line 176. I’d like to find a way to do this without editing the core.

    The article referenced above was written about 4 years ago. Has someone changed recently that would prevent the function from working?

    Can someone please point me in the right direction? Thx

    #308432
    jacqu3s
    Participant

    @playdiune and others,

    The following MU Plugin code

    works fine up to PHP version 7.1.
    Any idea how to make it compatible with newer PHP versions (7.2 and above) ?

    Thanks

    #308430
    nyekamawabo
    Participant

    I have the latest wordpress installation with latest 2019 theme plus latest version of buddypress. I have set register on general settings, got buddypress pages created automatically upon registration. Did the page settings. Got only buddypress plugin activated but for some reason when I test register after logout, I cannot register people successful even though I imput the data needed to register. The page will not even redirect to activate. It stays the same with no registration happening after sign up.

    I been reading other forum topics on registration. I tried changing themes, tried add www. on my URL, tried re-installation of wordpress and buddypress, removed all plugins except buddypress but for some reason I cannot figure out what I am doing wrong because I still cannot register new members/Users.

    I been watching youtube videos on buddypress and I notice that on options the core buddypress files do not have a check box on the version I use. Even when I try to select everything on buddypress option so that all 10 are selected I still get cannot get registration of new members from register page.

    Please help me I am a novice on buddypress.

    #308428
    Patriot06
    Participant

    @alysonmac I am fighting a similar issue. I install and activate rtmedia or mediapress and the whats new form all, but disappears on the members activity. It shows up on the site-wide activity page though. I have been researching this for a bit now and think it might have something to do with the Buddypress Nouveau Theme and the CSS. I am still working to find a solution.

    #308426
    vvkk
    Participant

    I want to delete the activation key. I want users to activate their account by clicking on the {{{activate.url}}}

    please help me

    #308425
    esther
    Participant

    Is it possible to remove automatic links when http://www.domainname.com is typed into a text field? So this is not about automatic links to search a word after clicking.

    WordPress version 5.2.3
    BuddyPress version 5.0.0

    Website is offline due to security reasons by Google, that’s why I need to remove automatic links.

    #308415
    Manuel Camargo
    Participant

    I have a question about the functionality.
    If for example, someone quotes the post of another user, it’s possible to receive a notification in the Buddypress notifications panel?

    #308412
    Anonymous User
    Inactive

    Hi BuddyPress Contributors, Developers & Users,

    Let’s talk about BuddyPress blocks!

    In 5.0.0, we introduced the BP REST API and a BuddyPress Blocks category: these two pieces are the foundation for inserting and organizing BuddyPress content within the Block Editor.

    The Development Team has been talking about possible ways BuddyPress could take advantage of what the Gutenberg Project brings to WordPress. We have some ideas but we would like to know what you would use BuddyPress blocks for. Let us know your thoughts by taking this poll.

    Take the BuddyPress Blocks Poll

    To tease your imagination we’ve added a list of possible BuddyPress blocks, though you should feel free to add your own ideas using the last checkbox. If the checkbox entry form is too limited for explaining your idea, use the comment form below the poll to share your thoughts with us.

    Thanks a lot for your contributions!

    #308410
    Raval
    Participant

    Hi BuddyPress,
    I have a problem. I’m a poor programmer and I’m just starting to learn PHP. I hope someone will help me. How can I get count all notifications, both read and unread?
    I want to sum it. I can’t find the function for notifications read to count using count()

    #308408
    Carsten
    Participant

    Does anyone know if it’s possible, to insert a shortcode into a buddypress profile field.
    I want to show a ipflag/ipcountry code, on all members profiles. So that other members, can see their IP location.

    Best regards…

    mische7
    Participant

    Hi all. I’m working on a site that will have several types of memberships. We’re using MemberPress for this since there will be monthly/annual payment options for each type.

    The profile types in BuddyPress is an important part of what we need – we’ll be hiding certain profile types from the user directory.

    The problem is, there seems to be no built-in way to simply map each MemberPress membership to the BP profile type we want to assign it to. (and we are already using the memberpress/buddypress linking plugin. it doesn’t include this functionality and they’re considering this custom work rather than something that should be built in. You CAN map the membership to default forums you want the user signed up to automatically, but not the profile type. … scratching my head…)

    Has anyone had experience doing this? If so, would you be willing to guide me a bit? Not sure if I should try to build a plugin or if there’s an existing snippet for this.

    Thanks!

    #308402
    Jan
    Participant

    I can’t enter in my profile.. on http://www.dovadoapp.com

    1. 5.2.3

    2. directory

    3. subdirectory

    4. n/d

    5. Yes. buddypress worked well 1 week ago

    6. 5.0.0

    7. 4.9

    8. No

    9. personalised

    10. Flatsome

    11. I’ve edited buddypress template but after that i deletet and reinstalled.

    12. No

    13.

    14. no errors

    15. siteground

    16. I don’t know

    17. Buddypress Legacy

    18. no. just i can’t enter in my profile

    19. events manager linked with buddypress

    I can’t deacivate plugin or templates because our website is live and full of events. I am afraid that if i change something m website can be worsen. 1 week ago everything worked!

    Thanks

    #308400
    David Cavins
    Keymaster

    Note that you will have to have “Enable BuddyPress to WordPress profile syncing” checked in order for the function I provided to work.

    Also, “WP offers the ability to set the display_name to any of the other names (nickname, first name last name, username, and more)”, yes that’s true, but when your preference is saved, the value you chose is copied into the “display_name” field in the wp_user database, so don’t get distracted by that issue–it’s still the WP “display_name” that bbPress and BuddyPress care about.

    #308399
    tom durocher
    Participant

    Yeah. To make in even more confusing WP offers the ability to set the display_name to any of the other names (nickname, first name last name, username, and more) – I think it is username by default. Well I’ve learned something about WP’s and BP’s use of names, so maybe that will help me figure out what is going wrong with the xprofile function you sent me. It is failing to update the (apparently one single) display name. Maybe bbpress does NOT user display name for its “forum name”. Anyway, I’m missing something about the the BBPress/Buddypress integration with regard to names. Unfortunately, this is not the highest priority thing I’m working on….

Viewing 25 results - 5,401 through 5,425 (of 94,540 total)
Skip to toolbar