Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,751 through 4,775 (of 68,986 total)
  • Author
    Search Results
  • 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?

    #305678
    shanebp
    Moderator

    Re BuddyPress Simple Events Pro…
    Any group member can assign an event to that group –
    IF the group admin has selected that option –
    IF the site admin allows group admins to select that option.

    The free version does not support group assignment, but will give you a feel for the very simple nature of the plugin – as opposed to the ‘feature rich’ nature of other event plugins.

    BuddyPress Simple Events

    #305672
    allnamestaken
    Participant

    interested in this as well. The only thing I was able to find was this..

    BuddyPress Simple Events Pro

    #305661
    Venutius
    Moderator

    Try running with just BuddyPress active and with a default theme such as 2017, the chaces are it’s another plugin messing with BuddyPress that is causing this.

    #305658
    Venutius
    Moderator

    Yes I’m afraid Jetpack is a bit notorious in not fixing bugs caused in BuddyPress, for BP sites it’s best avoided in my experience.

    Venutius
    Moderator
    bhattarai1995
    Participant

    I wanted to know How to make “Follow” system, not “friends” system in Buddypress?. Please help me..

    ayoleyi
    Participant

    Dear all,

    I just built my entire subdomain around Buddypress and launched last week. However, it gives endless redirect loops. The problem stops as soon as I deactivate the BuddyPress (core) plugin, and returns immediately I reactivate.

    Kindly assist.

    Thank you.

    fareda
    Participant

    I want to show buddypress message component to my own account page.
    At first I thought it will be as easy as calling messages_screen_inbox();

    But it didnt work. How to display only the message tab from buddypress?

    #305622
    shanebp
    Moderator

    Wow, that is annoying. Never noticed it before.

    imo – the simplest approach is to add some js to submit the form as soon as it appears.

    Add this to your theme > functions.php or bp-custom.php

    function pp_submit_request_form() {
    ?>	
    	<script type="text/javascript">
    		jQuery(document).ready(function ($) {
    			$('#group-request-send').click();
    		});
    	</script>
    <?php
    }
    add_action( 'bp_after_group_request_membership_content', 'pp_submit_request_form' );

    And you could remove or replace the comment field that is briefly visible by editing the template.
    If you’re using the BP Legacy template pack, overload and then edit this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\request-membership.php

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