Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,751 through 4,775 (of 68,945 total)
  • Author
    Search Results
  • #305797
    maklin
    Participant

    I have my website through a hosting company. Latest version of WordPress and Buddypress. When I preview a theme, Profile works fine. When I accept and publish, profile shows up as a blank page with just the word profile and an edit link.

    Groups seem to also work in preview mode. Once published I cannot create a new one with forum, step 3 takes me to the forum list and does not proceed. Attempting to enter a group forum does not allow me in, I end up on the main forum page..

    My install of WP is fairly new, Jan 2019. I have tried disabling every plugin except bbpress and buddypress. Uninstalled and reinstalled Buddypress. I am running no redirects of any kind. Anyone out there experienced this and found a fix they could share?

    #305793
    ayoleyi
    Participant

    Thank you for your responses.


    @Venutius
    , the problem stops as soon as I deactivate BuddyPress.

    Chris, indeed I’m using the BP Registration Options Plugin. Kindly share the fix.

    Thank you.

    allnamestaken
    Participant

    sorta solved it by using buddyprofile data and BuddyPress Xprofile Custom Field Types

    zsujoker
    Participant

    Dear Buddypress Folks,

    I am using WP (5.1.1, Buddypress 4.3.3, php 7.0, KLEO newest release)
    My registration page (with or without the kleo_register shortcode does not load properly). It says there are too many redirects or it redirects to the home page. It also says it might be because of rejected cookies.

    It was working properly previously. It might have gone wrong with the latest updates (kleo, buddypress or wp). I did the wp update to 5.1 recently. That was the last update I did.

    But I do have a staging site where everything works properly. Same php, same wp, same bp, same kleo running.
    So I wonder can it be really something with the cookies?
    Here is the login page on staging site: https://tesztoldal.vegarandi.hu/regisztracio/
    Here is the login page on the live site: Site URL: https://vegarandi.hu/regisztracio

    I have created a new reg page, it does load now in Firefox. And when I hit the registration button, it gets into the redirect loop again. Also, I had a registration form with extended options, so users can accept terms an condition, I need their age etc. This extended form does not load either on the live site.

    What I have done:
    – refresh permalinks
    – checked if anyone can register
    – turned to basic WP theme
    – turned of firewall, caching plugin
    – created new reg page
    – cleaned browser cache, tried different browsers

    I am running out of ideas.
    Please help me out!

    Zsuzsa

    #305783

    In reply to: PHP critical errors

    shanebp
    Moderator

    As shown in your log, those errors come from the buddypress-followers plugin – not from BuddyPress.
    You should talk to the creators of the buddypress-followers plugin and show the error log to them.

    #305782
    Nikoi
    Participant

    Hi team,

    Is BuddyPress prepared to run properly on PHP Version 7.2.15?
    I’m getting next PHP Errors with those settings:

    WP Multisite 5.1.1
    BuddyPress: 4.3.0
    BuddyBoss Wall: 1.3.7
    BuddyPress Follow: 1.2.2

    – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –

    …..\wp-includes\plugin.php(465): WP_Hook->do_action(A [CRITICAL] : Uncaught Error: [] operator not supported for strings in …..\wp-content\plugins\buddypress-followers\_inc\bp-follow-notifications.php:308

    …..\wp-content\plugins\buddypress-followers\_inc\bp-follow-notifications.php(122): bp_follow_new_follow_email_notification(Array)

    …..\wp-includes\class-wp-hook.php(286): bp_follow_notifications_add_on_follow(Object(BP_Follow))
    …..\wp-includes\class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    …..\wp-includes\plugin.php(531): WP_Hook->do_action(Array)
    …..\wp-content\plugins\buddypress-followers\_inc\bp-follow-functions.php(43): do_action_ref_array(‘bp_follow_start…’, Array)
    …..\wp-content\plugins\buddypress-followers\_inc\bp-follow-actions.php(143): bp_follow_start_following(Array)
    …..\wp-includes\class-wp-hook.php(286): bp_follow_ajax_action_start(”)
    …..\wp-includes\class-wp-hook.php(310): WP_Ho [CRITICAL] : Uncaught Error: [] operator not supported for strings in …..\wp-content\plugins\buddypress-followers\_inc\bp-follow-notifications.php:308

    Thanks.

    waynecwp
    Participant

    Hi,
    This is my first post, it’s exploratory. I’m hoping to find help with regard to a BuddyPress/Rehub install we are contemplating.
    We want to setup free and paid members. Paid member’s products visible to all members.
    So far straightforward, I hope, but where things change is that we want free member’s product to be visible only to their friends – across all product display elements, including profile page, search, directory, etc.
    I have read a little about the friends_check_friendship function and believe this can be done. Initially, I’m hoping to learn from anyone familiar with a BuddyPress/Rehub site if they imagine that creating this change to free member product visibility would be an extensive, reasonable or easy effort?
    Thank you in advance for any advice.
    1 – WordPress 5.2 running
    2 – Directory
    3 – subdirectory
    4 – ?
    5 – Yes
    6 – BuddyPress Ver 4.3.0
    7 – No
    8 – Akismet Anti-Spam, Easy WP SMTP, Health Check & Troubleshooting. Wordfence.
    9 – Standard
    10 – Twenty Seventeen, plan to use REHUB.
    11 – No
    12 – No
    13 – No
    14 – None
    15 – IONOS
    16 – Lunix, Apache
    17 – Plane to use REHUB
    18 – No
    19 – No

    #305763
    bdd
    Participant

    Thanks again. I’ll try that.

    I’ve been making some progress and getting closer. Created a new template with a copy of the member directory code, then started manipulating that.

    Tried using what’s in the “Filtering by Xprofile fields” section here to guide me:
    https://codex.buddypress.org/developer/loops-reference/the-members-loop/

    Right now I have a few errors, but I also see a link to just the one member that has a blog field filled in. (Long way to go, but feels like I’m getting to the right track.)

    #305762
    shanebp
    Moderator

    Have you tried using a filter?
    Some variation of this: https://codex.buddypress.org/emails/filter-emails/

    I have not tried it, but you could probably check some field in the $obj and then conditionally kill the email based on your needs.
    Or just use the filter to kill it.

    ericreynolds007
    Participant

    Hi, I know this thread has been beaten a few times, but is there a simple way to disable notifications to site admins and all Buddypress members for any activity? We currently have the Buddypress Notifications settings disabled and are using the BP Group Documents plugin and a Manage Notification Emails plugin to stop the basic WordPress notifications from reaching members. Thanks in advance. 🙂 Eric

    #305758
    Venutius
    Moderator

    Hi there, BuddyPress does not come with a Media button, that’s added by another plugin, you should ask that developer for the best way to do this.

    #305745
    Venutius
    Moderator

    Actually it might not work. The issue is that you have to be able to pass the user_id to the shortcode. On BuddyPress pages you can use the BP displayed user id, on posts you can use the post author user_id.

    alternaive typical use would be to manually code the user id:

    [bpps_profile_field option="Two" field="your-field" user_id="1"]

    #305737
    metapost
    Participant

    Hi
    I am running a multisite and I run woocommerce on shop.imeo-official.com but BP is network activated but mainly on mail domain. when i want to enter my account it says no pages available. I tried some integration plugins but they don’t work properly. any ideas how to fix this?

    #305731
    Venutius
    Moderator

    Those feature do not look like they were added by BuddyPress, you probably have a plugin creating it, try asking that plugins developer.

    jakobpress
    Participant

    Software used:
    BuddyPress 4.3.0
    WordPress 5.2

    When I’m logged-in I click to my icon on the upper-right corner and shows me the community menu (http://www.studiomark.net/off/cei/screen1.png); when I click on a element (Activity / Messages / Notifications / Settings) it brings me to a blank page with some layout and content issues (http://www.studiomark.net/off/cei/screen2.png). How can I fix this?

    The link of my site is shown in the previous links

    Thanks,
    Jakob

    stokim2012
    Participant

    I would like to replace some text with photo in Buddypress welcome email. I’m new to WordPress and filter.

    <?php
    do_action( 'bp_before_email_header' );
    echo bp_get_option( 'blogname' );
    do_action( 'bp_after_email_header' );
    ?>

    I add a code on function.php like this:

    add_action( 'bp_before_email_header', 'add_logo');
    function add_logo() {
        echo '<img src="photo url"';
    }

    There’s a photo in email header, however, I would like to remove the text bp_get_option( ‘blogname’ ); If there’s no apply filter, I can not modify it without editing it directly? How can I do that?

    Thank you for your help!

    #305711
    msteimann
    Participant

    Thanks for your suggestion, @wasanjones. Google Search Console told me that some of the member pages have been indexed despite being blocked by my robots.txt

    So I still keep my fingers crossed that the BuddyPress-Team will soon figure out how to solve this issue by changing the core code or whatever solution might work.

    #305705
    shanebp
    Moderator

    While using the 2019 theme, try switching the BP template pack.
    wp-admin > Settings > BuddyPress > Options > Template Pack

    Make sure at least one of your members is a subscriber.
    Log in as that member. Test.

    #305703
    Venutius
    Moderator

    You can report bugs via Trac: https://buddypress.trac.wordpress.org/

    shanebp
    Moderator

    That’s because the function makes a call to another function that calls a class function that has a param that defaults to ‘only new’.

    Open: buddypress\bp-notifications\classes\class-bp-notifications-notification.php
    and look at the args for public static function get( $args = array() )

    Untested, but try:

    $notifications = BP_Notifications_Notification::get( array( 
    	'user_id' => get_current_user_id(),
    	'is_new'  => 'both'				
    ) );
    gatehousedesign
    Participant

    Hi there,

    I have installed buddypress and everything is working except there are no “add friend” or public/private message buttons under the cover photo, to the right of the profile photo.

    Troubleshooting steps I have already taken:

    1. Plugins – I deactivated them all except buddypress, refreshed page, no buttons.

    2. Theme – I am using a theme called Video Pro which is compatible with Buddypress and has some integration settings too. Others seem to be using Buddypress fine and there are no issues on their support forums with it.

    3. I deleted the plugin and reinstalled a fresh version. Still no buttons.

    4. I am running this on a regular domain, not a subdomain but I have the site password protected. I added a couple of users to Buddypress so that there would be friends to add. If I go to the member directory I can request friend there but not from the other buddypress pages as I expected to see.

    5. The code in the area I think they should be looks like this:

    <div id="item-header-content">
    
    							<h2 class="user-nicename">@gatehousedesign</h2>
    			
    			<ul class="member-header-actions action"> </ul>
    			
    							<div class="item-meta">
    
    					<span class="activity">active right now</span>
    				</div><!-- #item-meta -->
    			
    		</div><!-- #item-header-content -->

    Anyone have any ideas? Much appreciated if you do. Maybe there’s some privacy setting I haven’t unchecked…? Or a conflict? I don’t see any errors in console.

    Thanks,
    GWD

    #305694
    Dainismichel
    Participant
    #305688
    jennifersanchez
    Participant

    Hello!
    I was reading the documentation but I can not understand how to disable the buddypress templates, since I am using a general template for all wordpress and they overlap. I tried editing by deleting the styles of single-bp-email in my theme but this invalidated the visualization of the message.
    Could you help me? Thank you very much !!

    #305684
    allnamestaken
    Participant

    Check out BuddyPress Global Search plugin / free

    #305680
    metapost
    Participant

    Hi
    I am using buddypress but not bbpress community for my wordpress network site. When I send group invitation to a user and he clicks on the notification to join it redirects the user to home page of the site.
    how can i fix it? i mean how to access groups?

    Is it a must to use bbpress?

Viewing 25 results - 4,751 through 4,775 (of 68,945 total)
Skip to toolbar