Search Results for 'buddypress'
-
AuthorSearch Results
-
January 18, 2014 at 12:59 am #177110
jacobgus
ParticipantOkay i made it to where anyone can register now but when i click on the “The following active buddypress componets do not have associated wordpress pages:Activate, Register” it takes me to the pages setting in the BuddyPress plugin but when i click on the register and activate dropdowns there are not pages for register or activate. Do i just need to make blank pages for them or what?
January 18, 2014 at 12:34 am #177108In reply to: New user here – basic coding support
Sarah Gooding
MemberYou can adjust colors in your active theme’s style.css file. You will need to know some CSS probably. However, it is best to use a child theme so that when you update your theme, the style changes will not get overwritten. Not sure if you already have one in place, but here’s some more info about that: https://codex.buddypress.org/themes/building-a-buddypress-child-theme/
January 18, 2014 at 12:27 am #177107Sarah Gooding
MemberAlso, you’ll want to assign a page for your registration page- see this codex article for more details: https://codex.buddypress.org/getting-started/register-and-activation-pages/
January 18, 2014 at 12:22 am #177106In reply to: Member profile problems
Sarah Gooding
MemberDo you have pretty permalinks set? Check out this codex article for more info: https://codex.buddypress.org/getting-started/troubleshooting/navigation-links-return-404-errors/
January 17, 2014 at 2:21 pm #177085aboudard
ParticipantOk, sorry, I didn’t read the whole topic !
Here is the solution for those who still have this double display on their notification TAB :
– Check that you do have Buddypress 1.9.1
– Seek in your child theme the file : /members/single/home.php
– Copy this code in it (say line 70 or close, you will see the same kind of code) :elseif ( bp_is_user_notifications() ) : locate_template( array( 'members/single/notifications.php' ), true );It does work, whatever your /settings/notification.php is customized.
Enjoy.Alain
January 17, 2014 at 2:10 pm #177084aboudard
ParticipantHello !
Exact same problem on my buddypress 🙁BP : 1.9.1
WP : 3.8January 17, 2014 at 11:06 am #177079Prachisharma
ParticipantI am following your answer for the same but child theme files is not working.
I made changes in buddypress/bp-groups/bp-groups-widget.php.
And my child theme file structure is : child-theme-name/buddypress/bp-groups/bp-groups-widget.php.Need help.
Many thanks
January 17, 2014 at 4:55 am #177072In reply to: Gravatars not working
Ben Hansen
ParticipantJanuary 17, 2014 at 3:46 am #177069In reply to: Gravatars not working
Marcella
ParticipantGravatars (only mystery man) are now working on a live site.
Seems like their are a lot of bugs with BuddyPress. Where can I go to log them?
January 17, 2014 at 3:36 am #177065In reply to: [Resolved] Members not activating
Ben Hansen
Participantso only wordpress, buddypress and 2012? if that’s the case i would still try 2013 and 2014 first but at that point i would be seeing if it was a server side issue by trying the same scenario on another server.
January 17, 2014 at 3:30 am #177064In reply to: [Resolved] Members not activating
Marcella
ParticipantI have no other plugins other that BuddyPress.
January 17, 2014 at 3:23 am #177062In reply to: [Resolved] Members not activating
Marcella
ParticipantIt’s no longer working. Another clean install of WordPress and BuddyPress.
Any ideas?
2 members created, administrator (members were not showing upon creation) and another test account. After login, still not showing.
January 16, 2014 at 9:04 pm #177050In reply to: Pagination Issues with Custom Component
stoi2m1
ParticipantThanks for the article although it didnt have my answer it did help push me in a decent direction.
I found that because my $item_template was already filled with the current pages data I had to compare the posted page to the current page and clear the variable if posted page was different then the current. Then my args would be evaluated and the query would be ran. Im sure this has to do with something with the skeleton custom component being set up a little different then the buddypress core components. Ive looked and compared and now that I have my queries working Im not really interested in why they are different.
January 16, 2014 at 8:01 pm #177048In reply to: Member/profile links in comments
shanebp
ModeratorI would think that there are several places where a link to the BP profile would appear.
To handle them all, including the case you state, try using the filter hook in
function bp_loggedin_user_domain()return apply_filters( 'bp_loggedin_user_domain', isset( $bp->loggedin_user->domain ) ? $bp->loggedin_user->domain : '' );found in
buddypress\bp-members\bp-members-template.phpJanuary 16, 2014 at 8:00 pm #177047In reply to: Link ultimate auction pro to buddypress email
jewbi
Participantwhere to set the message of buddypress? what are the variable?
need some help please
January 16, 2014 at 7:58 pm #177046In reply to: BP Get Activity Action goes to incorrect URL
BroadRippleInc
ParticipantI am having this problem too, on multiple sites, with different themes. I have tested changing to twentyfourteen, disabling plugins, nothing is working.
The pages of Buddypress that are redirecting to 404 pages are Notifications, Messages, and Profile, maybe some others.
Groups, Members, and Activity work fine.
My htaccess has the same settings as a site that completely works.
Any help would be appreciated.
January 16, 2014 at 7:52 pm #177044In reply to: Backend notification when user profile complete
shanebp
ModeratorUse something like this:
https://wordpress.org/plugins/buddypress-profile-progression/Omit the visual and add the member to your admin display and / or send an email when ‘points == x’
January 16, 2014 at 6:54 pm #177039Ben Hansen
Participantadmin i believe for all buddypress backend options.
January 16, 2014 at 6:02 pm #177034BroadRippleInc
ParticipantI am also buddypress 1.9.1 and still having this problem on multiple sites.
On one site, Artisteer Themes don’t seem to support Notifications, Messages, Profile, although I may need to do some playing around to see if that is on all Artisteer themes.
Notifications are definitely displaying wrong on the Custom Community Theme.
January 16, 2014 at 4:44 pm #177027In reply to: Change TextBox Size
n1ck
ParticipantCan you show me where i should add this?
/** * BuddyPress Login Widget. * * @since BuddyPress (1.9.0) */ class BP_Core_Login_Widget extends WP_Widget { /** * Constructor method. */ public function __construct() { parent::__construct( false, _x( '(BuddyPress) Log In', 'Title of the login widget', 'buddypress' ), array( 'description' => __( 'Show a Log In form to logged-out visitors, and a Log Out link to those who are logged in.', 'buddypress' ), 'classname' => 'widget_bp_core_login_widget buddypress widget', ) ); } /** * Display the login widget. * * @see WP_Widget::widget() for description of parameters. * * @param array $args Widget arguments. * @param array $instance Widget settings, as saved by the user. */ public function widget( $args, $instance ) { $title = apply_filters( 'widget_title', $instance['title'] ); echo $args['before_widget']; echo $args['before_title'] . esc_html( $title ) . $args['after_title']; ?> <?php if ( is_user_logged_in() ) : ?> <?php do_action( 'bp_before_login_widget_loggedin' ); ?> <div class="bp-login-widget-user-avatar"> "> <?php bp_loggedin_user_avatar( 'type=thumb&width=50&height=50' ); ?> </div> <div class="bp-login-widget-user-links"> <div class="bp-login-widget-user-link"><?php echo bp_core_get_userlink( bp_loggedin_user_id() ); ?></div> <div class="bp-login-widget-user-logout">"><?php _e( 'Log Out', 'buddypress' ); ?></div> </div> <?php do_action( 'bp_after_login_widget_loggedin' ); ?> <?php else : ?> <?php do_action( 'bp_before_login_widget_loggedout' ); ?> <form name="bp-login-form" id="bp-login-widget-form" class="standard-form" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post"> <label for="bp-login-widget-user-login"><?php _e( 'Username', 'buddypress' ); ?></label> <input type="text" name="log" id="bp-login-widget-user-login" class="input" value="" /> <label for="bp-login-widget-user-pass"><?php _e( 'Password', 'buddypress' ); ?></label> <input type="password" name="pwd" id="bp-login-widget-user-pass" class="input" value="" /> <div class="forgetmenot"><label><input name="rememberme" type="checkbox" id="bp-login-widget-rememberme" value="forever" /> <?php _e( 'Remember Me', 'buddypress' ); ?></label></div> <input type="submit" name="wp-submit" id="bp-login-widget-submit" value="<?php _e( 'Log In', 'buddypress' ); ?>" /> <?php if ( bp_get_signup_allowed() ) : ?> <span class="bp-login-widget-register-link"><?php printf( __( 'Register', 'buddypress' ), bp_get_signup_page() ); ?></span> <?php endif; ?> </form> <?php do_action( 'bp_after_login_widget_loggedout' ); ?> <?php endif;January 16, 2014 at 4:02 pm #177022In reply to: Please Bring Back The BuddyPress Default Theme :(
Tecca
ParticipantBP Default still comes packaged with BuddyPress, and it will for a while until it’s phased out. By then we’ll be seeing the theme on WordPress.org, though I believe there’s one already up.
Add this to bp-custom.php to have it show in your WordPress appearances:
add_filter( 'bp_do_register_theme_directory', '__return_true' );January 16, 2014 at 3:10 pm #177018In reply to: Change BuddyPress Font Color
n1ck
ParticipantThanks for your help, i changed them, if you have time take a look at my other 2 problems that i have.
https://buddypress.org/support/topic/lower-the-search-textbox/
January 16, 2014 at 2:46 pm #177011In reply to: Change BuddyPress Font Color
n1ck
Participantnot buddypress .css files?
January 16, 2014 at 8:08 am #176993Globetrotter12
ParticipantHi! I must admit that I love buddypress. But the activity page has not been well thought for the common usage. I agree that being able to collapse comments easily would be a huge step forward for the plugin. It should actually be in the options. Another option that is a MUST is the possibility of making updates the default, not everything.
Without those, Buddypress is not going anywhere. With those buddypress would be a revolution.
I have looked for info everywhere and nothing worked for me. I really love the plugin, you guys are awesome but please consider those two elements as usability necessities. It’s not just details.
I am running with everything updated wordpress, buddypress everything. Please help, anyone, peers?January 16, 2014 at 5:52 am #176989In reply to: Alphabetical Members Directory
Neosnc
ParticipantThis worked beautifully for WordPress 3.8 + Buddypress 1.9.1. Thank you!
-
AuthorSearch Results