Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,751 through 1,775 (of 68,969 total)
  • Author
    Search Results
  • #324879
    shanebp
    Moderator

    A litespeed style sheet is not being loaded because it is loaded from http – instead of https.
    You can see the error by opening your browser’s inspection tool and then the console.
    This is the error:
    Mixed Content: The page at 'https://www.moviemakingbay.com/mmtb/new-registration-page/' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.moviemakingbay.com/mmtb/wp-content/litespeed/css/5810e95e71643d10ac36591f4668ddc7.css?ver=1a34c'. This request has been blocked; the content must be served over HTTPS.

    Your issue is not related to BuddyPress.

    #324874
    mikeVhd
    Participant

    Thank you so much, it works properly.I have used shortcode of this link: https://kainelabs.ticksy.com/article/16578/

    I want to tell a scenario and I will be so appreciated if you tell me your idea:
    I want to design a social network by using Olympus theme, Yousify, BuddyPress and some other plugins.
    In this network we have 5 member types and every member type has some sub member types. Every body should be able to select the member type while registrig in website.
    We also want to have vip members and common members and get pay from vip members. Non vip members should be restricted for some activity. For example just vip members could be able to post. So non vip members sould be able to just see the others posts. We have also affiliate system. And pay commision for marketers that invite new members that register in website. So I think I can use affiliate pro and restrict content pro beside buddypress.
    What is your idea and if there is/are better softwares I will be appreciated if you recomond me.
    Thanks a lot.

    #324866
    Youzify
    Participant

    Hello @doncomputing

    I think, the error come from a conflict between Youzify and another plugin. You may deactivate all of your plugins except BuddyPress. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. 🙂

    mikeVhd
    Participant

    How can I show each member type members in seperate page?
    WordPress version:6.0
    BuddyPress version:10.3.0
    Theme:Olympus.

    effi10
    Participant

    Hello

    In a project already in production (with an exclusively private access and about 100 existing members), I want to add a discussion space, and BuddyPress seemed to me to be the ideal solution.

    However, I would like to :
    – keep the native WordPress registration form (already modified)
    – automatically attach users to BuddyPress (when I install BuddyPress, I don’t see them in the members!)

    I already use (among other things) the “Members” extension in WordPress.

    Thanks

    Translated with http://www.DeepL.com/Translator (free version)

    #324839
    davidnewth
    Participant

    Currently customising a WordPress site. Complete newbie, but progressing along. Installed BuddyPress and created a couple of groups and even integrated them with forums (old school) however I need to change the colour of the breadcrumbs (to green) as the site cannot contain any blue. To do this by CSS is preferable as I lack any real knowledge. Many thanks in advance.

    Groups

    #324828
    Elena Altman
    Participant

    I keep getting the following error-
    wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 111

    any fix suggestions would be appreciated, please be specific, I am not a developer, winging it.

    ronitmsj123
    Participant

    Hi BuddyPress team,
    Can we send new member activation code on phone number.

    Buddypress search block show conflict with Learnpress after wordpress 6.0

    qspieren
    Participant

    Following log for additional information:

    Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:105 Stack trace: #0 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/themes/onecommunity/buddypress/members/register.php(68): bp_profile_groups() #1 /home/vhosts/nandanetwerk.nl/httpdocs/wp-includes/template.php(772): require('/home/vhosts/na...') #2 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template('/home/vhosts/na...', false, Array) #3 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(407): bp_get_template_part('members/registe...', NULL, Array) #5 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-members/classes/class-bp-registration in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 105

    #324776
    lookingforhelp1
    Participant

    Can anyone share one of more websites currently using BuddyPress so I can see how it works. Thank you

    #324768
    t.schwarz
    Participant

    This is how I got this done after serious research…

    This goes into your main js – source partly: https://support.themosaurus.com/forums/topic/add-a-pagination-on-top-of-buddypress-member-list/

    
    //add history state
    jQuery(document).on("mouseup touchend", ".bp-pagination a.page-numbers", function () {
       history.pushState({}, "Member directory - Page " + jQuery(this).text(), jQuery(this).attr("href"));
    });
    
    if (jQuery('body').hasClass('directory members')) {
       const params = new Proxy(new URLSearchParams(window.location.search), {
          get: (searchParams, prop) => searchParams.get(prop),
       });
       let value = params.upage; // upage being the passed pagination value
    
       var myCustomQueryData = {
         object: 'members',
         page: value || 1
       };
       
       bp.Nouveau.objectRequest(myCustomQueryData);
    }
    

    Hope this helps

    Mohd Umar
    Participant

    @jkgbs Try checking the active Buddypress components in backend
    Go to,
    Admin Dashboard -> Setting -> BuddyPress

    #324754
    kekriszta
    Participant

    Hi there,
    I have Rehub theme+WCFM.
    I have recently installed Buddy Press as I need it for a new feature on my site.
    All good so far…I have 2 questions:
    1: Creating a vendor (store vendor) account, then clicking on the profile icon at the header> manage your store, the WCFM panel opens, which is great.
    BUT also the 4 Buddy Press menu options show above the WCFM panel (profile, listing manager,invitations, created by)
    It is really confusing, as if I click on the ‘listing manager’ menu on Bpress then the WCFM panel opens in a funny way.
    Is it possible to remove the listing manager option from BPress?
    Not sure if it makes any sense, I can send you screenshots just let me know your email address.

    2: how can I remove the ‘newbie’ sign from members pages?

    Thx

    WP version: 5.9.3
    BPress version: 10.3.0
    site: https://manofestum.com/manostaging/en/ (it’s the staging version )

    gosselind
    Participant

    Hello everyone,

    I’m trying to build the frontend part for my blog and use WP and BP as headless CMS through their API. But I can’t get the registration to work as I expect. What I would like is to

    • Have a registration form for new users to sign up.
    • Once they’re registered and after account activation, they appear in member list so that other users can make friendship request to them.
    • When they’re registered and after account activation they can log in (with JWT) and then display the memeber list to make friendship request.

    What I’ve done, what’s not working

    • When I try to make a “create member request” via POST /buddypress/v1/members -> I get an error “rest_cannot_create_user” because I don’t have rights to create new members.
    • When I try to make a “signup request” via POST /buddypress/v1/signup, it registration seems to works (a user is added in WP) but he’s not visible in member list via GET /buddypress/v1/members.
    • After account activation, the user is still not present in the member list
    • After the user has logged in via JWT (POST /jwt-auth/v1/token), he can access to member list but he is still not present in the member list.
    • The only way I found to make the user appears in the member list is to log in with the user credentials on the wp-admin interface.

    How can I solve this, i.e. how can I make a new user visible in the member list without having him to log in through the wp-admin page ?

    And this may be related but what is the difference between “user signups” and “member creation” ?

    Thanks,
    David

    #324719
    spicekk
    Participant

    Thank you for your comment.
    I’m testing a lot of plugins because I’m looking for how much hope can be achieved with Buddypress.
    I guess this is the cause.

    I reverted to 10.2 before running debug mode, so I’ll try again when I have time.

    I apologize for confusing you.

    spicekk
    Participant

    Thank you for updating BuddyPress 10.3.0.
    I will report it unfamiliarly.
    After updating 10.3.0, other members (avatars) other than myself are no longer visible.
    In addition, the correct number was displayed for the friend’s count.

    I tried Tools> Repair, but it didn’t improve, so when I reverted to 10.2, the avatars are now visible.

    Maybe it’s just my environment,
    but I hope it helps.

    #324691

    In reply to: BuddyPress 10.2.0

    Anonymous User
    Inactive

    @xheikh I’ve just checked, everything is working as expected into this area.

    @ronitmsj123
    I’ve just checked, BuddyPress is not including a button to request a friendship into the activity page.

    My guess for both cases is: there might be a different plugin responsible for these issues. Have you tried to follow the “Basic Trouble Shooting” steps described into this topic: https://buddypress.org/support/topic/when-asking-for-support-2/ ?

    #324687
    Takashi Matsuyama
    Participant

    Hi @honoluluman
    Thank you for your reply as well.

    I think the problem started with “v10.0.0”. I had no problem with “v9.2.0”.

    Releases

    I will look into it some more as well.
    Thanks.

    #324686
    honoluluman
    Participant

    Thank for your reply @takashimatsuyama.

    I have tried 2 alternatives to solve the problem but without success.

    1. I’ve tried to override the language files according to this (2. How to use custom language files) so that i can set my own english traslantion for the components slug . But for some reason the po/mo doesn’t override.

    2. I’ve tried to use the filter bp_get_members_invitations_slug in https://github.com/buddypress/BuddyPress/blob/master/src/bp-members/bp-members-template.php but again without success.

    At the moment i just translated the po/mo manually to make to component work.

    #324682
    spicekk
    Participant

    Hello、
    I reinstalled it with the BuddyPress tool and retranslated it.
    The challenge is a closed site.
    Setting the mail tokens seems to be minimal.
    Completed without a problem.

    Sorry for the trouble.

    huesoamz
    Participant

    Hi,

    I could modify the currect query of the WP Core search using the filter of pre_get_posts but in the case of bp_search I cannot, is any filter that I could use to modify the results/query when we use the Buddypress search instead of WordPress Search? ?s=clean&subset=pages&bp_search=1

    I need to exclude some pages/post or custom types, maybe ID’s in general from the BuddyPress Search, but I dont wanna to install another plugin, I prefer to have the control under function.php for example,

    Is any filter that allow to modify the query as “pre_get_post” did ?

    thanks in advance

    #324678
    rtahina
    Participant

    Hello,

    I’d like to change the pagination labels of Buddypress (Viewing 1 – 15 of 15 active members), for example changing ‘members’ to another string. How can I do so without editing BP core files?

    Thank you

    #324671
    t.schwarz
    Participant

    Hi,

    I’m trying to show a part of the activtiy feed (entries categorized as “tips” with feed meta category) on a different page than the standard activity page. Using the activity loop in a custom page template it’s easy to display the restricted activities on a standard WP page.

    However, as the standard WordPress page is not a registered BuddyPress page none of the Buddypress CSS classes and Javascript is loaded, which means that the custom loop looks pretty bad and is largely non-functional.

    So far I’ve come up with two ideas about how to solve this:

    1) using different feed templates on the standard activity feed page and indicate which one to use by adding a variable in the URL – this approach runs into problems because the standard feed is loaded by Admin-Ajax and there’s no apparent way to add an additional URL induced context variable to the ajax query – or is there?

    2) turning the standard WordPress page into a BuddyPress page (so the activity JS and CSS is loaded). I’ve been thinking about actually comparing loaded scripts and manually enqueuing them for the new page-template, but I wonder if there is not a much simpler solution.

    I’ve tried ideas like this “prehistoric” one, but they don’t appear to work anymore – https://buddypress.org/support/topic/make-your-own-custom-buddypress-page/page/2/

    Is there a modern equivalent to this?

    Should I maybe approach this completely differently?

    Thanks for any help!

    #324670
    vasudevb
    Participant

    Hi,

    Is there any way by which I can allow buddypress commenting for some roles and not for others?

Viewing 25 results - 1,751 through 1,775 (of 68,969 total)
Skip to toolbar