Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 14,826 through 14,850 (of 69,016 total)
  • Author
    Search Results
  • #229915
    danbp
    Participant

    Polylang plugin is intended to translate your site content

    To translate BuddyPress you have to use the translation support shipped with the plugin (buddypress.pot in bp-languages folder) and create your own version of po/mo files.

    Or to get a ready to use BP translation in your language, check out from here
    For any hints about translation, or to contribute, see here.

    #229904
    miama
    Participant

    and this:

    <?php
    
    /**
    * BuddyPress – Users Notifications
    *
    * @package BuddyPress
    * @subpackage bp-legacy
    */
    
    ?>
    
    <div class=”item-list-tabs no-ajax” id=”subnav” role=”navigation”>
    
        <?php bp_get_options_nav(); ?>
    
        <li id=”forums-order-select” class=”last filter”>
        <?php bp_notifications_sort_order_form(); ?>
    
    </div>
    
    <?php
    switch ( bp_current_action() ) :
    
    // Unread
    case ‘unread’ :
    bp_get_template_part( ‘members/single/notifications/unread’ );
    break;
    
    // Read
    case ‘read’ :
    bp_get_template_part( ‘members/single/notifications/read’ );
    break;
    
    // Any other
    default :
    bp_get_template_part( ‘members/single/plugins’ );
    break;
    endswitch;
    #229903
    miama
    Participant
    
    
    <?php
    
    /**
    * BuddyPress – Users Home
    *
    * @package BuddyPress
    * @subpackage bp-default
    */
    
    //get theme options
    global $oswc_bp;
    
    //set theme options
    $oswc_bp_sidebar_unique = $oswc_bp[‘bp_sidebar_unique’];
    $oswc_bp_members_sidebar_unique = $oswc_bp[‘bp_members_sidebar_unique’];
    
    //setup variables
    $sidebar=”Default Sidebar”;
    if($oswc_bp_sidebar_unique) { $sidebar=”BuddyPress Default Sidebar”; }
    if($oswc_bp_members_sidebar_unique) { $sidebar=”BuddyPress Members Sidebar”; }
    
    get_header( ‘buddypress’ ); ?>
    
    <div class=”main-content-left”>
    
    <div class=”page-content” id=”content”>
    
    <?php do_action( ‘bp_before_member_home_content’ ); ?>
    
    <div id=”item-header” role=”complementary”>
    
    <?php locate_template( array( ‘members/single/member-header.php’ ), true ); ?>
    
    </div><!– #item-header –>
    
    <div id=”item-nav”>
    <div class=”item-list-tabs no-ajax” id=”object-nav” role=”navigation”>
    
        <?php bp_get_displayed_user_nav(); ?>
    
        <?php do_action( ‘bp_member_options_nav’ ); ?>
    
    </div>
    </div><!– #item-nav –>
    
    <div id=”item-body”>
    
    <?php do_action( ‘bp_before_member_body’ );
    
    if ( bp_is_user_activity() || !bp_current_component() ) :
    locate_template( array( ‘members/single/activity.php’ ), true );
    
    elseif ( bp_is_user_blogs() ) :
    locate_template( array( ‘members/single/blogs.php’ ), true );
    
    elseif ( bp_is_user_friends() ) :
    locate_template( array( ‘members/single/friends.php’ ), true );
    
    elseif ( bp_is_user_groups() ) :
    locate_template( array( ‘members/single/groups.php’ ), true );
    
    elseif ( bp_is_user_messages() ) :
    locate_template( array( ‘members/single/messages.php’ ), true );
    
    elseif ( bp_is_user_profile() ) :
    locate_template( array( ‘members/single/profile.php’ ), true );
    
    elseif ( bp_is_user_forums() ) :
    locate_template( array( ‘members/single/forums.php’ ), true );
    
    elseif ( bp_is_user_settings() ) :
    locate_template( array( ‘members/single/settings.php’ ), true );
    
    elseif ( bp_is_user_notifications() ) :
    locate_template( array( ‘members/single/notifications.php’ ), true );
    // If nothing sticks, load a generic template
    else :
    locate_template( array( ‘members/single/plugins.php’ ), true );
    
    endif;
    
    do_action( ‘bp_after_member_body’ ); ?>
    
    </div><!– #item-body –>
    
    <?php do_action( ‘bp_after_member_home_content’ ); ?>
    
    </div>
    
    </div>
    
    <div class=”sidebar”>
    
    <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar($sidebar) ) : else : ?>
    
    <div class=”widget-wrapper”>
    
    <div class=”widget”>
    
    <div class=”section-wrapper”><div class=”section”>
    
    <?php _e(‘ Made Magazine ‘, ‘made’ ); ?>
    
    </div></div>
    
    <div class=”textwidget”>
    
    <p><?php _e( ‘This is a widget panel. To remove this text, login to your WordPress admin panel and go to Appearance >> Widgets, and drag & drop a widget into the corresponding widget panel.’, ‘made’ ); ?></p>
    
    </div>
    
    </div>
    thats what I did:
    </div>
    
    <?php endif; ?>
    
    </div>
    
    <br class=”clearer” />
    
    <?php get_footer( ‘buddypress’ ); ?>
    
    #229901
    danbp
    Participant

    hi @miama,

    deactivate the theme and all plugins except buddypress and use one of WP’s default twenty theme to test your install.

    #229862
    Brent Havill
    Participant

    Hi Henry

    I went to ‘plugins’/buddypress/settings, and found the following (I note that “account settings” is not ticked – could this be it?)
    I have bolded the ones that are ticked currently.

    Settings:

    Component Description
    Component Description
    Extended Profiles Customize your community with fully editable profile fields that allow your users to describe themselves.
    Account Settings Allow your users to modify their account and notification settings directly from within their profiles.
    Friend Connections Let your users make connections so they can track the activity of others and focus on the people they care about the most.
    Private Messaging Allow your users to talk to each other directly and in private. Not just limited to one-on-one discussions, messages can be sent between any number of members.
    Activity Streams Global, personal, and group activity streams with threaded commenting, direct posting, favoriting, and @mentions, all with full RSS feed and email notification support.
    Notifications Notify members of relevant activity with a toolbar bubble and/or via email, and allow them to customize their notification settings.
    User Groups Groups allow your users to organize themselves into specific public, private or hidden sections with separate activity streams and member listings.
    Site Tracking Record activity for new posts and comments from your site.
    BuddyPress Core It‘s what makes time travel BuddyPress possible!
    Community Members Everything in a BuddyPress community revolves around its members.

    #229861
    Brent Havill
    Participant

    Thanks Henry!! Your are a huge help!

    ps – while I search for the social network notify members plugin, would you mind just having a quick look at this ‘list’ of our plugins I just happen to have on hand?:

    LIST OF PLUGINS:
    AVH Extended Categories Widgets
    Settings | Deactivate | Edit Replacement of the category widget to allow for greater customization of the category widget.
    Version 3.9.3 | By Peter van der Does | View details
    BuddyPress
    Deactivate | Edit | Settings | About Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    Version 2.1.1 | By The BuddyPress Community | View details

    Category Order
    Deactivate | Edit The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop.
    Version 1.0.3 | By Wessley Roche | View details

    Contact Form 7
    Settings | Deactivate | Edit Just another contact form plugin. Simple but flexible.
    Version 4.0.1 | By Takayuki Miyoshi | View details
    There is a new version of Contact Form 7 available. View version 4.0.2 details or update now.

    LayerSlider WP
    Deactivate | Edit LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over 200 2D & 3D transitions.
    Version 5.1.1 | By Kreatura Media | Visit plugin site

    Limit Login Attempts
    Deactivate | Edit Limit rate of login attempts, including by way of cookies, for each IP.
    Version 1.7.1 | By Johan Eenfeldt | View details

    Reveal IDs
    Deactivate | Edit Reveals hidden IDs in Admin interface that have been removed with WordPress 2.5 (formerly known as Entry IDs in Manage Posts/Pages View for WP 2.5). See options page for information.
    Version 1.4.5 | By Oliver Schlöbe | View details

    Sweet Captcha
    Deactivate | Edit Adds SweetCaptcha anti-spam solution to WordPress on the comment form, registration form, and other forms. Is compatible with Contact Form 7 and BuddyPress plug-ins. WordPress network is also supported.
    Version 3.0.8 | By Sweet Captcha | View details

    Vibe Course Module
    Deactivate | Edit This is the Course module for WPLMS WordPress Theme by VibeThemes
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Course Module available. View version 1.8.2 details or update now.

    Vibe Custom Types
    Deactivate | Edit This plugin creates Custom Post Types and Custom Meta boxes for WPLMS theme.
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Custom Types available. View version 1.8.2 details or update now.

    Vibe ShortCodes
    Deactivate | Edit Create unlimited shortcodes
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of Vibe ShortCodes available. View version 1.8.2.1 details or update now.

    WooCommerce
    Settings | Deactivate | Edit An e-commerce toolkit that helps you sell anything. Beautifully.
    Version 2.2.8 | By WooThemes | View details | Docs | API Docs | Premium Support

    WPBakery Visual Composer
    Deactivate | Edit Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.
    Version 4.2.3 | By Michael M – WPBakery.com | View details
    There is a new version of WPBakery Visual Composer available. View version 4.3.4 details. Download new version from CodeCanyon.

    WPLMS Assignments
    Activate | Edit | Delete COURSE Assignments plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site

    WPLMS Customizer Plugin
    Deactivate | Edit A simple WordPress plugin to modify WPLMS template
    Version 1.0 | By VibeThemes | Visit plugin site

    WPLMS Dashboard
    Deactivate | Edit Student/Instructor Dashboard for WPLMS theme
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Dashboard available. View version 1.8.2 details or update now.

    WPLMS Events
    Activate | Edit | Delete COURSE Events plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site
    WPLMS Front End
    Deactivate | Edit FRONT END Content Creation plugin for WPLMS
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Front End available. View version 1.8.2 details or update now.

    WP Mail From II
    Deactivate | Edit Allows you to configure the default email address and name used for emails sent by WordPress.
    Version 1.0.2 | By Ben Huson | View details

    #229851
    Henry Wright
    Moderator

    Codex editing has been temporarily disabled. See this topic for more info:

    https://buddypress.org/support/topic/this-is-why-we-cant-have-nice-things/

    #229850
    sadeghr
    Participant

    Thank you I am not allowed to edit the page! :

    Persian – Farsi (fa_IR)

    #229849
    Henry Wright
    Moderator

    I was hoping someone could point me to the code that handles the conversion of an address you type in to LINK

    Sorry for me seeming dumb, but I really am not sure what you mean by this? Your web browser interprets the <img> tag and renders the image on screen if that’s what you mean?

    The BuddyPress code is on GitHub if that’s any help. See here

    #229843
    Paul Bursnall
    Participant

    @hypnoscribe @milenushka To be honest I deactivated and uninstalled Buddypress a few weeks ago. There was no response to this query and given it’s a key part of the BP experience I found that quite disappointing. Although at the same time, I do acknowledge the plugin is maintained by volunteers. I’m now using a different plugin for a community feature which expands on the default WordPress user accounts, and links nicely with the big social networks for good exposure. Sorry I can’t help in resolving this.

    #229835
    Henry Wright
    Moderator

    Hi @brent-havill

    The functionality you describe seems to be custom (not the default functionality provided by BuddyPress or WordPress) so you’ll need to provide more details on how exactly it works in order for the guys here to try to help.

    #229802
    Hugo Ashmore
    Participant

    I’m slightly surprised a reference error causes this issue, one tends to see plenty of them from many files including some from WP JS.

    We could run a check on the variable to see if it’s defined before parsing that line, I’ll open a trac ticket with a patch, but that – if accepted – won’t be in core for a month or so.

    You could edit your core file, but I stress this is a core modification and will be overwritten in updates so if this fix works for you but doesn’t get committed to core you would need to add it again after updates.

    locate admin.js in /buddypress/bp-activity/js/ and modify line 170 to resemble this:

    
    // in single Activity Administration screen.
    
    if( typeof postboxes !== 'undefined' ) {
    
     postboxes.add_postbox_toggles( bp_activity_admin_vars.page );
    }
    
    
    #229799
    Carme Mias
    Participant

    Hello,
    I get the same error message in the BuddyPress Activity admin page. Also, AG Custom Admin don’t seem to give any solution either.
    Does anyone have a recommendation on how to solve this?
    Thanks

    quan_flo
    Participant

    Hi,

    I found out that the problem seems to be caused by an rtmedia upgrade. So it does not seem to be a buddypress bug.

    Please ignore my post!

    Florian

    #229783

    In reply to: Youtube z-index

    Hugo Ashmore
    Participant

    As I thought we had covered something similar to this in the distant past:
    https://buddypress.org/support/topic/set-wmodetransparent-for-oembed-plugin/

    Based on that I’ve re-worked things to something a lot lot simpler which appears to work, but testing in these circs is going to be minimal so there may be issues – this would be dropped into your functions.php file in theme.

    
    function ie_oembed_wmode( $embed ) {
    											
       $embed = str_replace( '?feature=oembed', '?feature=oembed&wmode=opaque', $embed); 
    	
       return $embed;
    }
    add_filter( 'embed_oembed_html', 'ie_oembed_wmode', 15 );
    
    #229779
    shanebp
    Moderator

    Yes, if you enable this setting in wp-admin:
    Settings > BuddyPress > Settings > Enable BuddyPress to WordPress profile syncing

    shanebp
    Moderator

    Try adding this to bp-custom.php:

    function josiah_set_user_role( $user_id, $user_login, $user_password, $user_email, $usermeta ) {
        wp_update_user( array( 'ID' => $user_id, 'role' => 's2member_level1' ) );
    }
    add_action( 'bp_core_signup_user', 'josiah_set_user_role', 15, 5 );
    #229770
    robertosalemi
    Participant

    Resolved.

    function remove_buddypress_admin_bar_init() {
    	echo '<style type="text/css">
    		div#wp-toolbar > ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account > div.ab-sub-wrapper > ul#wp-admin-bar-my-account-buddypress {
    			display: none !important;
    		}
    	</style>';
    }
    
    add_action( 'init', 'remove_buddypress_admin_bar_init' );

    Thanks! 😉

    Josiah77
    Participant

    From what I understand Buddypress has authority over s2member’s registration process, so even if I change things for s2member, buddypress won’t recognize it.

    IS there anything I can change in buddy press to make it work?

    Or

    Is there a way I can give the registration authority back to s2member?

    Thanks!

    anndr0id
    Participant

    I am having this same issue! Linux server on MediaLayer
    Wordpress 4.0.1
    Buddypress 2.1.1
    PHP 5.3.28
    Apache 2.2.27

    No Plugins except Buddypress

    Tried several themes

    shanebp
    Moderator

    Perhaps the 3rd comment here will solve your problem.

    #229738
    shanebp
    Moderator

    If you’re editing core files – then yes, of course, your changes will be wiped out.
    You can use bp-custom.php to add functions.
    You can use template overrides to change templates.
    See the codex ( the Documentation link ) for more info.
    It’s rare that you can’t make your changes using a filter hook – then the changes won’t be wiped out.
    This is the standard approach to coding in WP – including BuddyPress and bbPress.

    #229721
    Henry Wright
    Moderator

    Yeah, all BuddyPress sites will have the wp_users and wp_usermeta tables. See here for a description of the WordPress database and here for the BuddyPress one.

    #229716

    I see… Yes I should have realized that all the user meta was stored in the default table!! I guess I kinda meant if I was going to develop a buddypress specific plugin where would be a good place to start, but I suppose it is like any other WP plugin. Thanks for the insight @henrywright!

    #229706
    milenushka
    Participant

    Hi @@hnla, thank you for addressing this.
    I did research some more and found that the default buddypress moved the post link “read more” to the time. I guess that was only done to the post excerpts, because if I post a long status- the [read more] link will appear (like in the attached screenshot).

    If I use your code- I change the excerpt length of the updates. I lengthened it and now at least the activity wall looks more uniform.
    But the post excerpts are still pretty short (about 1/3 of the thumbnail height)
    Do you have an idea how to change the post excerpts length? (The first example in the screenshot).

    Thank you.

Viewing 25 results - 14,826 through 14,850 (of 69,016 total)
Skip to toolbar