Search Results for 'buddypress'
-
AuthorSearch Results
-
July 22, 2016 at 9:41 pm #256949
In reply to: How to make users to moderators-groups
danbp
ParticipantAfter 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.
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:
July 22, 2016 at 6:43 pm #256945In reply to: Buddypress not sending activation emails
itnetworkexpert
Participantsame problem with the plugin wp mai smtp Buddypress not sending activation emails
July 22, 2016 at 3:50 pm #256941In reply to: Show member’s groups in members loop
shanebp
ModeratorPut this in your theme/functions.php or in bp-custom.php
July 22, 2016 at 2:44 pm #256929In reply to: How to stop Topic Creation for Groups
magicvish
Participanthey they said i should contact buddypress
July 22, 2016 at 12:43 pm #256926In reply to: Buddypress not sending activation emails
skitzpress
ParticipantThanks 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-pathAre 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
July 22, 2016 at 11:21 am #256918In reply to: Visibility Conditions Ignoring Single Digit Values
crawlinson
ParticipantAh 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!
July 22, 2016 at 7:05 am #256913In reply to: groups add new field
danbp
Participantif you want to add some more group settings fields/steps, read here:
If not, give more details about what you want to do.
July 22, 2016 at 7:00 am #256912danbp
Participantguess 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.July 22, 2016 at 6:38 am #256909In reply to: [Resolved] Rename BuddyPress Profile Nav Items
LavishDhand
ParticipantThank 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’ );July 21, 2016 at 10:06 pm #256903Kinsta
ParticipantI 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,
MarkJuly 21, 2016 at 9:05 pm #256902In reply to: Poor Avatar quality
3T_MJ
Participantwell, 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.
July 21, 2016 at 5:39 pm #256897In reply to: Disabling “About BuddyPress” in Dashboard
danbp
ParticipantAdd 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
July 21, 2016 at 5:15 pm #256895In reply to: Trouble with BuddyPress on secondary blog
intothemythica
ParticipantSpecifically, 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?
July 21, 2016 at 4:54 pm #256893danbp
ParticipantThis page was removed. Read here why.
July 21, 2016 at 2:35 pm #256889In reply to: Buddypress not sending activation emails
skitzpress
ParticipantI 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
July 21, 2016 at 1:09 pm #256887In reply to: Poor Avatar quality
danbp
ParticipantBuddyPress 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
handlingdisplaying (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 );July 21, 2016 at 10:06 am #256881In reply to: Poor Avatar quality
3T_MJ
Participantthanks @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?
July 21, 2016 at 7:01 am #256876In reply to: Members display name
danbp
ParticipantTry this plugin:
https://wordpress.org/plugins/buddypress-usernames-only/
(old but still working)July 21, 2016 at 4:52 am #256874In reply to: Members display name
webexpression
ParticipantI 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
July 21, 2016 at 12:34 am #256866In reply to: Link Profile in html
Earl_D
ParticipantI 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.
July 20, 2016 at 10:55 pm #256861In reply to: Struggling with Group Invites
buddycore
ParticipantThanks for reply, doesn’t matter. I’ve given up once again with BuddyPress, I’ll take a look back when nouveau comes out.
July 20, 2016 at 10:35 pm #256859In reply to: Struggling with Group Invites
buddycore
Participantmy-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' ); ?>July 20, 2016 at 10:10 pm #256856In reply to: Poor Avatar quality
3T_MJ
ParticipantNot 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?
July 20, 2016 at 6:42 pm #256853In reply to: [Resolved] Rename BuddyPress Profile Nav Items
danbp
ParticipantIs your custom language file in the correct folder ?
wp-content/languages/buddypress/buddypress-en_US.moCould also be your theme who contains some BP elements ?
Or you can also try what is indicated here:
July 20, 2016 at 6:07 pm #256850In reply to: change email sent on event creation
Paul Wong-Gibbs
KeymasterThis is definitely not a message sent by the main BuddyPress plugin. I agree with @danbp above.
-
AuthorSearch Results