Search Results for 'buddypress'
-
Search Results
-
Hello guys, I’m developing a project for a community and a demand has arisen. The idea is that in each post on the site instead of using the WordPress dialer or other commenting tool, a topic is created in the Buddypress forum, and that at the end of the page of each post the discussion in progress appears in the forum topic. on Buddypress. How it currently works with this system here: https://www.discourse.org
See this example below a post, at the end of which appears the discussion that is being made in the community forum.
https://tecnoblog.net/321274/tecnocast-133-os-destaques-da-ces-2020/
It is not possible to comment directly on the post, when you click to participate in the discussion you are sent to the forum topic in the community.
My question is, is there a plugin for Buddypress with this feature?
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
Topic: Global Activity Wall
Hi BuddyPress!
Does any of you have information about BP Profile Activity Wall
By @Venutius ?
Very nice plugin, however, the author is not active for a long time.
Do you know if the plugin will be updated?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,
I use WordPress 5.3.2
Buddypress 5.1.2Unfortunately, I have a problem and I ask for help.
Sometimes there is a error:
“Fatal error: Uncaught Error: Call to a member function get_page_permastruct () on null in
/wp-includes/link-template.php:376 Stack trace: # 0
/wp-includes/link-template.php(338): _get_page_link () # 1
/wp-includes/link-template.php(146): get_page_link () # 2
/wp-content/plugins/lh-login-page/lh-login-page.php(827): get_permalink () # 3
/wp-includes/class-wp-hook.php(288): LH_login_page_plugin-> wp_logout () # 4 /wp-includes/class-wp-hook.php(312): WP_Hook-> apply_filters () # 5
/wp-includes/plugin.php(478): WP_Hook-> do_action () # 6
/wp-includes/pluggable.php(581): do_action () # 7
wp-content / plugins / all-in-one-wp-security-and-firewall / wp-security-core.php (235): wp_logout () # 8 / wp-cont in / wp-includes / link-template. php on line 376This error disappears after reloading the page but it is still quite bothersome. How to fix this error?
Hi 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?
Hello, team. I have one problem. could you help me to fix it? at the last time, i was working on gami press and buddypress plug in. i did some settings on it. after that, at my home page. asking ACTIVATE YOUR ACCOUNT and asking ACTIVATION KEY. but i never receive ACTIVATION KEY CODE. why it ask me activation key? how to fix it? could you help me? also i could’t access to my website using my admin access. my website is blocked due to this activation key. I don’t know what is activation key? Pls asap help me.
Thanks
Hello,
i need to add Members-grid page with filters and all things into buddypress tabs.
To do it I’m using INCLUDEME plugin to add php file like shortcode. My code is this one:
/* MEMBERS GRID SECTION */
add_action(‘bp_setup_nav’, ‘mb_bp_profile_menu_posts’, 301 );
function mb_bp_profile_menu_posts() {
global $bp;bp_core_new_nav_item(
array(
‘name’ => ‘Members Grid’,
‘slug’ => ‘members_grid’,
‘position’ => 1,
‘default_subnav_slug’ => ‘published’, // We add this submenu item below
‘screen_function’ => ‘mb_manage_members_grid’
)
);
}function mb_manage_members_grid(){
add_action( ‘bp_template_content’, ‘mb_show_members_grid’ );
bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );
}function mb_show_members_grid() {
echo do_shortcode(‘[includeme file=”‘.MEMBERSGRIDFILE.'”]’);
}where MEMBERSGRIDFILE is path of index.php file of member-loop.php into /plugins/buddypress/bp-templates/bp-legacy/buddypress/members.
I can show all ok but pagesnumber links or link to search not working … But If i open links into external tab o page they working fine. I don’t understand. Console error is:
admin-ajax: Failed to load resource: the server responded with a status of 400 ()
If I use this shortcode into a normal wordpress page it’s working ok so this error is about buddypress integration.
Some help?
Thank you.
I use buddypress for registration but this page not loading correctly!
Hello Buddybpress team
I want to create custom short code for buddypress registration from and i have follow below thing .
1) plugin -> bp-custom.php file in I’ve add copy register.php file code and create short code using same register page code but when i place that shortcode other pages not working .Is there any solution for that ?
Here my code :
function buddy_register_short(){
global $wpdb,$bp;?>
<div class=”bs-bp-container-reg custom-register-section”>
<div id=”buddypress” class=”buddypress-wrap extended-default-reg”>
<div id=”register-page”class=”page register-page”>
<form action=”” name=”signup_form” id=”signup_form” class=”standard-form” method=”post” enctype=”multipart/form-data”>
<div class=”register-section” id=”basic-details-section”><?php /***** Basic Account Details ******/ ?>
<div class=”form-group”>
<label for=”signup_username”><?php _e( ‘Username’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
<?php/**
* Fires and displays any member registration username errors.
*
* @since 1.1.0
*/
do_action( ‘bp_signup_username_errors’ ); ?>
<input type=”text” name=”signup_username” id=”signup_username” value=”<?php bp_signup_username_value(); ?>” <?php bp_form_field_attributes( ‘username’ ); ?>/>
</div><div class=”form-group”>
<label for=”signup_email”><?php _e( ‘Email Address’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
<?php/**
* Fires and displays any member registration email errors.
*
* @since 1.1.0
*/
do_action( ‘bp_signup_email_errors’ ); ?>
<input type=”email” name=”signup_email” id=”signup_email” value=”<?php bp_signup_email_value(); ?>” <?php bp_form_field_attributes( ’email’ ); ?>/>
</div><div class=”form-group”>
<label for=”signup_password”><?php _e( ‘Choose a Password’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
<?php/**
* Fires and displays any member registration password errors.
*
* @since 1.1.0
*/
do_action( ‘bp_signup_password_errors’ ); ?>
<input type=”password” name=”signup_password” id=”signup_password” value=”” class=”password-entry” <?php bp_form_field_attributes( ‘password’ ); ?>/>
<div id=”pass-strength-result”></div>
</div><div class=”form-group”>
<label for=”signup_password_confirm”><?php _e( ‘Confirm Password’, ‘buddypress’ ); ?> <?php _e( ‘(required)’, ‘buddypress’ ); ?></label>
<?php/**
* Fires and displays any member registration password confirmation errors.
*
* @since 1.1.0
*/
do_action( ‘bp_signup_password_confirm_errors’ ); ?>
<input type=”password” name=”signup_password_confirm” id=”signup_password_confirm” value=”” class=”password-entry-confirm” <?php bp_form_field_attributes( ‘password’ ); ?>/>
</div><?php
/**
* Fires and displays any extra member registration details fields.
*
* @since 1.9.0
*/
do_action( ‘bp_account_details_fields’ ); ?></div><!– #basic-details-section –>
<?php/**
* Fires after the display of member registration account details fields.
*
* @since 1.1.0
*/
do_action( ‘bp_after_account_details_fields’ ); ?><?php
/**
* BuddyPress – Members
*
* @package BuddyPress
* @subpackage bp-legacy
* @version 3.0.0
*//**
* Fires before the display of the registration submit buttons.
*
* @since 1.1.0
*/
do_action( ‘bp_before_registration_submit_buttons’ ); ?><div class=”submit text-right”>
<input type=”submit” class=”btn-primary” name=”signup_submit” id=”signup_submit” value=”<?php esc_attr_e( ‘Complete Sign Up’, ‘buddypress’ ); ?>” />
</div><?php
/**
* Fires after the display of the registration submit buttons.
*
* @since 1.1.0
*/
do_action( ‘bp_after_registration_submit_buttons’ ); ?><?php wp_nonce_field( ‘bp_new_signup’ ); ?>
</form>
</div>
</div>
</div>
<?php
}
add_shortcode( ‘buddypress_register’, ‘buddy_register_short’);?>
Thanks
Chavod
