Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,876 through 3,900 (of 69,150 total)
  • Author
    Search Results
  • 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?

    #310047
    Daniel
    Participant

    @danbp hello, sorry if I shouldn’t post here, reviving this post, it happened the same to me, I can’t seem to use the customizer if BuddyPress is active. But I was able to do that before.
    I get it, I can customize the theme while BuddyPress is inactive. But how can I edit the BuddyPress “feed”, as I did before(1 week ago)?

    It let me add widgets to the footer… change the background colour of the feed, etc..etc..

    #310044
    Daniel
    Participant

    After re-reading my post which was very confusing, I realised my english wasn’t very clear and therefore decided to correct it in order to get better help.

    Problem: When I use the wordpress Customizer to customize my theme it doesn’t change the settings I want with the WYSIWYG editor. Only if I press publish and go the “Live” version of the website does it do anything. Or else it always stays the same…

    Solution: Disabling buddypress fixes the problem.
    How can I solve this?

    Hope you guys can help me out,
    Thanks in advance,
    Daniel

    #310041
    carolziat
    Participant

    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.

    #310037
    Renato Alves
    Moderator

    The activation key is necessary to avoid spam users in your community. It is an intergral part of BuddyPress and I wouldn’t recommend removing it.

    #310031
    Daniel
    Participant

    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.
    Daniel

    WPbase.eu
    Participant

    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?

    #310013

    Good to know that your problem is solved using paid plugin but If someone faces same problem it’s easy to solve.

    If you didn’t know buddypress has list of shortcodes for almost everything. Find it here – https://codex.bbpress.org/features/shortcodes/

    For Account pages below shortcodes will be handy. You just need to create new pages and paste [shortcode] in your pages.

    [bbp-login] – Display the login screen.
    [bbp-register] – Display the register screen.
    [bbp-lost-pass] – Display the lost password screen.

    to set dynamic login pages follow below.

    1) From your admin dashboard goto settings > Buddypress.

    2) look for tab named Pages.

    3) Select your register and activate pages.


    @sydlyisaacs
    Youzer plugin will do the same but it gives you simpler interface to manage your pages.

    #310010
    naderi9
    Participant

    I use buddypress for registration but this page not loading correctly!

    ثبت نام

    Arunderan
    Participant

    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

    #309992
    shanebp
    Moderator

    Did you try deleting those shortcodes from those pages?
    Did you assign the Register page to BuddyPress?
    Please read this…

    BP does not handle a login page.
    There are many free WordPress plugins that handle customizing login screens.

    #309989
    #309972
    samtime
    Participant

    Is there any code in buddypress > notifications that we can copy over to bbpress > includes > extend > buddypress > notifications.php (or vice versa), to make bbPress notifications automatically dismiss like Private Message, Friend Request, and other BuddyPress notifications do?

    If it’s not that straight forward, then is there a way to disable this style off bbPress notifications being sent to BuddyPress?

    My users (and I) really love the notification feature, but just find it really time-consuming to have to dismiss these notifications manually.

    Appreciate any help / advice,
    Sam

    solgris
    Participant

    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 view

    I 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

    #309966
    Prashant Singh
    Participant

    Hi,

    Please check this: https://wordpress.stackexchange.com/questions/6664/how-to-auto-accept-a-friend-request-in-buddypress-based-on-user-meta

    Please remove the condition of is_user_expert and check after that. You should try this on the dev/staging version of your site and if it works for you then you can use it on your live site.

    For members addition in a group automatically, please check this one https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/

    Hope it will help you.

    #309959
    shanebp
    Moderator

    Nicename is not a BuddyPress field.
    It is a field in the WP users table.
    You need to use a WP function like:
    https://codex.wordpress.org/Function_Reference/get_userdata

    shanebp
    Moderator

    In wp-admin, go to Settings > BuddyPress > Pages and assign a page to Register.
    If you need to, create a blank page with the title ‘Register’.

    #309956

    In reply to: Spam via messages.

    jobcareercritic
    Participant

    i have a spam problem in my forums section and Wordfence, which i have installed, suggested my problem maybe this. their words:
    “You will need to ask the BuddyPress plugin authors for current best recommendations if they are recommending very outdated information on their support page to prevent spam registrations.”
    is this true and if so what is the solution? how do i stop this spam?

    #309954
    patilkavya
    Participant

    Hi,

    Is it possible to extract each employee created data via Buddypress cron Job into email format automatically? The goal is to save a copy of each of these types of items – Posts / Comments / Articles / Likes and push everything into a journaled mailbox.

    Is it possible to set up a cron job to run once a day??

    As this matter is urgent, I look forward to hearing from you as soon as possible.

    Thank you.

    ricardo231190
    Participant

    Hello guys,

    First of all I’m new to wordpress and can’t code yet so I use plugins and themes. I’m having trouble after deleting the Ultimate member plugin because now I can’t register users at all (it used to work before). I now just want to add members with the regular buddypress but BP asks me in which page the users are “registering” and that page does not exist I think… How can I make the users register without using any plugins apart from BP (user registration is enabled in Settings > General). I just want the normal registration with BP to work (so I can add the profile) and can’t seem to make it work. I have to make a “registering” page or something? How can I do that without plugins?

    Thank you in advance

    WP version is 5.3.2, BP version is 5.1.2 and page is http://www.languageslearningclub.com

    #309941
    Beardy
    Participant

    Hi

    I have a clean installation of Buddypress and WordPress (only) with Twenty Twelve theme.

    When a user publishes a (standard non-cpt) post and selects an featured image, the image does not appear in the activity feed.

    It does however, appear if I go back to the post, make an edit and then save again. If I do this, and refresh the activity the page, the featured image appears.

    Is there a fix or something I need to configure so that the feed shows the featured image once the post is published the first time?

    #309940
    andrewpiana
    Participant

    heavily requested features by BuddyPress users was the ability to add Repeater Fields or Repeater groups of fields dynamically to BuddyPress Profile, without having a predefined number
    Official Site

    #309936

    In reply to: BuddyPress 5.1.2

    yemajose
    Participant

    Hi,


    @imath
    I have this version of Buddypress installed and I keep getting this error message. “There was a problem cropping the group profile photo” when I try cropping/uploading group avatar image. Please help. Thanks

    #309932

    In reply to: Buddypress widgets!

    Carsten
    Participant

    Hi Renato.
    Thanks for replying. Sorry for not responding. Lets just say, that I have been elsewhere. 🙂 No luck with any plugin on wordpress.
    However, I found this snippet and it works very well. If you deactivate the Friends Connections in Buddypress. But I would really like to have this feature. So maybe you know someone. Who can locate the issue and fix it. That would be a great help.
    Best regards Carsten.

    //Widget Filter:
    —————————————————————————————————-
    class BP_Custom_User_Ids {

    private $custom_ids = array();

    public function __construct() {

    $this->custom_ids = $this->get_custom_ids();

    add_action( ‘bp_pre_user_query_construct’, array( $this, ‘custom_members_query’ ), 1, 1 );
    add_filter( ‘bp_get_total_member_count’, array( $this, ‘custom_members_count’ ), 1, 1 );

    }

    private function get_custom_ids() {
    global $wpdb;

    // figure out if the logged-in user is man or woman
    // CHANGE FIELD id “3” BELOW
    $gender = xprofile_get_field_data( 3, bp_loggedin_user_id() );

    if ( $gender == ‘Man’ )
    // CHANGE FIELD id “3” BELOW
    $query = “SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 3 AND value = ‘Woman'”;
    else
    // CHANGE FIELD id “3” BELOW
    $query = “SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 3 AND value = ‘Man'”;

    $custom_ids = $wpdb->get_col( $query );

    return $custom_ids;
    }

    function custom_members_query( $query_array ) {

    $query_array->query_vars[‘include’] = $this->custom_ids;

    }

    function custom_members_count ( $count ) {

    $new_count = count( $this->custom_ids );
    return $new_count;

    }
    }

    function custom_user_ids( ) {

    // Don’t do this for the admin
    if(!current_user_can(‘administrator’) ) {
    new BP_Custom_User_Ids ();
    }

    }

    // WORKS FOR DIRECTORY NOT WIDGETS
    // add_action( ‘bp_before_directory_members’, ‘custom_user_ids’ );

    // EITHER OF THESE WORKS FOR WIDGETS BUT NOT DIRESCTORY
    //add_action( ‘bp_pre_user_query’, ‘custom_user_ids’ );
    // add_action( ‘bp_pre_user_query_construct’, ‘custom_user_ids’ );
    add_action( ‘bp_pre_user_query’, ‘custom_user_ids’ );

    —————————————————————————————————-

    samtime
    Participant

    Hey Thomei,
    I found this article super-helpful to make the BuddyPress Display Name the same as the user’s username when they register: https://buddydev.com/buddypress-better-registration-part-1-remove-full-name-confirm-password-from-buddypress-registration/

    It doesn’t solve all the problems you mentioned, but can make the registration process much cleaner, as it only asks for one username on sign up.

    Hope it helps,
    Sam

Viewing 25 results - 3,876 through 3,900 (of 69,150 total)
Skip to toolbar