Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 726 through 750 (of 22,713 total)
  • Author
    Search Results
  • #325343
    pycc
    Participant

    Its not work for me,
    I disabled all plugins, and change my theme to a wordpress theme,
    I upgrade my PHP version to 7.4

    I don’t found the bp-custom.php file
    And I have the last version of buddypress 10.3.0

    Youzify
    Participant

    Hi @mand01

    I don’t think the issue that does not come from Gwangi theme. You may try install WP SMTP plugin and set the mailer as PHP (Default).

    WP Mail SMTP by WPForms

    #325335
    Youzify
    Participant

    Hi @lbnn

    I think this plugin would help

    BuddyPress Xprofile Custom Field Types

    olafkjelberg123
    Participant

    Hello, I want to know if its possible to limit the private messaging between user and admin only because I want to make a website where you can message the administrator of the website to access the services provided by the administrator.

    Wordpress version: WordPress 6.0.1
    Theme: Hello ElementorVersion: 2.6.1

    Thanks everyone, I appreciate the help!

    Youzify
    Participant

    Hi @dheerajmidha

    1. Please try to update your theme to the newest version

    2. If you use the BP Nouveau, please change it to Legacy

    3. You may also activate debug mode and check if you can see an error message on your front-end

    Debugging in WordPress

    #325287

    In reply to: No confirmation email

    Youzify
    Participant

    Hi @wjmverheijen

    Please try install WP Mail SMTP plugin and set the Mailer to PHP (default)

    WP Mail SMTP by WPForms

    baby.face
    Participant

    Hello –

    In the Manage Pending Memberships page when I click to Activate a Pending Account I get the following fatal error.

    Despite the error, the pending account does get activated and the requesting member gets a confirmation notification.

    Any assistance with this would be greatly appreciated.

    Thank you –

    Fatal error: Uncaught Error: Class ‘BP_Notifications_Notification’ not found in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php:249 Stack trace: #0 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(309): bp_members_membership_requests_delete_notifications_on_change(Array) #1 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(false, Array) #2 /home/nondualhealersas/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-signup.php(961): do_action(‘bp_core_signup_…’, Array, Array) #4 /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-admin.php(1816): BP_Signup::activate(Array) #5 /home/nondualhealersas/public_html/wp-includes/class-wp-hook.php(307): BP_Members_Admin->signups_admin_load(”) #6 /home/nondualhealersas/public_html/wp-includes/class-wp-h in /home/nondualhealersas/public_html/wp-content/plugins/buddypress/bp-members/bp-members-membership-requests.php on line 249

    WordPress: 6.0
    BuddyPress: 10.3.0
    Website: https://nondualhealersassociation.org/

    #325269
    dootyfree
    Participant

    WordPress version 6.0
    Buddypress Version 10.3.0

    Hello all,

    I am attempting to use posts as a journal of sorts. Would like posts to remain private to user, unless they check a box to share with logged in community when creating the post.

    Best Regards,

    #325240
    Collins Agbonghama
    Participant

    You can redirect users after login to any page or custom URL without upgrading to Pro.

    See Redirect WordPress Users After Login

    #325212
    ibrahim76
    Participant

    I am working on creating a social media platform by buddypress, but I have a problem, how do I allow the customer to schedule his post, is there a WordPress plugin that schedules posts.

    #325210
    scubajoe206
    Participant

    Hi,

    In my new BuddyPress site, my default site sidebar is disabled and its contents pushed to the bottom of the page on some BP pages when using the BuddyPress Nouveau template pack. Not all BP pages, just those that display any kind of activity.

    This problem goes away when I switch the template pack to BuddyPress Legacy. Of course then I give up some of the features I like in Nouveau, especially the round profile picture style and the cleaner tab styling.

    Is there any way to fix this? Actually, I’d settle for either of the following:
    – Implement round profile image style in Legacy, or…
    – Fix the issue with the sidebar in Nouveau

    Any help will be greatly appreciated. While I’m here, could somebody point me to any resources for learning a bit about BuddyPress CSS, so I can tweak some styling. In particular, I’d like to show some Xprofile information in the member directory, not a user’s last post.

    Thanks,
    Eddy Sharp

    WordPress 6.0, BuddyPress Version 10.3.0.

    savantking99
    Participant

    I have a wordpress site. With a buddypress theme. And I have a live and a staging site.

    So I updated buddypress from: 1.7.9 to 2.0.2. on staging. But now in several pages the css is broken.

    For example if I look in the css. Then I see in the 1.7 version:

     #buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested {
        background: #007CFF;
        color: #fff;
    }

    and in the 2.0 version this:

    body #buddypress .bp-list .action .generic-button .leave-group, body #buddypress .bp-list .action .generic-button .membership-requested {
        background: var(--bb-primary-button-background-regular);
        border-color: var(--bb-primary-button-border-regular);
        color: var(--bb-primary-button-text-regular);
    }

    So the properties of the newer buddypress theme changed apparently?

    So my question is: what I have to do? Do I really need manually over all the pages to check what the differences are with buddypress 1.7 and 2.0?

    But this sounds not so promising. For example if you have a site with 300 pages.

    Then you have to go manually page for page what changes? And then in the child theme you have to correct everything?

    This sounds absurdant.

    So what is your advice? How can I fix this?

    THank you

    pagecrafterz
    Participant

    Hi, I am trying to hide a specific field for user role: subscriber but it does not hide the field.
    Any idea/suggestion is highly apreciated 🙂

    add_filter (‘bps_before_search_form_filter’ , ‘hide_field_19_wrap’, 10, 1);

    $array1 = array(field_19_wrap, field_28_match_any_wrap, field_34_distance_wrap);
    function hide_field_19_wrap ($field_ids){

    global $current_user;
    $user_roles = $current_user->roles;
    if (!current_user_can(‘subscriber’)) {
    unset($array1[field_19_wrap]);

    }
    return $field_ids;
    }

    #325109
    shanebp
    Moderator

    Use WP Debug to get the actual error – not just the message.

    #325107
    rcotwunite
    Participant

    How can I find out more specifically what’s wrong with it? I’m comfortable with php and have built a custom theme.

    This page has worked in my theme before, not sure what changed. I tried making a php file called page-create-account.php. I created a page in the backend of wordpress and linked the buddypress pages options to that page.

    I believe I copied the ‘register.php’ from the buddypress legacy folder in the plugin folder.

    When I saw the error, I even tried taking everything out of that file and just writing <?php echo 'hi';?> and it still shows the same form and the same error.

    #325019
    alektid
    Participant

    A beautiful day,

    Please, I need help. When I create a group or when another user creates a group, there is nowhere for another user to join the group. The “join group” button is missing and the “leave group” button is missing. I have no idea what it may be. I am already looking for some options on the 3rd day, but without success. Is there anyone please who knows what this is about?

    This is the site https://theunified.space/ The URL specifically for the social network is https://theunified.space/activity/

    I use the Cirkle template – Version 1.0.12
    BuddyPress Version 10.3.0
    WordPress Version 6.0

    I will be grateful for any advice!

    #324986

    In reply to: bp-custom.php – Help

    Anonymous User 16480907
    Inactive

    @chrishechler

    you can add the bp-custom.php file to your WordPress theme or child theme. once you created the file, you can add your code snippet between the start and end symbols: <?php .... ?>

    thanks

    mikeVhd
    Participant

    I want to have VIP members in my website. The VIP members should pay to register. And VIP members have more authority and activity options in website.
    Also I intend to have some marketer for website (affiliate program- like the affiliate wp plugin), and pay to the marketer for the members that invited by them and registerd as vip member.
    How can I do it?

    WordPress version:6.0
    BuddyPress version:10.3.0
    Theme:Olympus.

    I would appreciate to your attention.

    #324967
    itsabhist
    Participant

    i want to send buddypress message by PHP code for that i made function as given below

    function send_message(){
    
    messages_new_message(
      array(
        'sender_id'  => 10,
        'thread_id' => 0,
        'recipients' => 11 ,
        'subject'    => 'NOTICE',
        'content'    => 'HELLO',
      )
    );
    } 

    but this is not working and showing error

    Notice: Undefined property: BP_Messages_Component::$table_name_messages in /home/u992033758/domains/site.com/public_html/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-message.php on line 143
    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 '' at line 1]
    SELECT MAX(thread_id) FROM
    
    Notice: Undefined property: BP_Messages_Component::$table_name_messages in /home/u992033758/domains/site.com/public_html/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-message.php on line 148
    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 '( thread_id, sender_id, subject, message, date_sent ) VALUES ( 1, 10, 'NOTICE...' at line 1]
    INSERT INTO ( thread_id, sender_id, subject, message, date_sent ) VALUES ( 1, 10, 'NOTICE', 'HELLO', '2022-06-13 10:13:46' )

    please support

    #324946
    pharmdit
    Participant

    Unable to log into my WordPress since I downloaded the most recent BuddyPress plugin. My site is running well, but i’m unable to login as admin with my regular username/password. I am unable to reset my password. The only message I receive is:

    Warning: strpos(): Empty needle in /home/customer/www/pharmdit.com/public_html/wp-content/plugins/stax-buddy-builder/core/hooks/BuddypressHooks.php on line 491

    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/pharmdit.com/public_html/wp-content/plugins/stax-buddy-builder/core/hooks/BuddypressHooks.php:491) in /home/customer/www/pharmdit.com/public_html/wp-login.php on line 462

    Thank you.

    Noon
    Participant

    I want to place the attachments of a post above the text caption, like the images below:

    The first image is how it is normally, the second is how I want it to be.

    View post on imgur.com

    What path (ftp or wordpress plugin path) do I go to on the plugin to move the line of the attachment above where the normal caption goes? Or how can I do this?

    #324887

    In reply to: activate.php files.

    Youzify
    Participant

    Hello @ditout

    I think you need to do a conflict test.

    1. Deactivate all of your plugins except BuddyPress. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin.

    2. Change your WordPress theme to WordPress TwentySeventeen (or other default WordPress theme).

    #324886
    Youzify
    Participant

    Hello @iantiu

    As you use Yozuify together with BuddyPress, I think you can ask about this on the Youzify FB Community or on our WordPress support forum. 🙂

    #324873
    shanebp
    Moderator

    What is wp-custom.php ?
    Did you mean bp-custom.php ? If so, the latest BP release loads bp-custom.php without issues.
    Try turning on debugging and then check your error log for relevant info about your issue.

    mikeVhd
    Participant

    How can I show each member type members in seperate page?
    WordPress version:6.0
    BuddyPress version:10.3.0
    Theme:Olympus.

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