Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 12,976 through 13,000 (of 32,678 total)
  • Author
    Search Results
  • resistoyen
    Participant

    @mercime

    Thx a lot for you help here. There is some change but it’s not working yet.
    Though, this is encouraging as it have now an effect, but not the good one.

    Here’s the screenshots of 2 tests

    The code of my style.css of child theme

    /* Theme Name: Oxygen Child Theme
    Author: Self-Help WordPress User
    Template: oxygen */
    @import url("../oxygen/style.css");
    
    .bp-full-width {
    width: 100% !important;  }

    The effect is different: the bar go to left just under the main menu, which is the right place where it should be ! But the bar remains too little. I got the same effect with a 940 px width, which is the normal px of the full-width of oxygene.

    with 100% or 940 px

    Then i tryed to put 1500 px, or 200% to see if the bar go longer :

    1500px

    I searched for like one hour or two by now on google to find the right thing & still trying. I also tryed on main theme, changing the stylesheet. Same effect.

    Here’s the codes of all this documents.

    buddypress.php : http://pastebin.com/xs8BUN14

    Again, thanks for your help

    Ikenna
    Participant

    Hello, I have a problem that is troubleing me for quite a long time now and I have tried all my possible best but all seems futile. A quick fix for this will cause my heart to overjoy in thanks.

    I use bbpress and when creating new topics, I upload images and in buddypress activity plus I also upload image. But the problem is that when the image is displayed in the activity page, it cuts and looks ugly.

    I want to find a way to resize the width of the image so that it may be 300px width and 200px height. I went to wordpress admin and changed the default image size and yet it did not work. I tried firebug, and it couldn’t work either. A help will be ok. Watch the images below carefully to understand better!


    #171327
    Erlend
    Participant

    We’re using bbPress and BuddyPress to power the jMonkeyEngine community site:
    http://hub.jmonkeyengine.org/

    Using the excellent Firmasite as our parent theme, our child theme is a modified version of the ACME Dashboard. It is indeed marketed as an admin theme, but we found it to be nicely suited for a clean discussion-centric layout.

    We’re not taking great advantage of BuddyPress at the moment, in great part due to a pending bbPress/BuddyPress bug that makes it difficult for us to repurpose our groups. In the future we want to use vanilla groups for task-centric “workgroups”, and we’ve long been entertaining the idea of making a customized version of groups to create a plugin front-end for our SDK.

    bbPress on the other hand is constantly being pushed to its limits, and we’re very happy with it. We’re using the Support Topic plugin to great effect, along with our custom made Quotes plugin, among many others.

    Huge thanks to the developers and contributors of bbPress and BuddyPress for making two outstanding pieces of free software.

    p.s. If any budding WordPress developers out there would like an opportunity to get some experience contributing to an open source project, you’re very welcome to get in touch.

    #171320
    stevehutcheson
    Participant

    I cannot find a suitable answer to getting the Avatars to appear. I am using wordpress version 3.6.1 and have downloaded the latest version of buddypress 1.8.1 and am using the theme Buddypress Default 1.8.1

    I can load the avatar and see it in order to crop it however once cropped, it does not appear although the profile avatar is in the folder http://aidwork.net/wp-content/uploads/avatars/1/ and the group avatars are in http://aidwork.net/wp-content/uploads/group-avatars/8/ The code in the program does not appear to point towards these avatar folder and as such cannot locate the file and only the default text appears.

    How can this be rectified? What file and part of the code do I need to alter?

    @mercime
    Participant

    I created a buddypress.php by copying the code tooked from the page-template-fullwidth.php. It didn’t work

    @resistoyen sometimes it doesn’t work right away. To continue, using this page as reference:
    https://themes.trac.wordpress.org/browser/oxygen/0.5/page-template-fullwidth.php?rev=24186

    a) Remove the following from your buddypress.php file
    Line 3: Template Name: Full Width
    Line 13-17: <div class="aside"> to closing </div>

    b) Change Line 21 from
    <div class="content-wrap">
    to
    <div class="content-wrap bp-full-width">

    c) Add this to your theme’s stylesheet

    .bp-full-width {
    width: 100% !important; 
    }
    #171305
    catwomanbadkitty
    Participant

    The above plugin does not exist and the code must be outdated.

    I am on Buddypress 1.8.1 and WordPress 3.6. I want to remove Activity from the member profile. I was able to style it out by placing the following into my childtheme CSS file:

    #user-activity {
    display: none;
    }

    I then made my Profile tab display first using the following in bp-custom.php:

    // define the profile tab that opens by default
    define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );

    So activity does not appear, however if you type in the URL: mysite/members/username/activity the Activity stream is still there.

    Any best practices for getting rid of Activity in the Profile.
    I also want to make changes to the main Activity stream and Group Activity stream so a point to good resources would be great.

    resistoyen
    Participant

    Sorry i forgot to say i’m on wordpress 3.6.1.

    valuser
    Participant

    Many thanks for your reply.

    The theme is that at https://wordpress.org/themes/wordstrap

    Have taken your advice and am almost there! (i think !)

    I just have not altered the index.php file correctly – (your advice very welcome)

    With an index.php file in directory —> themes/wordstrap/groups/index.php

    (no change whatsoever if in themes/wordstrap/buddypress/groups/index.php)

    see altered file at http://pastebin.com/VAfJAjbj

    and a jpg of the result at https://i.imgur.com/7fRK8at.jpg (where within the content everything has floated left!).

    Any advice most welcome

    #171271
    3×7
    Participant

    found it. I’ll try to do it with this:

    https://wordpress.org/plugins/bp-group-frontpage/

    Thanks!

    #171256
    Uncle Jimmy
    Participant

    My Site
    ChristianiTees
    This is the Problem

    Here’s What I’m Using

    • WordPress 3.6
    • BuddyPress 1.8.1
    • Gantry Theme for WordPress – By RocketTheme, LLCVersion 4.0.6 [Basic default Gantry theme for WordPress]
    • Gantry BuddyPress – Version 1.3 | By RocketTheme, LLC
    • Gantry Template Framework – Version 4.0.7 | By RocketTheme

    Prior Issues With gantry-buddypress Plugin

    <p>This Plugin has been responsible for all other issues with BuddyPress that I’ve had, e.g., [[Resolved] Registration/Activation Brokenand[Resolved] Duplicate Profile Meta Error]

    I believe the present issue is within this plugin somewhere here, not sure.</p>
    <p></p>
    The entry.php file code is;
    <p> </p>

    
    <?php
    /**
     * @version   1.3 November 8, 2012
     * @author    RocketTheme, LLC http://www.rockettheme.com
     * @copyright Copyright © 2007 - 2012 RocketTheme, LLC
     * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
     */
    
    /**
     * BuddyPress - Activity Stream (Single Item)
     *
     * This template is used by activity-loop.php and AJAX functions to show
     * each activity.
     *
     * @package BuddyPress
     * @subpackage bp-default
     */
    
    ?>
    
    <?php do_action( 'bp_before_activity_entry' ); ?>
    
    <li class="<?php bp_activity_css_class(); ?>" id="activity-<?php bp_activity_id(); ?>">
    	<div class="activity-avatar">
    		">
    
    			<?php bp_activity_avatar(); ?>
    
    		
    	</div>
    
    	<div class="activity-content">
    
    		<div class="activity-header">
    
    			<?php bp_activity_action(); ?>
    
    		</div>
    
    		<?php if ( 'activity_comment' == bp_get_activity_type() ) : ?>
    
    			<div class="activity-inreplyto">
    				<?php _e( 'In reply to: ', 'buddypress' ); ?><?php bp_activity_parent_content(); ?> " class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ); ?>"><?php _e( 'View', 'buddypress' ); ?>
    			</div>
    
    		<?php endif; ?>
    
    		<?php if ( bp_activity_has_content() ) : ?>
    
    			<div class="activity-inner">
    
    				<?php bp_activity_content_body(); ?>
    
    			</div>
    
    		<?php endif; ?>
    
    		<?php do_action( 'bp_activity_entry_content' ); ?>
    
    		<?php if ( is_user_logged_in() ) : ?>
    
    			<div class="activity-meta">
    
    				<?php if ( bp_activity_can_comment() ) : ?>
    
    					" class="button acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment <span>%s</span>', 'buddypress' ), bp_activity_get_comment_count() ); ?>
    
    				<?php endif; ?>
    
    				<?php if ( bp_activity_can_favorite() ) : ?>
    
    					<?php if ( !bp_get_activity_is_favorite() ) : ?>
    
    						" class="button fav bp-secondary-action" title="<?php esc_attr_e( 'Mark as Favorite', 'buddypress' ); ?>"><?php _e( 'Favorite', 'buddypress' ); ?>
    
    					<?php else : ?>
    
    						" class="button unfav bp-secondary-action" title="<?php esc_attr_e( 'Remove Favorite', 'buddypress' ); ?>"><?php _e( 'Remove Favorite', 'buddypress' ); ?>
    
    					<?php endif; ?>
    
    				<?php endif; ?>
    
    				<?php if ( bp_activity_user_can_delete() ) bp_activity_delete_link(); ?>
    
    				<?php do_action( 'bp_activity_entry_meta' ); ?>
    
    			</div>
    
    		<?php endif; ?>
    
    	</div>
    
    	<?php do_action( 'bp_before_activity_entry_comments' ); ?>
    
    	<?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_activity_get_comment_count() ) : ?>
    
    		<div class="activity-comments">
    
    			<?php bp_activity_comments(); ?>
    
    			<?php if ( is_user_logged_in() ) : ?>
    
    				<form action="<?php bp_activity_comment_form_action(); ?>" method="post" id="ac-form-<?php bp_activity_id(); ?>" class="ac-form"<?php bp_activity_comment_form_nojs_display(); ?>>
    					<div class="ac-reply-avatar"><?php bp_loggedin_user_avatar( 'width=' . BP_AVATAR_THUMB_WIDTH . '&height=' . BP_AVATAR_THUMB_HEIGHT ); ?></div>
    					<div class="ac-reply-content">
    						<div class="ac-textarea">
    							<textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input" name="ac_input_<?php bp_activity_id(); ?>"></textarea>
    						</div>
    						<input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ); ?>" />   <?php _e( 'or press esc to cancel.', 'buddypress' ); ?>
    						<input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" />
    					</div>
    
    					<?php do_action( 'bp_activity_entry_comments' ); ?>
    
    					<?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment' ); ?>
    
    				</form>
    
    			<?php endif; ?>
    
    		</div>
    
    	<?php endif; ?>
    
    	<?php do_action( 'bp_after_activity_entry_comments' ); ?>
    
    
    
    <?php do_action( 'bp_after_activity_entry' ); ?>
    
    
    

    The activity-loop.php file code is;

    
    <?php
    /**
     * @version   1.3 November 8, 2012
     * @author    RocketTheme, LLC http://www.rockettheme.com
     * @copyright Copyright © 2007 - 2012 RocketTheme, LLC
     * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
     */
    
    /**
     * BuddyPress - Activity Loop
     *
     * Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_object_filter()
     *
     * @package BuddyPress
     * @subpackage bp-default
     */
    
    ?>
    
    <?php do_action( 'bp_before_activity_loop' ); ?>
    
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
    
    	<?php /* Show pagination if JS is not enabled, since the "Load More" link will do nothing */ ?>
    	<noscript>
    		<div class="pagination">
    			<div class="pag-count"><?php bp_activity_pagination_count(); ?></div>
    			<div class="pagination-links"><?php bp_activity_pagination_links(); ?></div>
    		</div>
    	</noscript>
    
    	<?php if ( empty( $_POST['page'] ) ) : ?>
    
    		<ul id="activity-stream" class="activity-list item-list">
    
    	<?php endif; ?>
    
    	<?php while ( bp_activities() ) : bp_the_activity(); ?>
    
    		<?php gantry_bp_locate_type( array( 'activity/entry.php' ), true, false ); ?>
    
    	<?php endwhile; ?>
    
    	<?php if ( bp_activity_has_more_items() ) : ?>
    
    		<li class="load-more">
    			<?php _e( 'Load More', 'buddypress' ); ?>
    		
    
    	<?php endif; ?>
    
    	<?php if ( empty( $_POST['page'] ) ) : ?>
    
    		
    
    	<?php endif; ?>
    
    <?php else : ?>
    
    	<div id="message" class="info">
    		<p><?php _e( 'Sorry, there was no activity found. Please try a different filter.', 'buddypress' ); ?></p>
    	</div>
    
    <?php endif; ?>
    
    <?php do_action( 'bp_after_activity_loop' ); ?>
    
    <form action="" name="activity-loop-form" id="activity-loop-form" method="post">
    
    	<?php wp_nonce_field( 'activity_filter', '_wpnonce_activity_filter' ); ?>
    
    </form>
    
    

    Any help resolving this issue is greatly appreciated, I will post the resolution here even if I recieve no response, so either BuddyPress Support or Users can benefit from these Gantry-BuddyPress Plugin Issues/Resolutions.

    Thank you in advance for your time.

    #171225
    @mercime
    Participant

    @jonesstl not sure where you’re trying to place that code, you might want to check out https://wordpress.org/plugins/bp-facebook-style-friend-lists/

    #171222
    damienoneill2001
    Participant

    Hi all,

    I want to add a piece of code to display some text saying “Welcome, username” in the WordPress Menus. This will only display when a Buddypress user has logged in and it links them to their profile page.

    So far, I have this in my function.php:

    // Filter wp_nav_menu() to add profile link
        add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link',10,2 );
        function my_nav_menu_profile_link($menu, $args) {      
                if( is_user_logged_in() && $args->theme_location == 'header2' ){
            $profilelink = '<li>Welcome, <a href="' . bp_loggedin_user_domain( '/' ) . '">' . bp_loggedin_user_id() . '</a></li>';
            $menu = $menu . $profilelink;
        }
        return $menu;
        }

    This works for everything but the Username.

    It is currently displaying the user ID correctly – obviously because the code states bp_loggedin_user_id() – but anything else I try doesnt work. Most terms just leave the space blank and all it returns is “Welcome, ”

    If I use bp_loggedin_user_username(), the username displays, but it breaks out of the code and places itself outside of the tags.

    I hope someone can help.

    Thanks

    Damien

    #171213
    @mercime
    Participant

    @koomak @tperkins there’s a trac ticket for this https://buddypress.trac.wordpress.org/ticket/5140 = would be helpful if you provide more information about your installation, also if this happened only when you upgraded to BP 1.8.1 or do you have a new installation?

    #171208
    @mercime
    Participant

    Haven’t used WAMP for a long while (XAMPP is tops) … You mentioned you have pretty permalinks working in WAMP. Was that before you activated BuddyPress or after? Btw, if you have SKYPE installed, you have to go through an extra step.

    #171198
    Artisantopia
    Participant

    ok – just adding this here so I have everything in one place:
    How to Add an Image Field to Buddypress Extended Profile Fields

    #171196
    Artisantopia
    Participant

    ooh what about this one for the file uploads:
    https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/

    Can anyone advise which of these options works best?

    thanks

    #171192
    Artisantopia
    Participant

    https://wordpress.org/plugins/buddypress-profiles-manager/

    ok, doing some more research and I’ve found this plugin which would possibly work by only showing the credentials profile fields for the experts. I’m not using S2member, but I am looking at other membership plugins, or I assume I could just use a capability manager to create new roles….

    Yes? No? Maybe?

    ok – back to Google for some more research…

    #171191
    Artisantopia
    Participant

    HI! I have a multisite network with the latest versions of WordPress, BuddyPress and bbPress on the main site. I have functionality I’d like to implement, but I’m not sure where to start! If anyone could point me in the right direction I’ll be eternally grateful.

    I’d like to add another page/area to the profile of members in a certain group. The forums are open to all members, but I want experts in the field to be identified as such. They will be added to an “Experts” group and then have the extra page/area where they can list their credentials. It would need to allow for unlimited text fields (to list their credentials) and possibly multiple file uploads so they can upload a scan of the credentials. The text fields will need to be searchable.

    I’m not sure what the best way is to approach this, so if anyone can give me some guidance that would be awesome, thanks.

    Ideally I’d also like to have a system that emails me if they haven’t completed their credentials within a set time frame after being added to the group, but this could come later.

    oshi
    Participant

    Hi can someone please Help me here. am using the latest update WordPress and BuddyPress install. Need help with css style, when viewing the inbox or sent messages, the box width is longer and I would like to re-size it to 666px.

    Please see the image below http://4everfamous.com/wp-content/uploads/2013/09/Untitled-1-copy.jpg

    I try to look up the class name or the id, i just cant seem to find the right one or am doing something wrong please help.

    Thank you

    #171175
    Eric Langley
    Participant

    @bphelp wrote: Okay I was able to replicate the issue if you use an email as the username. You may want to submit a trac ticket here:
    https://bbpress.trac.wordpress.org/

    I note: Done

    #171172
    bp-help
    Participant

    @elangley
    Okay I was able to replicate the issue if you use an email as the username. You may want to submit a trac ticket here:
    https://bbpress.trac.wordpress.org/

    #171170
    bp-help
    Participant

    @mirgcire
    That one may work you may also wanna try out these as well:
    https://wordpress.org/plugins/bp-registration-options/
    https://wordpress.org/plugins/invite-anyone/
    https://wordpress.org/plugins/buddypress-registration-groups-1/
    These may help get you close to what your looking for!

    #171166
    wernerk
    Participant

    Just a long shot… do you use an e-mail address as username?

    Have a look at my question https://buddypress.org/support/topic/problem-with-email-adress-as-username/ from some months ago. Unfortunately nobody replied.
    Workaround is to to create usernames without @ (we always create users ourselves, completely private groups, members need to be invited).
    Didn’t check recently if the problem has been resolved or not.

    Installed a plugin for users to login with their e-mail address or their username (which they typically forget) Plugin is WP Email Login: *Allows you to log into WordPress using your email address instead of a(nother) username.* Can be found at https://wordpress.org/plugins/wp-email-login/

    Don’t know if you might have a similar issue.

    #171151
    baronne
    Participant

    Hi,
    I am new to Buddypress but not so much to WordPress.
    I am looking to setup a WordPress based community network of sites which will include a buddypress social element. What I am looking for is some advice and recommendations (for themes and/or plugins) for the following features I am looking to implement on the community site:

    Users/community members of the site must be able to:
    – Submit articles of news and/or blogs (pending approval/moderation)
    – Spin up a “pop-up” online shop of their own to sell their stuff locally (and further afield), creating a sort of Etsy/Ebay/Tictail type marketplace.
    – Submit classifieds
    – submit & rate business directory listings
    – submit events & sell tickets
    – interact socially (assuming use of buddypress and bbpress for forums / Q&A, etc.)

    My plan is to have a wordpress multisite network and use various themes and plugins. I have identified some good ones already on themeforest and WPMU.

    Does anyone have a similar sort of community site that they have setup? Or if you have any comments/thoughts/suggestions – I’d appreciate the input.

    Regards,
    Baronne

    #171140
    Abertawe
    Participant

    Hey all, I’m new to the whole Buddypress thing but not new to WordPress.

    I am soon to start up my own metal community soon for anyone who listens to metal music, metal bands and artists included and have chosen to use Buddypress.
    Before I do purchase a web host package I thought I’d set it all up on a free test host first just to see what it would look like, how it all works and so on though I have come across a problem already…
    So installing the plugin was simple enough and at first everything seemed fine though when I try to register another account just to see if it would work I come across a 404 page not found error, logged in again and checked the pages and the registration page is there.

    Looked for a solution on Google and have read some topics in regards to the same or similar issues here and have come to the conclusion that I need to create both register and activate pages? I ask though what would the point of that be when they have already been created automatically?

    Was also wondering if anyone knows where I could get a free rock/metal theme for Buddypress?

Viewing 25 results - 12,976 through 13,000 (of 32,678 total)
Skip to toolbar