Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,726 through 1,750 (of 22,682 total)
  • Author
    Search Results
  • #309474
    best84
    Participant

    I’m the only admin in my community and I don’t want to give access to the administrative backend, but I need someone to check and moderate the site’s activities, alone its impossible, nobody has the same problem? … it absolutely needs a buddypress moderation system role (like bbpress or wordpress), it should be in the core of the bp project

    #309467

    In reply to: Paid Group Access

    Renato Alves
    Moderator

    If there is, I’m not aware of it. I’d recommend searching on https://wordpress.org/plugins/ or googling it.

    #309444
    elitedllc
    Participant

    Wordpress 5.3.1
    BuddyPress 5.1.0

    I am able to disable footer in pages/post but when I go to page lets say “Members” page, after I go into edit and disable footer, I notice that BuddyPress overwrites the page to its defaults settings disallowing me to edit the page. It takes over and just post a list of members on the page. I cant add words, images as if Im making a normal page/post entry.

    That part I dont mind. I just want to disable footer like I can with my normal WordPress. BuddyPress seems to take over. How will I be able to get BP to perform the same as my normal WP?

    Scaffies
    Participant

    Hello,

    after upgrading to v5.1.0 we now see all topic posts smaller than before, indented by the options above each topic. This is for the topics only, all replies to the topics look normal.

    For admins with more options, it reduces the topic width to 50% … so it is an issue.

    Here is a screenshot – the pics and video at the left should fill out the entire width:

    Any suggestions?

    Thanks!

    #309387
    jqcaffeine
    Participant

    I actually just figured out today that @mentions are working on the Activity dialogs, but not on bbPress forum topic/reply dialogs or regular WP pages; is that the intended functionality?

    Running:

    • WordPress 5.3
    • Gutenberg 7.0.0
    • BuddyPress 5.1.0
    • bbPress 2.6.2
    #309363
    rocketmena
    Participant

    how to add a meta key filtering in default function bp_has_members( $args = ” ) . Now filtering members based on name or user name only. I want to filter them based on position also.if we enter name or position, filter need to work.In default code, meta_key, meta_value set as false. Please assist.

    function bp_has_members( $args = ” ) {
    global $members_template;

    // Default user ID.
    $user_id = 0;

    // User filtering.
    if ( bp_is_user_friends() && ! bp_is_user_friend_requests() ) {
    $user_id = bp_displayed_user_id();
    }

    $member_type = bp_get_current_member_type();
    if ( ! $member_type && ! empty( $_GET[‘member_type’] ) ) {
    if ( is_array( $_GET[‘member_type’] ) ) {
    $member_type = $_GET[‘member_type’];
    } else {
    // Can be a comma-separated list.
    $member_type = explode( ‘,’, $_GET[‘member_type’] );
    }
    }

    $search_terms_default = null;
    $search_query_arg = bp_core_get_component_search_query_arg( ‘members’ );
    if ( ! empty( $_REQUEST[ $search_query_arg ] ) ) {
    $search_terms_default = stripslashes( $_REQUEST[ $search_query_arg ] );
    }

    // Type: active ( default ) | random | newest | popular | online | alphabetical.
    $r = bp_parse_args( $args, array(
    ‘type’ => ‘active’,
    ‘page’ => 1,
    ‘per_page’ => 20,
    ‘max’ => false,

    ‘page_arg’ => ‘upage’, // See https://buddypress.trac.wordpress.org/ticket/3679.

    ‘include’ => false, // Pass a user_id or a list (comma-separated or array) of user_ids to only show these users.
    ‘exclude’ => false, // Pass a user_id or a list (comma-separated or array) of user_ids to exclude these users.

    ‘user_id’ => $user_id, // Pass a user_id to only show friends of this user.
    ‘member_type’ => $member_type,
    ‘member_type__in’ => ”,
    ‘member_type__not_in’ => ”,
    ‘search_terms’ => $search_terms_default,

    ‘meta_key’ => false, // Only return users with this usermeta.
    ‘meta_value’ => false, // Only return users where the usermeta value matches. Requires meta_key.

    ‘populate_extras’ => true // Fetch usermeta? Friend count, last active etc.
    ), ‘has_members’ );

    // Pass a filter if ?s= is set.
    if ( is_null( $r[‘search_terms’] ) ) {
    if ( !empty( $_REQUEST[‘s’] ) ) {
    $r[‘search_terms’] = $_REQUEST[‘s’];
    } else {
    $r[‘search_terms’] = false;
    }
    }

    // Set per_page to max if max is larger than per_page.
    if ( !empty( $r[‘max’] ) && ( $r[‘per_page’] > $r[‘max’] ) ) {
    $r[‘per_page’] = $r[‘max’];
    }

    // Query for members and populate $members_template global.
    $members_template = new BP_Core_Members_Template(
    $r[‘type’],
    $r[‘page’],
    $r[‘per_page’],
    $r[‘max’],
    $r[‘user_id’],
    $r[‘search_terms’],
    $r[‘include’],
    $r[‘populate_extras’],
    $r[‘exclude’],
    $r[‘meta_key’],
    $r[‘meta_value’],
    $r[‘page_arg’],
    $r[‘member_type’],
    $r[‘member_type__in’],
    $r[‘member_type__not_in’]
    );

    /**
    * Filters whether or not BuddyPress has members to iterate over.
    *
    * @since 1.2.4
    * @since 2.6.0 Added the $r parameter
    *
    * @param bool $value Whether or not there are members to iterate over.
    * @param array $members_template Populated $members_template global.
    * @param array $r Array of arguments passed into the BP_Core_Members_Template class.
    */
    return apply_filters( ‘bp_has_members’, $members_template->has_members(), $members_template, $r );
    }

    #309339
    BuddyBoss
    Participant

    @jjj

    Somehow my last comment got deleted so posting again. This is Michael here.

    I really appreciate the nice things you posted here about BuddyBoss. I’ve also enjoyed hanging out with you at many WordCamps, going years back. Our issues with BuddyPress are not that it is coded poorly or anything like that, I think the developers have done a tremendous job with what is there, and appreciate everything you have contributed to the project personally. Our main issue is just that it has evolved really slowly over the past 5 years, and the market has gotten way more competitive in that timeframe. This has hurt our ability to grow as a company. Customers are leaving BuddyPress and switching to more feature complete SaaS solutions. But then at the same time, they want to be able to customize everything like you can do in WordPress, and then they are stuck. There really is no solution available that has all the features people want, and is also available to customize and extend. So we are trying to address that for our customers. At the end of the day, BuddyPress is free to copy anything we do and merge or adapt it into BuddyPress; open source works both ways. Hopefully there are not too many hard feelings, we’re all working toward the same goal, but as you said, in different directions.

    #309328
    metalhead505
    Participant

    The best thing to do is to ask for your money back. 🙂

    No, but seriously, I reported it already in Buddypress Trac, but no luck. You can try asking them again and see what they say. Request Refund for lost revenue lol

    #309311
    shanebp
    Moderator
    #309271
    Joost abrahams
    Participant
    #309255

    In reply to: Custom profile page.

    nikimaria
    Participant

    I created a post about adding custom pages to buddy press, maybe it will help:
    How to Add Custom Menu Item Page Content to Buddypress Member Menus

    #309223

    In reply to: BP vs Ultimate Member?

    ripulkr
    Participant

    It this really a question ?

    – BuddyPress – Built and Maintained by WordPress, who work & maintain project for free.
    – Ultimate Member – Third party developer, who will bail out when the prospects of earning money are bleak.

    I have worked extensively on both addons, there’s no comparison for BuddyPress, code quality, community are amazing.

    #309199
    bhawinitech
    Participant

    Hello @ welshlamb10

    Did you get the solution?

    If yes then please let me know.

    As per my research, this plugin will works. https://codecanyon.net/item/desktop-mobile-push-notification-system-wordpress-plugin/6548533/

    John
    Participant

    This issue is caused by Yoast SEO update. Either disable Yoast SEO or downgrade it to v12.5.1 and the site should work again.

    I have reported this issue to buddypress on the Yoast WordPress support forum.

    mickysoft
    Participant

    Hi,
    I suddenly get the error when logging in: Error thrown – Call to a member function format () on boolean.
    Unfortunately, I can not do that because I’m not a programmer. The funny thing is that I was easily logged in and four hours later, the next time you log in, the error message, although on the side has not changed.
    Who can help me?
    Greetings
    Joachim

    http://www.vhsfotoclub.de
    Wordpress 5.3–de_DE
    Buddypress Version 5.0.0
    PHP Version : 7.1.33 / 64Bit OS
    Thema Twenty SeventeenVersion: 2.2

    #309160
    David Cavins
    Keymaster

    Thanks for your report! I’ve created a ticket with a patch that corrects the behavior here: https://buddypress.trac.wordpress.org/ticket/8167

    #309159
    shanebp
    Moderator

    You may have found a bug.
    You can open a ticket here.

    #309158
    caaprichos
    Participant

    Hello! I am creating a social network with buddypress 5.0 and last wordpress update with the theme went and Seventeen Version: 2.2 and I am creating custom fields and I need to put photo gallery and video in the custom profile fields for the professional profile and the user profile! Is there any way or plugin that can put photo and video gallery? Please help

    #309156
    caaprichos
    Participant

    462/5000
    Hello! I am creating a social network with Buddypress 5.0 with the latest WordPress update! In the Twenty Seventeen Version: 2.2 theme in the user profile that I have created and professional does not allow me to write a post from the profile itself instead of from the start or home page of the social network! How can I do so that both profiles (user and professional) can be written from the profile as or similar to Facebook?

    caaprichos
    Participant

    Hello! I am trying to create a social network having the buddypress 5.0 with the update of the last wordpress and I am having problems doing trial and error when creating a user and logging in but it does not let me settle with the user once it has already been registered!
    In the social network I have put several profiles (user and professional) and with neither of them it allows me to access the network being already registered! I need help!!

    #309154
    ekadevau
    Participant

    Hi folks,
    we have a private group where a user sent out some invites. The list under “pending invites” (like here: checking for pending invites) offers a “delete” or “remove” button. However, clicking on it won’t remove anything but give the generic error message “Group invitation could not be removed”. This happens with expired invites as well as with new invites.

    Running on Buddypress 5.0.0 on WordPress 5.2/5.3, additional BP-Plugins Group Email subscription, and the Woffice Theme (nothing special about invitations here, I think).

    Is there – besides this screen – any option to remove pending invites to renew an invitation? And: do invitations really expire? At this point I’m not sure it’s a user issue, but I can reproduce the “cannot remove” issue with new invitations as mentioned.

    Thanks for any hint!

    regards
    eka

    #309137
    nkemsnowman
    Participant

    Hello, I have an issue, whenever I try uploading profile picture using a phone like android it’s impossible to crop or see the other half of the picture without a landscape view. This makes it impossible to crop. Tried reducing the size or the jcroper when then the crop floats about. Any solution to this please.
    Using wordpress 5.2.4
    Buddypress 5.0.0

    bbtrouble
    Participant

    Hello, we’re using WordPress version Version 5.3, BuddyPress version 5.0.0 and our website is https://www.lightstalking.us. The theme we’re using is called Performag (Version: 1.409).

    Two days ago we suddenly started to have this issue regarding posting images in forum threads – our forum participants can’t post images. They can upload them and hit the send button, but the images simply won’t show up in the thread.

    The issue is not due to plugin incompatibility because it’s still there even when I disable all the plugins we have.

    Let me know if there’s anything we can do to solve this.

    Best,
    Jasenka

    #309061
    smdeveloper
    Participant

    Hi,

    Thank you for your response!

    When going back to this problem, the js error no longer appears in the console yet the problem persists, so I’m at a loss.

    When clicking on your link above to open a ticket it takes me to a page that says I’m not authorized to open a ticket and directs me to log in, but when I go to do that it takes me to my WordPress.org profile page where I am currently logged in.

    Here is a video of what happens exactly: https://d.pr/v/mZXdvW

    More confusion… help would be so greatly appreciated!

    #309047
    barbarza
    Participant

    Hi

    When I upload a profile picture it will upload the picture but will not allow me to crop it. The is a tiny black box in the top left corner which when hovered over gives the ‘change size’ arrows, but when clicked it gets even smaller and the arrows do not appear.

    I am using the latest versions of WordPress and Buddypress.

    I have tried the following:
    * Used default 2017 theme
    * Disabled all plugins except buddypress
    * Used different browsers: Firefox, Chrome, Edge, Safari

    When searching this forum I have seen that this is a known problem but have been unable to find any solution.

    Any assistance would be greatly appreciated.

Viewing 25 results - 1,726 through 1,750 (of 22,682 total)
Skip to toolbar