Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 9,701 through 9,725 (of 69,120 total)
  • Author
    Search Results
  • #256949
    danbp
    Participant

    After chat disruption and sudden 404 errors on all pages, let’s continue here.

    All your groups are listed here: http://thebettinguniversity.org/groups/

    Most are private and the 2 i found which are public have only one member: the group admin.

    I you’re the site admin, you can access to these groups.
    If you’re only a group admin, you can only access the group you’re a member/admin of.
    You must be logged-in to get access, whatever your status.

    For more information about groups, read the codex please.

    Groups

    Seems also that you have no member page.
    Go to BP settings and check that there is a page for members, a page for group, a page for register and one for activation.

    Check here:

    Configure BuddyPress

    #256945
    itnetworkexpert
    Participant

    same problem with the plugin wp mai smtp Buddypress not sending activation emails

    #256941
    shanebp
    Moderator

    Put this in your theme/functions.php or in bp-custom.php

    code on gist

    #256929
    magicvish
    Participant

    hey they said i should contact buddypress

    #256926
    skitzpress
    Participant

    Thanks for the reply @danbp

    I have not built the site and I also have very little technical and coding knowledge (sorry!) I will update WordPress later but wasn’t sure how to back everything up?

    There is a lot of plugins installed:Admin Menu Editor, Advanced Custom Fields,Advanced Custom Fields PRO, bbPress,BuddyPress, DropBox Folder Share, Easy FancyBox, Gravity Forms, Gravity Forms + Custom Post Types, Gravity Forms CSS Ready Class Selector, Gravity Forms Remove Entries, jonradio Multiple Themes, Login Security, Members, No Page Comment, OPcache Dashboard,Page Specific Menu Items, PHP Code For Posts, Post Types Order, Social Media Feather, Styles with Shortcodes for WordPress,
    TAO Schedule Update, WordPress Importer, WP Google Maps, WP Google Maps – Pro Add-on, wp_mail return-path

    Are any of these know to conflict with BuddyPress?

    Not sure on the custom functions as far as I know… I’m not confident enough to debug and the site it is also live so not sure what to do?

    Think I will update WordPress then disable all plugins except BuddyPress and try on a twenty theme but if that doesn’t work, which seems like the case in other past posts, I’m not sure need help!

    Thanks again

    #256918
    crawlinson
    Participant

    Ah HA! My apologies, it seems as though conditional visibility is not a core feature of BP. As I am working with another developer I didn’t realise they had added this functionality through a plugin called “conditional profile fields for buddypress” https://buddydev.com/plugins/conditional-profile-fields-for-buddypress/

    Sorry!

    #256913

    In reply to: groups add new field

    danbp
    Participant

    @iwasaki1112,

    if you want to add some more group settings fields/steps, read here:

    Group Extension API

    If not, give more details about what you want to do.

    danbp
    Participant

    @intothemythica,

    guess you have to follow instructions belonging to the actual WP/BP version… Haven’t you seen this notice ?
    ***The following pertains to administrators using WordPress 3.0 in network mode)***

    BP should be on the same site where WP is installed.

    Follow Codex from here and note that:

    One site of the Network

    C. BuddyPress Activated in Main Site only
    D. BuddyPress Activated in Secondary Site only
    Posts, comments, or activities of the users in sites other than where you activated BuddyPress won’t be recorded in the Activity Streams when you install BuddyPress in only one site of the network.

    Installation in WordPress Multisite

    #256909
    LavishDhand
    Participant

    Thank you @danbp 🙂 Navigation API has helped me. Following code worked.

    function bpcodex_rename_profile_tabs() {
    
    buddypress()->members->nav->edit_nav( array( ‘name’ => __( ‘Connections’, ‘textdomain’ ) ), ‘connections’ );
    buddypress()->members->nav->edit_nav( array( ‘name’ => __( ‘Clubs’, ‘textdomain’ ) ), ‘clubs’ );
    
    }
    add_action( ‘bp_actions’, ‘bpcodex_rename_profile_tabs’ );
    Kinsta
    Participant

    I can confirm that HHVM/3.14.3 + WP 4.5.3 + BP 2.6.1.1 don’t work together.
    The profile page (and other related ones) come up as soft 404 errors:
    http://buddypresstest1.kinsta.com/members/buddypresstest1/

    The error and debug logs are completely empty too, unfortunately. Let me know how can we help tracking this down!

    Thank you,
    Mark

    #256902

    In reply to: Poor Avatar quality

    3T_MJ
    Participant

    well, I did that already. The original pic is a jpg taken with a proper DSLR. But doing the same crop via buddypress and my image editing programme makes a notable difference, it’s set to 72 dpi when editing. Not sure what compression buddypress uses (0.9 or lower?) when storing the image but it seems bad. It seems worse compared to ste crop wordpress does when uploading pics. And to make it worse, the buddypress crop file size is larger compared to doing the same crop with the image editing programme – and that with lower quality. I’m devastated.

    #256897
    danbp
    Participant

    Add this snippet to bp-custom.php and comment/remove what you don’t need

    function bpex_admin_bar_remove() {
    global $wp_admin_bar;
    
    	// Remove the whole WP logo menu
    //	$wp_admin_bar->remove_node( 'wp-logo' ); 
    
    	// remove only About BuddyPress 
    	$wp_admin_bar->remove_node( 'bp-about' ); 
    
    	// remove only About bbPress
    //	$wp_admin_bar->remove_node( 'bbp-about' );
    
    }
    add_action( 'wp_before_admin_bar_render', 'bpex_admin_bar_remove' );

    Related BP 2.6.1.1 admin menu reference: bp-core/classes/class-bp-admin.php:485

    Related WP function: https://codex.wordpress.org/Plugin_API/Action_Reference/wp_before_admin_bar_render

    #256895
    intothemythica
    Participant

    Specifically, NEW posts are not showing up in the Activity feed after i moved buddypress to the sub-site. But posts that were done before the move are. Why is this and how to fix it?

    danbp
    Participant

    This page was removed. Read here why.

    #256889
    skitzpress
    Participant

    I am having this issue with BuddyPress 2.6.1.1 & bbPress 2.5.10 plugins installed

    I have used the BuddyPress repair tool but it didn’t work?

    Running WordPress 4.4.4 and the Sparkling theme

    Any ideas as this seems to be a common issue looking back through older topics

    Irony is when I forgot my password to this forum it sent an email instantly!!!

    Thanks in advance

    #256887

    In reply to: Poor Avatar quality

    danbp
    Participant

    BuddyPress is not Photoshop. The cropper is only cropping, ie from too big to admitted default size.
    Size is dimension (150x150px), not quality (dpi).

    Default avatar are registered in full-size of 150×150 and 50×50 for thumbnails. Both CSS adjusted depending where the avatar is used.

    Adjusting a size from to big to smaller is generally better rendered as going from too small to bigger. But once a picture is cropped, his size fits to what is setup for default_size by WP/BP or you.

    Picture format: jpg or png ? In brief; jpg remain static, png is more elastic. But nothing to do with BuddyPress img handling displaying (avatar, covers).

    To fit img quality – from mobile to retina – you need an original picture of at least 145 dpi, what ever the size and the picture format. Actually for best quality, 300 dpi is a common usage.

    But who knows what your users upload for their avatar ? A 3mo jpeg in 72 dpi 2400 x 1850 or a 30ko jpeg in 150 dpi and 800x600px ? Or an exact and optimized (default) 150X150, jpeg/145dpi of 9 ko ?

    Frankly the only thing you can do in regard of “quality” pictures for BuddyPress, is to use the default size for avatars, eventually adjusted by a few more pixel because of your theme and available place.

    I won’t struggle much with code but inform clearly my user to use a picture of 250×250 max for custom avatar and to respect – so far as possible – the size indicated for a cover img, for which you can recommand a dpi of 150. But without any waranty they obey your recommandations.

    To adjust max cropping size, you can add this to your bp-custom.php file:

    
    /* AVATAR MAX CROP SIZING */
    define ( 'BP_AVATAR_THUMB_WIDTH', 60 );
    define ( 'BP_AVATAR_THUMB_HEIGHT', 60 );
    define( 'BP_AVATAR_FULL_WIDTH', 175 );
    define( 'BP_AVATAR_FULL_HEIGHT', 175 );
    #256881

    In reply to: Poor Avatar quality

    3T_MJ
    Participant

    thanks @buddycore but I already did that. I even uploaded a larger avatar to get it resized but not a big difference. So I assume it’s due to the image compression when cropping/resizing. When I edit the image with an image editor and replace the files created by buddypress (given the exact same names and dimensions) it looks far better then having it done with by buddypress. But that’s nothinhg members of the site will be able to do. They rely soley on buddypress.

    Is there a way to set the quality of the avatar when cropiing/resizing?

    #256876

    In reply to: Members display name

    danbp
    Participant

    Try this plugin:
    https://wordpress.org/plugins/buddypress-usernames-only/
    (old but still working)

    #256874

    In reply to: Members display name

    webexpression
    Participant

    I seem to be struggling to get many responses for my problem.

    Does anyone know any buddypress experts I could pay to solve this issue? I would really appreciate a response.

    Thank you

    #256866

    In reply to: Link Profile in html

    Earl_D
    Participant

    I think you can do that by creating a custom menu with the profile, message and notification links then using the custom menu widget to place in the side. Use the screen options fold out on the admin >appearance >menu page to make the Buddypress profile, notifications etc menu links visible.

    #256861
    buddycore
    Participant

    Thanks for reply, doesn’t matter. I’ve given up once again with BuddyPress, I’ll take a look back when nouveau comes out.

    #256859
    buddycore
    Participant

    my-theme/buddypress/groups/create.php

    <?php if(bp_is_group_creation_step('group-invites')) : ?>
    
    	<?php do_action('bp_before_group_invites_creation_step'); ?>
    
    	<?php if(bp_is_active('friends') && bp_get_total_friend_count(bp_loggedin_user_id())) : ?>
    
    		<div class="left-menu">
    
    			<div id="invite-list">
    				<ul>
    					<?php bp_new_group_invite_friend_list(); ?>
    				</ul>
    
    				<?php wp_nonce_field('groups_invite_uninvite_user', '_wpnonce_invite_uninvite_user'); ?>
    			</div>
    
    		</div><!-- LEFT -->
    
    		<div class="main-column">
    
    			<div id="message" class="info">
    				<p><?php _e('Select people to invite from your friends list.', 'buddypress'); ?></p>
    			</div>
    
    			<ul id="friend-list" class="item-list">
    
    			<?php if(bp_group_has_invites()) : ?>
    
    				<?php while(bp_group_invites()) : bp_group_the_invite(); ?>
    
    					<li id="<?php bp_group_invite_item_id(); ?>">
    
    						<?php bp_group_invite_user_avatar(); ?>
    
    						<h4><?php bp_group_invite_user_link(); ?></h4>
    						<span class="activity"><?php bp_group_invite_user_last_active(); ?></span>
    
    						<div class="action">
    							<a class="remove" href="<?php bp_group_invite_user_remove_invite_url(); ?>" id="<?php bp_group_invite_item_id(); ?>"><?php _e('Remove Invite', 'buddypress'); ?></a>
    						</div>
    					</li>
    
    				<?php endwhile; ?>
    
    				<?php wp_nonce_field('groups_send_invites', '_wpnonce_send_invites'); ?>
    
    			<?php endif; ?>
    
    			</ul>
    
    		</div><!-- MAIN -->
    
    	<?php else : ?>
    
    		<div id="message" class="info">
    			<p><?php _e('Once you have built up friend connections you will be able to invite others to your group.', 'buddypress'); ?></p>
    		</div>
    
    	<?php endif; ?>
    
    	<?php wp_nonce_field('groups_create_save_group-invites'); ?>
    
    	<?php do_action('bp_after_group_invites_creation_step'); ?>
    
    <?php endif; ?>

    my-theme/buddypress/groups/single/send-invites.php

    <?php
    /**
     * BuddyPress - Groups Send Invites
     *
     * @package BuddyPress
     * @subpackage bp-legacy
     */
    
    /**
     * Fires before the send invites content.
     *
     * @since 1.1.0
     */
    do_action( 'bp_before_group_send_invites_content' ); ?>
    
    <?php
    /* Does the user have friends that could be invited to the group? */
    if ( bp_get_new_group_invite_friend_list() ) : ?>
    
        <?php /* 'send-invite-form' is important for AJAX support */ ?>
        <form action="<?php bp_group_send_invite_form_action(); ?>" method="post" id="send-invite-form" class="standard-form">
    
            <div class="invite">
                <?php bp_get_template_part( 'groups/single/invites-loop' ); ?>
            </div>
    
            <div class="submit">
                <input type="submit" name="submit" id="submit" value="<?php esc_attr_e( 'Send Invites', 'buddypress' ); ?>" />
            </div>
    
            <?php wp_nonce_field( 'groups_send_invites', '_wpnonce_send_invites' ); ?>
    
            <?php /* This is important, don't forget it */ ?>
            <input type="hidden" name="group_id" id="group_id" value="<?php bp_group_id(); ?>" />
    
        </form><!-- #send-invite-form -->
    
    <?php
    /* No eligible friends? Maybe the user doesn't have any friends yet. */
    elseif ( 0 == bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
    
        <div id="message" class="info">
            <p class="notice"><?php _e( 'Group invitations can only be extended to friends.', 'buddypress' ); ?></p>
            <p class="message-body"><?php _e( "Once you've made some friendships, you'll be able to invite those members to this group.", 'buddypress' ); ?></p>
        </div>
    
    <?php
    /* The user does have friends, but none are eligible to be invited to this group. */
    else : ?>
    
        <div id="message" class="info">
            <p class="notice"><?php _e( 'All of your friends already belong to this group.', 'buddypress' ); ?></p>
        </div>
    
    <?php endif; ?>
    
    <?php
    
    /**
     * Fires after the send invites content.
     *
     * @since 1.2.0
     */
    do_action( 'bp_after_group_send_invites_content' ); ?>
    
    #256856

    In reply to: Poor Avatar quality

    3T_MJ
    Participant

    Not sure if the problem is image size related or if it’s the compression set for buddypress. The crop preview looks much better than the final avatar pic! Any thoughts how to solve this?

    #256853
    danbp
    Participant

    Is your custom language file in the correct folder ?
    wp-content/languages/buddypress/buddypress-en_US.mo

    Could also be your theme who contains some BP elements ?

    Or you can also try what is indicated here:

    Navigation API

    #256850
    Paul Wong-Gibbs
    Keymaster

    This is definitely not a message sent by the main BuddyPress plugin. I agree with @danbp above.

Viewing 25 results - 9,701 through 9,725 (of 69,120 total)
Skip to toolbar