Search Results for 'wordpress'
-
Search Results
-
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!



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.
Topic: Avatar not appearing
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?
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.
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.
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
Topic: new town community website
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,
BaronneHey 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?

