Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,701 through 3,725 (of 68,967 total)
  • Author
    Search Results
  • #311177
    jtmeroiti
    Participant

    Hi all,

    Apologies for the post. I’m a wordpress/website creation/Buddypress novice and am struggling a bit to get all my plugins to work together. As such this post may not make complete sense as it’coming from a slightly confused place.

    Basically what I’m trying to do is create a person to person marketplace.
    I have a registration form (User Registration plugin) that I like and it also integrates with woocommerce which is a big plus. It also makes a User Registration MyAccount page which I was thinking of using as a profile page (as I can edit this). However, I like the messaging and friend capabilities of buddypress and want to incorporate that if possible (has lead me into some plugin conflicts).

    So I had a few questions:
    1) Could I assign the BP registration page as a page with User Registration shortcode?
    2) Do you need to assign all the BP pages for BP to work?
    3) Could another registration form be used to create a BP profile
    4) Any suggestions as how I could achieve my goals by managing my plugins differently?

    #311172

    In reply to: Email issue

    iamthewebb
    Participant

    Hi,
    Within the Dashboard there should be an Email -> Customize -> Footer that will allow you to edit the footer template for BuddyPress emails.

    #311161

    In reply to: Profile icons

    kimo130875
    Participant

    These are. Please, see https://community.a2cbaseball.com/wp-content/uploads/2020/04/icons.jpg. All references to size and so are to buddypress.

    #311157
    pmanuel
    Participant

    buddypress 5.2.0 update Fehler bei mir zerreißt es die Seite sehen sie hier https://schlauti.eu/
    Sorry ich kann kein Englisch schreiben ich kann nur Deutsch

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) in /home/master/public_html/schlauti.eu/wp-includes/pomo/mo.php on line 323

    simonlepamplemousse
    Participant

    Hello,

    The site to troubleshoot is: planetanim.fr

    I have had an error for a long time and I apologize if it has already been exposed and corrected. And I apologize for my bad English.

    I use buddyPress and bbPress for forums. For private forums, the bbP Private Groups plugin manages them for many reasons.

    The activity of private forums is displayed in BuddyPress activity streams whether users are connected or not, whether they are members of private forums or not. And it’s problematic. I even had to wait until I could solve the problem to suspend the display of the activity stream. Which is a shame.

    If you have an idea, please share it with me.

    pmanuel
    Participant

    buddypress 5.2.0 update Fehler bei mir zerreißt es die Seite sehen sie hier https://schlauti.eu/
    Sorry ich kann kein Englisch schreiben ich kann nur Deutsch

    #311132

    In reply to: Users making Posts.

    Eric
    Participant

    So Activity in BuddyPress is like Tweets in Twitter. And it is dircted towards all Friends like Twitter?
    THanks.

    #311113
    onfleekresources
    Participant

    I’m using BuddyPress with Olympus child theme and Youzer. I don’t have an Activity Page under pages list. I have to go to the user profile and literally change the url to get to the activity page that is connected with the profile and the one that I can modify with Youzer. I downloaded BuddyPress from the WordPress plugin screen so I’m not sure on how to get the correct activity page back listed under my pages tab. I’m quite confident I messed this up. I just need help fixing it. Thank you!

    #311102
    bpotter78
    Participant

    Hello,

    I am using BuddyPress on my video website which is using the theme VideoPro (the leading video theme).

    I am also using Youzer in order to make the membership/user interaction better.

    When BuddyPress is installed with the VideoPro theme, there automatically appears a “create Channel”, “Create Playlist”, “upload video” links in the BP public profile of the user.

    But for some reason those links have disappeared, and my members cannot create their own channel, playlist or upload videos from their profile.

    Has anyone else experienced this?

    I have done the usual plugin conflict test, and also the theme test. I am confident that it is not the theme or a plugin. Maybe I’ve been focusing on this issue too long and have overlooked a particular setting.

    I have also deactivated Youzer, but even with just BP operating as normal, the “create channel” links are still missing.

    Any help would be greatly appreciated.

    Thanks
    Ben

    peligio
    Participant

    Hi,

    What would be the best way to limit the number of characters for the group Description text input fields in both the group ‘create’ and ‘manage’ areas? Ideally I’d like to limit this to 200 characters.

    I suspect this would be by adding validation code somewhere in a buddypress child theme, but any detailed direction on this would be greatly appreciated!

    #311099
    Varun Dubey
    Participant

    @pledgerar try BuddyPress Redirect, it’s a free addon which offers role base login/logout redirect to specific BuddyPress Component or any other page.

    #311098

    In reply to: Users making Posts.

    Varun Dubey
    Participant
    #311091
    shanebp
    Moderator

    It depends on which template pack you are using.

    For Legacy, it is this template file:
    buddypress\bp-templates\bp-legacy\buddypress\members\register.php

    Overload that template by copying it to a directory that you create in your child-theme:
    buddypress\members\ and make your changes.

    If you are using Nouveau, it is more difficult. This is the file:
    buddypress\bp-templates\bp-nouveau\includes\functions.php
    It is not a template file, so your choices are:
    1. hack the file and redo the hack every time you update BP – not recommended
    2. use a language translator
    3. write a filter function

    function kimo_change_nouveau_string( $array ) {
    
    	$array['request-details']['message'] = "This is your custom message";
    
    	return $array;
    
    }
    add_filter( 'bp_nouveau_feedback_messages', 'kimo_change_nouveau_string', 20, 1 );

    Paste the function in your theme/functions.php or in bp-custom.php
    Test to make sure it is working.
    Then adjust the message to your liking.

    #311073
    welsh10
    Participant

    Hi,

    Buddypress is awesome.

    Does anyone have a plugin or method to move posts by a user from one group to another? A way of moving posts would be fantastic.

    Thanks

    #311070
    pledgerar
    Participant

    I would like any and all of my visitors to be redirected to their buddypress profile after login. However, when I try to use the https://www.mysite.com/me url (which normally redirects to the member’s profile) the user is redirected to a woocommerce my account page. How do I fix this?

    #311069
    kerchmcc
    Participant

    HERE YOU GO! I was in the boat with you all. Just sorted out today!

    I don’t ever want to sort by last active

    #311068
    fra88
    Participant

    Hi,

    How can I translate the buddypress profile fields (for a multilingual website)?
    Is there a free option? Or is it only possible with WPML?

    Thanks!

    #311067
    kerchmcc
    Participant

    FINALLY.. got this sorted out.
    Check the gist here: https://gist.github.com/kimwhite/1c38fab78081c27491651e6cbb86c58d
    When installed it shows ALL members whether they have ever been active.

    put the file in /yourCHILDtheme/buddypress/members/members-loop.php
    and then in .css hide filter: #dir-filters {display: none;}

    THANK YOU @kimwhite

    #311061
    pixburgh
    Participant

    So I have been searching for a solution to this problem for some time now, all the posts I seem to find are many years old and every other post seems to say that Divi and BP are compatible.

    I have tried all the basic troubleshooting steps I have seen online to no avail.

    When i installed BP. i had to create the pages and link them and they worked, yet all the child pages faild to load.

    My debug log is long, ill post a snipplet so maybe someone can maybe check it out. My developer friend seems to think divi needs some type of module to work in divi.

    [19-Apr-2020 09:26:08 UTC]  .../builder/class-et-builder-element.php:388  ET_Builder_Element::__construct():
    You're Doing It Wrong! Module setting definition for f_icon has a deprecated value: 'et_pb_get_font_icon_list' for parameter 'renderer'. Use 'select_icon' instead.
    
    [19-Apr-2020 09:26:08 UTC]  .../builder/class-et-builder-element.php:388  ET_Builder_Element::__construct():
    You're Doing It Wrong! Module setting definition for b_icon has a deprecated value: 'et_pb_get_font_icon_list' for parameter 'renderer'. Use 'select_icon' instead.
    
    [19-Apr-2020 09:26:08 UTC]  .../builder/class-et-builder-element.php:388  ET_Builder_Element::__construct():
    You're Doing It Wrong! Module setting definition for l_icon has a deprecated value: 'et_pb_get_font_icon_list' for parameter 'renderer'. Use 'select_icon' instead.
    
    [19-Apr-2020 09:26:08 UTC]  .../builder/class-et-builder-element.php:388  ET_Builder_Element::__construct():
    You're Doing It Wrong! Module setting definition for sep_icon has a deprecated value: 'et_pb_get_font_icon_list' for parameter 'renderer'. Use 'select_icon' instead.
    

    looks like Chinese to me. Any help highly appreciated.

    #311057
    Eric
    Participant

    Are there any Templates that work great with BuddyPress? I am using 2020 on my blog twittier.me that I just launched.
    Thanks.

    #311056
    Eric
    Participant

    In BuddyPress can users create their own posts/threads? Similar to a Tweet in Twitter.
    Thank you.

    #311051
    geneliamathew
    Participant

    Hi All,

    I am new here. I need a help, when somebody with a particular role send friendship request to a person, system should automatically accept the request without manual intervention. Please guide me on this.

    Thank you

    ghadirassadi
    Participant

    Hi, I’m using WCFM MarketPlace and BuddyPress.
    So far I managed to redirect all users profile to their sociale profile provided by Buddypress.

    What I want is to be able to show vendor’s product on their social profile and add another custom field for reviewing the vendor on its own social profile.

    <https://homymade.ch/members/davud-assadi/&gt;

    I managed to add products but by using the following shortcode [products store=””] but it shows all products.

    #311048
    Varun Dubey
    Participant

    @chris98 At CodeCanyon, plugins like LetsPush and Smart Notification WordPress Plugin offers web push notification support for BuddyPress

    #311047
    @mercime
    Participant

    @mbigler
    – What have you done so far to resolve the issue? What theme are you using? Have you changed to a default theme to see if that resolves the issue? Have tried deactivating other plugins to see if there are conflicts preventing account deletion?
    – Where is BuddyPress activated in your multisite, in the main site or in subsite/subdomain? Have you enabled MULTIBLOG or is it basic BP in multisite?

    Help us help you by providing more info about your setup. https://buddypress.org/support/topic/when-asking-for-support-2/

Viewing 25 results - 3,701 through 3,725 (of 68,967 total)
Skip to toolbar