Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'can find the members page'

Viewing 25 results - 26 through 50 (of 399 total)
  • Author
    Search Results
  • #318531
    stevebab
    Participant

    Hello BuddyPress community. I have been trying to find a way to incorporate the Filterable BuddyPress Members List on a page. I have found a shortcode plugin that will embed the list, but it is not filterable.

    Here’s the reason, I am creating a staff portal dashboard where employees can access announcements, download links, and search the directory from one page. I am using Gutenberg to build the page using tabs. I want the directory inside one tab.

    Is there any plan to make the “Directory” and “Activity Stream” a Gutenberg block?

    More than that, does anyone know of a simple way to include the full function of the Members list as one element on a complex page?

    songdove
    Participant

    I don’t understand why this isn’t a thing! I am looking high and low and can’t even find code snippets to make this happen! Why is there no way to notify members of a private group that there is activity going on inside the group?! The closest anyone has come is from WBCom and their groups notification plugin, but there are multiple people claiming whenever a notification comes from a private group, the link leads to a blank page and it doesn’t seem to have been fixed. I removed the plugin because I couldn’t get it to generate notifications of private group activity to members of the private group.

    I don’t want the activity public to non-members of the group, but anyone who is a member of the group should be told about activity in the group!

    EDIT: email notifications don’t count. This needs to be in-site, like most other notifications.
    Has anyone here figured this out???

    varkoff
    Participant

    Project Details :
    – WordPress version : 5.5.3
    – BuddyPress version : 6.3.0
    – Website Link : https://microfarmap.dev-local.com/
    – Other plugins I use : Advanced Custom Fields PRO, Advanced Custom Fields: JSON, bbPress, bbPress – Moderation Tools, BuddyForm Premium, BuddyForm Advanced Custom Fields, BuddyForm Hook Fields, BuddoForm Members Premium, BuddyPress Username Changer, Custom Post Type UI, LoginPress, Paid Memberships Pro, Progress Map, List & Filter, User Role Editor …

    Hello,
    I have been updating a WordPress website that was made by others, I might lack some information.

    BuddyPress works like a charm except for a few features :

    – From the user profile, we can send friendship requests. As a new user, I sent a friendship request to my admin account. I did receive the notification on my admin profile, but the Friends tab says there is no friend requests pending. It just doesn’t display theme on my customized Understrap theme.

    – Switching to WordPress Twenty Twenty One theme does solve the issues. Switching to Understrap parent theme does switch the issue. There seems to be a problem with my custom theme.

    Under this custom there, there is a /buddypress/ directory with template pages and loops. The buddypress/members/single/friends/requests-loop.php file was not modified, it’s the default one. That’s where I checked first.

    I also checked in the plugin files directly, under plugins/buddypress/bp-friends/bp-friends-functions.php but did not find a clue.

    After some research, I found out that only users that have an active ‘ Paid Memberships Pro ‘ subscription can send friend requests, or atleast their friend requests appear.

    I also installed the ” BuddyPress Integration ” plugin from Paid Memberships Pro website, in which there is an option to allow non-registered users to send friend requests, but it did not solve the issue.

    Please if you need more details or even an access, do not mind asking.

    #317284
    Mathieu Viet
    Moderator

    Hi,

    You should:
    – check the WordPress settings allowes account to be created (Anyone can register checkbox needs to be active) See: https://wordpress.org/support/article/settings-general-screen/#membership
    – check your permalink settings are using one of the pretty permalink options (not plain), see this documentation page https://wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
    – check the activate and register actions are associated with a public WordPress page. You can find some inputs about it from this documentation page : https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    NB: the registration and activation pages are only displayed to users who are not logged in, so if you try to visit these being logged in you’ll be redirected to home page. To test the pages, log out first 😉

    #316736
    lynnapp
    Participant

    Hi, I have a site with no functions. the only plugin activated is buddy press,

    so when it loads the object for the nav after the bp-wrap div it has

    <nav class=”main-navs no-ajax bp-navs single-screen-navs horizontal users-nav” id=”object-nav” role=”navigation” aria-label=”Member menu”>

    I had the site with custom themes and functions and removed everything to try and find out where it was getting hung up.

    Is there something else I can trouble shoot this with to find out why it does not load with Ajax – I thought that should be the default

    WP is 5.6
    Theme twenty twenty-one 1.1
    php 7.4
    Buddy Press info Version 7.1.0
    Active components Community Members, Extended Profiles, Account Settings, Friend Connections, Private Messaging, Activity Streams, Notifications, User Groups
    Active template pack BuddyPress Nouveau 7.1.0 ( I have tried with bp legacy also )
    Toolbar No
    Account Deletion Yes
    Community Members: Profile Photo Uploads Yes
    Community Members: Cover Image Uploads Yes
    Extended Profiles: Profile Syncing Yes
    User Groups: Group Creation Yes
    User Groups: Group Photo Uploads Yes
    User Groups: Group Cover Image Uploads Yes
    Activity Streams: Post Comments Yes
    Activity Streams: Activity auto-refresh Yes

    lilipilon
    Participant

    Hello,

    I try since 2 days to customize informations on the members pages ==> lilisoumise.fr/membrs

    I find a topic said that I must go on members-loop.php

    I add a custom field on the extended profile : Statut. I try to display on the member pages to add where the file said to me. but it doesn’t work. Do you know why ?

    <?php
    
    				/**
    				 * Fires inside the display of a directory member item.
    				 *
    				 * @since 1.1.0
    				 */
    				do_action( 'bp_directory_members_item' ); ?>
    
    				<?php
    				 /***
    				  * If you want to show specific profile fields here you can,
    				  * but it'll add an extra query for each member in the loop
    				  * (only one regardless of the number of fields you show):
    				* bp_member_profile_data( 'Custom field name' );
    				  */
    
    bp_member_profile_data( 'Statut' );
    
    				?>
    #316000
    rcwild
    Participant

    Greetings,

    I have a problem that has me stumped. Thank you in advance for any help you might be able to offer. Website is canyonguidesinternational.org

    Started with MemberPress and Divi theme. Added BuddyPress to provide users the ability to create extended user profiles. Added a BuddyPress integration plugin provided by MemberPress. The only other plugins installed are reCaptcha and WordFence.

    The problems …

    WITH BUDDYPRESS DISABLED
    Things work fine, except of course I cannot access BuddyPress features.

    WITH BUDDYPRESS ENABLED — LOGGED IN AS ADMIN
    Things work fine. Can access BuddyPress features. BUT trying to get to homepage keeps redirecting me to …/members. I have the homepage set to static page HOME and cannot find any other place that could be causing the redirect. I can get to other pages using the navigation menu, but not the homepage.

    WITH BUDDYPRESS ENABLED — LOGGED OUT
    Going to home page gives me this message: “Please provide a valid activation key.” I can get to other pages using the navigation menu, but not the real homepage.

    #315433
    #313774
    havealookhere
    Participant

    Hello,

    After reading I think all of the forum post about this matter till ten years ago the issue I have is driving me nuts.

    I want to have the possibility to remove the sidebar on certain buddypress pages. Especially from the members page.

    So first I went into the page in the wordpress dashboard and switched the setting no sidebar on. When the page is not connected to a buddy press page the sidebar is gone. But, when i connect it to a buddypress page like members then the sidebar is back. I tried several setting, like full width, no sidebar, etc but everytime I make it a buddypress page in the buddypress settings the sidebar is back.

    Then I tried to make a child theme. I did put the buddypress nouveau part in the child theme, copied the members/index.php and members/members-loop.php into the sidebar. I saw this in the buddypress forum off two years ago. Then when editing the files, there is not a call to a sidebar so i cannot remove it.

    The index.php looks like this:

    <?php bp_nouveau_before_members_directory_content(); ?>
    
    	<?php if ( ! bp_nouveau_is_object_nav_in_sidebar() ) : ?>
    
    		<?php bp_get_template_part( 'common/nav/directory-nav' ); ?>
    
    	<?php endif; ?>
    
    	<div class="screen-content">
    
    	<?php bp_get_template_part( 'common/search-and-filters-bar' ); ?>
    
    		<div id="members-dir-list" class="members dir-list" data-bp-list="members">
    			<div id="bp-ajax-loader"><?php bp_nouveau_user_feedback( 'directory-members-loading' ); ?></div>
    		</div><!-- #members-dir-list -->
    
    		<?php bp_nouveau_after_members_directory_content(); ?>
    	</div><!-- // .screen-content -->
    
    	<?php bp_nouveau_after_directory_page(); ?>
    

    the only reference to the sidebar is <?php if ( ! bp_nouveau_is_object_nav_in_sidebar() ) : ?>

    When I delete this it breaks the website.

    Now I am stuck on this. I think it is not that diffucult but some way some how i cannot find the way to remove the side bar.

    So please… please can someone point me in the right direction?? I use the Astra theme!!

    #312937
    zyc1993
    Participant

    The members page opens successfully. I checked a lot of places and inquired about a lot of information, but I couldn’t find a solution. It didn’t work to reload WP and BP.
    This is my website

    Test account:baijushan
    baijushan password :52741480

    Prolet
    Participant

    Hello,

    I am new to BuddyPress, which probably will explain my question.

    On my new website https://worldartistmanagement.com I have installed BuddyPress 6.1.0

    It is pretty good and I am thankful for its simplicity and yet grand functionality.

    My main membership plugin is Ultimate Membership Pro, which an awesome tool for any membership website. Its authors have an extension to integrate it with BuddyPress – yay. On the BP menu appears another link to UMPs account page. That’s all.

    And here are my questions.

    How can I change the link name of this additional tab, please? It is the name of the plugin, instead My Account or else.

    And the second question, which is more important to me.

    After installing the BP all users are given captcha test by solving some math questions.
    I don’t use captcha, I didn’t enable it and I am trying to find out where this came from. The only sure thing is that it came after BP activation.

    Please advice.

    PS I will address the same question to UMP and to Anti-Spam by CleanTalk, my security plugin.

    Thank you. Stay safe

    #311757
    @mercime
    Participant

    @stellamariee Go to Pages > All Pages then find your datenschutz or members page and click on the Edit link under that. Click on Page Attributes under Documents in right hand sidebar. Under Template, see if you can change it to something like Page with sidebar or something similar. Sometimes, themes have default layouts of Page with no sidebars, so if you want sidebars, you’d need to set it to that page template. Good luck.

    baedyllion
    Participant

    Hello everyone,

    I’m pretty new to wordpress and buddypres and have to add I’m not a coder myself. I’m trying to find a solution on how I can remove ‘All Members’ and ‘Mentions’ in activity page in buddypress. In activity page I want to show just the activity of ‘My Groups’ . I tried CSS to do that but It didnt work out. Can anybody help me with this ?

    Thanks in advance.

    Cheers.

    sandaap
    Participant

    Today, I tried to install BuddyPress the first time. But I still too stupid to get to running.

    First, I tried the actual stable version 5.2.0 without luck. After this, I tried it with 6.0.0RC2 with the same result.

    My problem is: I don’t find out, how to create new topics or manage groups.

    Is there any special URL doing this?

    WordPress: 4.9.13
    PHP: 7.3.x
    Database: MariaDB 10.4.11
    Theme: Hueman 3.5.3

    In BuddyPress 5.2, the pages for Members, Activity, Activation and Registering were created automatically. In BP 6 not and the Repair Tool does not create them automatically.

    All of these pages are empty for me.

    But inside the AdminBar, I see the “0” and I can use the several private pages.

    How can I configure the groups, where I can open topics and how do I do this?

    Sorry, but it seems I’m too stupid for BP… 🙁

    #311392
    vonJanne
    Participant

    Hi!

    We are using BuddyPress with theme KLEO and PaidMembershipsPro for a platform where experts can present themselves including links to their social media profiles, any work they have published, etc. This is our site’s members section (but you’d have to log in to see full profiles): https://www.globalwomennet.org/members/
    To make sure visitors viewing profiles do not leave our site, we’d like these external links in the members’ profiles to open in new tabs. I could only find an over 8 years old topic related to my question (https://buddypress.org/support/topic/make-drop-down-menu-links-open-in-new-page/) so I was wondering if there is an easier way to do this by now?

    Thanks!
    vonJanne

    Mark Max Henckel
    Participant

    I don’t think I can find help here

    I’ve rarely seen anything complicated as a buddypress and I’m just annoyed that I used it. Because you can neither find help nor look through the template structure.

    Which template do I have to touch if I want to restructure the members overview page? It must be possible to insert a simple template in my theme directory. But it is not.

    I like to have a simple I want a simple statement about which concrete template I have to use. Is that too much?

    The site always wants to call PAGE.PHP. Good. But what exactly do I put in there to deal with the code structure of the member pages? What Loop?

    ***

    Ich habe nur selten etwas kompliziertes gesehen, als Buddypress und ärgere mich gerade, dass ich es eingesetzt habe. Denn man findet weder Hilfe, noch blickt man durch die Template Sturktur durch.

    Welches Template muss ich anfassen, wenn ich die Members-Übersichtsseite umstrukurieren will? Es muss doch möglich sein, ein einfaches Template in mein Theme-Verzeichnis einzufügen. Ist es aber nicht.

    Ich möchte eine einfache Aussage, welches konkretes Template ich nehmen muss. Ist das zu viel verlangt?

    Die Seite will immer die PAGE.PHP aufrufen. Gut. Aber was genau füge ich dort ein, um mich mit der Code-Struktur der Mitgliederseiten auseinander zu setzen? Welchen Loop?

    #309955
    ricardo231190
    Participant

    Hello,

    I’m using BP to register users but I can not find the option that would allow me to search in the directory by the profile options instead of only with the nickname. Can I do this without coding or plugins? I tried with plugins, and it worked well but if I wanted to let the users private messege I had to upgrade to the pro version of the plugin…

    Thank you in advance,

    WP version is 5.3.2, BP version is 5.1.2 and page is http://www.languageslearningclub.com, member directory is: https://languageslearningclub.com/members-5/

    spracing
    Participant

    Hi guys,

    I have an issue that has stumped everyone that has had a go. So I thought I’d drop a message on here to see if someone could help 🙂

    Background:
    As a note, I have been using Buddy press and Youzer for a while – all works well – no issues.

    I wanted to add a feed to a particular page which would give users the ability to add their own YouTube videos and for non-members and members to view them in a feed style system. There is now a group installed within a page which allows this functionality. Each racing circuit has a different group.

    Link to site: https://racecollective.com/racevenues/anglesey-circuit/#feed
    Buddy Press Version:5.1.2
    WordPress Version:5.3.2

    This is pretty much successful, functionality works.. however…

    The problem:
    This all works great if you are an administrator – however for everyone else i “Sorry there was no activity found – Please try a different filter”

    Non admin users – cannot see an previous posts, it allows them to post but once the page is refreshed the post disappears..
    Non users/ unregistered – can’t see anything – just the above no activity message.

    It should look like this: https://racecollective.com/wp-content/uploads/2020/01/Admin-view.png

    Is this permissions related? I cannot find a setting anywhere and I’m stumped as to what to try.

    Any help in the right direction would be absolutely awesome?

    Also do you guys do a premium support forum?

    Thanks

    Sam

    #309244
    coolhunt
    Participant

    @ripulkr

    although BP works with any theme.. i often find myself add too much BP specific CSS tweaks in the customizer

    Im trying to keep things as simple as possible and even with twenty seventeen theme – there are some css tweaks that need to happen.

    it makes sense — simply because WP is “blog first” so most content is goofy on how it renders and presents BP pages.

    As far as I can tell buddyboss is the only game in town that does a great job of having clean design and straighforward code.

    my BP-Theme-wish list

    1) BP first *which focuses on great Activity page presentation, Members Directory Presentation & Great Member profiles.

    2) Mobile First approach would be super awesome. Most people view profiles and not necessarily doing actual “activity” post. So if someone can figure out a great way to render fast and beautiful activity/members-directory/member-profiles that is very readable on mobile it would be super awesoome.

    3) Great use of Menus/Accordions — The way BP works right now on members pages is TERRIBLE on mobile. You have scroll past the cover photo -> then pass the Avatar –> then pass 4 menu items to see any content of the users in the Members Profiles page.

    4) Great use of Member Profile Fields — I think by default as a “2 column table layout” to render the profile fields is not great.

    **I totally understand that the newest release of BP has interesting pre-built options but even with the default twenty-twenty theme it doesnt look great.

    Some thoughts..

    — The username in the profile page when too long looks weird and awkward — using CSS to ‘breakword’ is OK.
    — The Profile Field Name should be studied on how to render that well..
    — The Profile Field entries like (text fields, radial buttos, list, etc..) should have a better readable standard implementation like.. *This one is hard because you dont know the exact uses of each unique BP installs..
    — The Menus should be “slidable” on mobile so that the user doesnt have to scroll all the way down to start reading whats on that persons profile.

    *** It would be great if someone (some BP expert) post an Ultimate BP/CSS guide that shows how to target each of the BP specific elements… without doing theme surgery.. like a cut&paste into the CSS customizer –BONUS if it can include media queries 🙂

    anyway.. rant over..

    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

    patalgar
    Participant

    Hi everyone,

    Here is my setup:
    WordPress 5.2.3
    Buddypress Version 4.4.0
    Events Manager 5.9.5

    @Localhost

    I did search through the forum and a famous search tool but didn’t find it yet:

    I would like to link, via the url and $_GET[‘r’] data, to the “compose buddypress profil page” with more than one recipient. Something like:
    a href=”mysite.com/members/user/messages/compose/?r=user1…user2…user3″>link</a

    Is it possible and what would be the semantic for?
    If Not, what solution should I use to get the existing compose page with the field “to” containing “@user1 @user2 @user3”.
    I can get the user with all data (name, login, id), as an array for exemple. And I don’t need to manage large list of user (mostly up to 5-10).

    Thanks for helping.

    #307411
    storyparlor
    Participant

    Hello

    I just installed and activated BP on my site. I am a little confused though. As soon as I activated BP plugin it created a bunch of pages. That’s fine, I get all that. As of activation though something else occurred that I don’t understand.

    It appears that BP auto created a menu with the pages Members and Activity on my site. I can’t find that menu to move it or customize it. My theme has no menus created (it’s a fresh WP site I am just starting.)
    How do I get those pages to disappear, or to be able to move them? I can’t even add the other BP pages to that menu because there isn’t one.

    Any help or clarification would be much appreciated.

    Thanks,
    storyparlor.com

    dval09
    Participant

    If you go the “My Courses” page /members/username/courses of my site, my courses are listed out-of-order. I would like to change the order in which courses appear for users. However, I cannot find where to access this page on the backend. I have already contacted LearnDash and was told that this theme/plugin-related. How can I change the order in which my users’ courses appear on the My Courses page? Thank you.

    waynecwp
    Participant

    Hi,
    This is my first post, it’s exploratory. I’m hoping to find help with regard to a BuddyPress/Rehub install we are contemplating.
    We want to setup free and paid members. Paid member’s products visible to all members.
    So far straightforward, I hope, but where things change is that we want free member’s product to be visible only to their friends – across all product display elements, including profile page, search, directory, etc.
    I have read a little about the friends_check_friendship function and believe this can be done. Initially, I’m hoping to learn from anyone familiar with a BuddyPress/Rehub site if they imagine that creating this change to free member product visibility would be an extensive, reasonable or easy effort?
    Thank you in advance for any advice.
    1 – WordPress 5.2 running
    2 – Directory
    3 – subdirectory
    4 – ?
    5 – Yes
    6 – BuddyPress Ver 4.3.0
    7 – No
    8 – Akismet Anti-Spam, Easy WP SMTP, Health Check & Troubleshooting. Wordfence.
    9 – Standard
    10 – Twenty Seventeen, plan to use REHUB.
    11 – No
    12 – No
    13 – No
    14 – None
    15 – IONOS
    16 – Lunix, Apache
    17 – Plane to use REHUB
    18 – No
    19 – No

Viewing 25 results - 26 through 50 (of 399 total)
Skip to toolbar