yes, 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.
@briffel there are no groups on that page.
Hello. For some reason I posted here before but I cannot find my messages…
Anyway…
1.) I have a custom wordpress theme and I installed BuddyPress. I also installed the theme pack for BuddyPress and I would like to customise it to my own needs.
I was wondering, the files for this rely on the theme or on the plugin itself? On one of the previous versions, I thought I saw it on one of the plugin folders. I would like to apply my own style (I just want to change the colors TBH) but I want it to reside on my own theme folder. Do I need to copy any files?
2.) I want to use profile pictures from elsewhere on my user profiles. I also made some custom fields and would like to feed them from data taken externally.
How can I modify the profile icon and the custom fields externally? How are they created on the database, so I can fill those fields in manually?
Thank you for your time!!
Anonymous UserInactive
Dear Forum,
I’ve installed Buddypress 1.7 on a 3.6 WordPress install running the Hatch theme. I got ‘the white page of death’. I reached out for help, and was told to increase the memory in php.ini or wp-config, which I have now done. I still get the white page of death-and I’ve had to turn BP 1.7 off to get the site back up. And its really, really frustrating because I so want to use BP1.7. The site is gameupdate.com.
Can someone please help?
regards…
To 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');
hi gurus,
how can I do this two things in buddypress 1.7 (wp 3.4.1)?:
1) email subscribe to the activity of a group (as a member)
2) make the email subscription ‘on’ as the default for all the members of a group (as the admin)
The plugin “BuddyPress Group Email Subscription” seems to be compatible up to the 1.6.5 version (a bit different from 1.7), is it still valid or do you suggest other solutions/tricks?…
or did I miss something in the documentation?…
Thanks
@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.
please give me some reference for this question
Thanks 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/
Mitglieder
Cheers
Good afternoon,
since the latest update all the page titles of BuddyPress seem to be broken.
Before:
Activity >> mySite.com
Now:
mySite.comActivity
Any suggestions are welcome!
Cheers
Of 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…
@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.
hello
if I have installed on domain
cambiados(point)es
but did not appear
message when
there community invitation
If I have code for messages that
<? php bp_message_thread_view_link ()?>
which is for community
Best regards
hello
I have installed buddypress
and I have a problem
when creating community
publishes a user
can not publish anything
until you send
invitation
as I can do to
if you can post
I can help
Best regards
Hi everyone
i am using buddypress plugins and theme. it is quite easy and fine. but i want to create a slambook website where user can create, manage their slambook fields like “what is your Favorite book”. And also user go to another user profile and fill his slambook just like orkut scrapbook where user go to another user scrapbook and fill something.
i am finding a lots of plugins but nothing sufficient found yet.
Please help me. i need a direction. suggest me plugin or method for this.
Thanks in advance
@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.
Now 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 higher
The 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.
Hi,
I’ve a problem whit buddypress 1.7 and older version.
I’ve wordpress 3.5 install and no other plugin(fresh install).
When I activate buddypress it add a whitespace above DOCTYPE.
I’ve an error in IE9 and all my site is break only in IE9.
I use different theme, custom like buddyboss, and Twenty Ten from wordpress.
Allways the same a damned whitespace is add above DOCTYPE declaration.
If someone can help me.
Thanks in advance
Hello. I’ve just done a full, clean install of wordpress and added on BuddyPress immediately after. I want to allow visitors to the website to register/login, so I’ve created a ‘Register’ page and associated it with the register in buddypress’s settings area.
However, while I have a page in existence called ‘Register’, for some reason when I visit my pages section and look at the permalink for the Register page, the link actually says it’s pointing to ‘Register-2’ so that is where buddypress is ‘redirecting’ to whenever the sign up link is clicked.
I suppose this may be because I created a register page a little earlier for testing and deleted it (though, I suppose I didn’t delete everything since something is aware that the original name is/was taken?). Does anyone have any idea how I can get buddypress (or if its wordpress) to stop redirecting to this ‘Register-2’ page? Thanks!
Yes exactly as per the guide! 🙂 try it and see is best approach.