Search Results for 'buddypress'
-
AuthorSearch Results
-
April 28, 2013 at 4:08 pm #162930April 28, 2013 at 4:05 pm #162929
Admin_productor
ParticipantHugo, because i cant find good answer about this problem, i cant resolve my issue. I will thank you if you could send me the topic link
April 28, 2013 at 4:03 pm #162928In reply to: Admin Bar Disappear
aces
ParticipantThis is a known bug – see: https://buddypress.trac.wordpress.org/ticket/4771 and https://buddypress.trac.wordpress.org/ticket/4803
For now, you will probably need to add
show_admin_bar(true);to your child theme‘s functions.php file.It looks like it will be fixed in buddypress 1.7.1 so it might be simpler waiting….
April 28, 2013 at 3:03 pm #162925In reply to: Deleting BuddyPress Account
Cee Mollekin
ParticipantThanks, Paul. Is it possible to change the username?
April 28, 2013 at 3:01 pm #162924In reply to: Deleting BuddyPress Account
Paul Wong-Gibbs
KeymasterHi,
Accounts on BuddyPress.org are linked to the WordPress.org database, and it’s not possible to delete these accounts. Best we can do is recommend you edit what details you can in your profile to something random, and just never log in again.
April 28, 2013 at 10:32 am #162910Paul Wong-Gibbs
KeymasterFor white screens of death, we always need to see the error message inside the PHP Error log. You might need to contact your host’s support and ask them to do this for you. Let us know what it says!
April 28, 2013 at 8:07 am #162905@mercime
Participant@thatmtnman Where are you hosted? Are you on a shared server? Have you contacted webhost tech support about this issue?
April 28, 2013 at 8:01 am #162904In reply to: Idea about new plugin
@mercime
ParticipantYou can either update a plugin https://wordpress.org/extend/plugins/bp-posts-on-profile/ or use this plugin http://buddydev.com/buddypress/introducing-buddyblog-allow-users-to-blog-from-their-buddypress-profile/
April 28, 2013 at 6:04 am #162901In reply to: [Resolved] Group avatar missing after upgrade
banata
ParticipantApril 28, 2013 at 3:20 am #162897afjsystem
Participantyes, i tried both. network activated and not activated.
when in network activated, my users registered using buddypress registration and become users in first blog. but if any user creates blog, none of other users become the user of second blog. even there’s no sign of buddypress presents in second blog.i think i missed the knowledge-base here. or not ?
in not network activated environment, there’s is no different with above environment.
that’s why i ask about what kind BP network activated affect to multisite, especially for not main blog.April 28, 2013 at 12:46 am #162896In reply to: BuddyPress double posts
April 27, 2013 at 6:56 pm #162890In reply to: bp-fr.net, the french buddypress community
Anonymous User
InactiveThanks @mercime, @giannisff, @henrywright-1, @valuser, @bphelp & @charise 4 your feedbacks 🙂
April 27, 2013 at 5:14 pm #162885In reply to: [Resolved] Logged-In User Profile Link URL
Jack Reichert
ParticipantTo solve this I decided to hijack a page. If the member is logged in, they get their profile, otherwise, they go to a signup page.
Just pop the following code into your functions.php file… and create a page named ‘profile’. Now you can add that page to your WP menu and it should do what you need.
function redirect2profile(){ include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if($_SERVER['REQUEST_URI'] == '/profile/' && is_plugin_active('buddypress/bp-loader.php') && is_user_logged_in()){ global $current_user; wp_redirect( get_bloginfo('url') . '/members/'. $current_user->user_login . '/profile/'); exit(); } } add_action('init', 'redirect2profile');April 27, 2013 at 4:57 pm #162884In reply to: Register new member not working
danbpfr
Participant@tessier,
please read here, then answer, so we can help you further
https://buddypress.org/support/topic/when-asking-for-support-2/April 27, 2013 at 1:01 pm #162872In reply to: [Resolved] Image replacement with local avatar
Attention
Participant@Chouf1 amazing insight. Thank you. I may have to get rid of Salutation theme – each time I ask them for most basic stuff on how their theme works with BuddyPress, they refer me to BuddyPress support. And their entire sales pitch is based on their theme being BuddyPRess and bbPress compatible. Just on that sales pitch, they sold over 4,400 themes as you can se here: http://themeforest.net/item/salutation-wordpress-buddypress-theme/548199
Thanks again.
April 27, 2013 at 12:30 pm #162871manishgoyal
Participantplease give me some reference for this question
April 27, 2013 at 11:58 am #162870In reply to: Page titles are broken since 1.7
Mqlte
ParticipantThanks for your prompt answer. Yes, referred to the document title tag. I deactivated every single plugin but nothing changed, unfortunately. This problem is only concerned to BuddyPress itself. If you want to take a look on it, some examples:
http://www.replaying.de/mitglieder/greendevil/
Cheers
April 27, 2013 at 9:02 am #162862In reply to: Check if current page is the login page
Henry
MemberOf course, I should have mentioned I am using a custom page. I installed the Theme My Login plugin so can use /login as the login page.
Thanks for the links – is_page( 42 ), is_page( ‘login’ ), is_page_template( ‘login-form.php’ ), is_page_template( ‘page-login.php’ ) all didn’t work.
I pretty much can check for every page in BuddyPress except the login. I’ll keep trying…
April 27, 2013 at 7:56 am #162860Hugo Ashmore
Participant@knromaine This isn’t really a question regarding BuddyPress, this ‘page’ isn’t a buddypress’ page it’s a WP page which is using the WP reading settings to set it as the page to use for your index or frontpage, this will have the effect of removing the default view WP provides of the primary posts loop display from your frontpage (so a further page is required that says where wp shows blog post loops) and also removes or changes the buddypress default frontpage view of showing the Activity stream. What is intended to be shown on this new page we can’t say that is dependent on what your theme provides and as such it’s to the theme authors that you ought to address further questions on this aspect of your site.
April 27, 2013 at 6:54 am #162859In reply to: buddypress-sliding-login-panel
Ramon
Participanthello
if I have installed on domain
cambiados(point)es
but did not appear
message when
there community invitationIf I have code for messages that
<? php bp_message_thread_view_link ()?>which is for community
Best regards
April 27, 2013 at 3:32 am #162853In reply to: Posts and comments in activity: a confused work
@mercime
Participant@ggsalas to prevent confusion, go to Settings > BuddyPress > Settings -> Activity Settings and make sure that “Allow activity stream commenting on blog and forum posts” is unchecked. That way, if someone wants to read/comment, they either go to the forum topic or the blog post page.
April 27, 2013 at 2:29 am #162851@mercime
ParticipantNow after moving I am getting 404 errors, but more importantly, my paths are being shown as “weburl.weburl/members/” instead of “weburl/members/”. I simply did the find and replace on all the database before I moved it over to the server.
@steve_macneil something obviously went awry with your migration from dev to production site. Backup your dev database first and try this https://wordpress.org/extend/plugins/duplicator/ required PHP 5.3 or higherApril 26, 2013 at 11:55 pm #162845valuser
ParticipantThe particular plugin that was causing issues (for me) on the iPad has been updated and the iPad issue has, as far as i am concerned,been completely resolved.
April 26, 2013 at 7:54 pm #162839In reply to: Modifying Buddypress 1.7 Beta
Hugo Ashmore
ParticipantYes exactly as per the guide! 🙂 try it and see is best approach.
April 26, 2013 at 7:50 pm #162838In reply to: First time Buddypress installation guide
RB2108
ParticipantHi Fee … looks like I’m making some progress and I’ve answered some of my questions and I’m starting to understand how bbPress and BP work individually and together. Let me keep going and hopefully I should be fine. Thanks for your help.
Ron
-
AuthorSearch Results