Search Results for 'buddypress'
-
Search Results
-
Hi there,Â
If I use Buddypress, Memberpress, LearnDash, and Gamipress – which one of those plugins will be the dominating one? Like regarding log in etc.?Â
How will I be able to create a dashboard which features all of those features?
Also, we have different tiers of membership, level 1 doesn’t get access to the community, level 2 and 3 do. So how do we exclude level 1 members to access our community? If they need to create their profile through Buddy Press then they will have automatic access, right?Â
How can we stop level 1 members from getting access to the community? How do all these plugins work together?Â
Warm wishesÂ
Hello guys,
I have a relationship website and I would like to customize the Members Directory showing JUST man for woman, and just woman for man.There are two “member-type” man and woman (using buddypress member types pro plugin)
I would like to create a member directory showing just the oposite member-type and removing the others users.
Could someone help me with it? Thanks
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?
I’m trying to set a default cover photo programmatically. It works the first time I delete the current profile cover photo. But when I refresh the page or go to another page, it disappears and is blank.
I am editing the file:
/wp-content/themes/aardvark-child/lib/inc/buddypress-functions.php
if ( ! function_exists( 'ghostpool_xprofile_cover_image' ) ) { function ghostpool_xprofile_cover_image( $settings = array() ) { $settings['default_cover'] = 'cover2-test3.png'; $settings['width'] = 1500; $settings['height'] = 300; return $settings; } }Of course I add the entire URL of the photo… not just cover2-test3.png.
If I inspect the page with the cover image there, I can see the URL in the html. But when I refresh it, it is gone.
Any help is appreciated, thank you.
Hello,
I have been having problems with the Appearance > Customise since the release on the 3rd of January.
Finally matched it to BuddyPress after long testing to see what was causing it.
Any help regarding this? The issue I am having is that when I am using the customizer it doesn’t “refresh” or show the “easy edit” fields for the header for example when I edit something or even publish.Thanks in advance, hope you can help me.
DanielHi there, I would like to have custom members-loop in buddypress.
I want show users what have media (mediapress), have avatar and have not xprofile field “name” empty.
I have this in my members-loop.php
<?php while ( bp_members() ) : bp_the_member(); $mp = new MPP_Media_Query(['user_id' => bp_get_member_user_id()]); // mediapress media $user_id = esc_attr( bp_get_member_user_id() ); // user id $has_avatar = bp_get_user_meta( $user_id, '_has_avatar', true ); // have user avatar $_name = xprofile_get_field_data( 'JmĂ©no' , bp_get_member_user_id() ); // have user xprofile field "name" if (!$mp->have_media() || empty($has_avatar) || empty($_name)) {continue;}?>this code working BUT – pagination is broken. On first page i see only 1 user, on second page i see 3 users etc…
Is there correct way?
I use buddypress for registration but this page not loading correctly!
Hi,
Iâm having a few dozen database error entries in the apache log every day. First i thought the WP Cerber plugin could be the trouble maker. Since this entries are all connected with failed login attempts with wrong user names. Most probably Spambots. But the WP Cerber developer told me that this is a Buddypress issue. See this issue: https://wordpress.org/support/topic/wordpress-database-error-you-have-an-error-in-your-sql-syntax-5/#post-12366843
So i kindly ask for support here.
Such a log looks usually like this. A few attempts from always the same non existing user name before it gets locked by WP Cerber:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near âWHERE active = 0 AND user_login = âAveryZemâ ORDER BY signup_id DESC LIMIT 0, 1âČ at line 1 for query SELECT * FROM WHERE active = 0 AND user_login = âAveryZemâ ORDER BY signup_id DESC LIMIT 0, 1 made by require(âwp-blog-header.phpâ), require_once(âwp-load.phpâ), require_once(âwp-config.phpâ), require_once(âwp-settings.phpâ), do_action(âinitâ), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, cerber_wp_login_page, require(âwp-login.phpâ), wp_signon, wp_authenticate, apply_filters(âauthenticateâ), WP_Hook->apply_filters, bp_core_signup_disable_inactive, BP_Signup::get, referer: https://bforartists.de/bfa-login/
The page is unfortunately already productive. So i cannot turn off addons wildly anymore.
Could you please help me to get rid of this errors please? ????
Kind regards
Arunderan
Hi –
I used to have Ultimate Member, and there are pages that were auto-created with Ultimate Member such as a Login, Logout, and Register page. Those pages had the shortcode for the Ultimate Member forms.
My issue now that I am trying to switch to BuddyPress is that these pages are just showing [UltimateMember shortcode….] whatever it says. I don’t know how to create a Register or Login page through BuddyPress.
Please help! My site is http://www.over-booked.com. Right now I have the Ultimate Member plugin re-installed so I could have the login and register pages working…so if you see that they’re working that’s why. I want to have them created through BuddyPress.
Thank you.
Hi there, I’m having trouble with getting BP running. This are my stats:
+ WordPress 5.0.8
+ BuddyPress Version 5.1.2
+ Custom Template made by myself from scratch so I have no idea on what WP tags call the BP functions into display
+ I DONT use “the_content()” WP tag on the index because I load my content with the Ajax Load More plugin
+ I DO use “the_content()” WP tag on both -pages- and -single- post viewI would like to use the “members” BP on my current page template, must I do a hierarchical overload so that buddypress pulls a special template but only for the “members” BP page? because I mean, currently all pages pull the WP hierarchy php “page” files, but members dont seem to appear, maybe I’m lacking a special hierarcy BP “page” file so that BP recognizes it and displays the members table?
I would also like to use the BP profile on a “single post” template, like when someone presses a “view profile” link then user gets redirected to the profile page with the activity posts of that person, sort of like in facebook the profile page yo know? do I need to create a special php on the BP hierarchy logic so that it can display the profile (cover image, profile pic, extended profile data, posts-activity) inside the WP single page hierarcy template?
what WP fuction is it that BP uses to display its content? I guess its not “the_content()” right? because I do use that tag but nothing displays…
I hope I can get some support, I’ll make my best to explain myself if I wasnt being clear enough
