It does appear there is an issue in the user account screens with loadmore activity entries; I’ve added it as a ticket to the Status git account.
https://github.com/buddypress-themers/status/issues/12
At this stage not sure what the issue is.
can it collect from buddypress?
recent threads from the bbpress forum, and maybe recent members of the buddypress site
it solved. it’s because previous installation and some part left in mysql database. now clean.
i’m running wp 3.5.1 (multisite subdir) + BP 1.7 rc1 + Bbp 2.3 rc1.
but there’is still one thing that i thought not in place. its dot style with far space
here is the screenshot : https://www.dropbox.com/s/ycpxtu6xkztfzhi/buddypress.png
is there any way to fix ?
@pdillon809
Review @hnla ‘s documentation here:
https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/
Any template file you choose to tweak needs to be included in your child theme within its directory structure intact. I hope this makes sense to you!
@modemlooper @pdillon809 . If you wanna make changes to the theme your using you need to still employ child themes. @modemlooper I know your a smart guy but how wise is it to tell folks to stray from child themes when the whole basis of modification without modification to the original source code is jeopardized by your statement? Rarely should there ever be an instance where one should modify source code so anytime one decides changes then child themes still is relevant. Not to be mean but I think there was some miscommunication here!
@pdillon809
Copying those template files will result in no changes unless you edit those files. You will need to edit the files you copied to your child theme to see any results!
I’m using 1.7 beta 2 and the client wants to make some changes to the profile page. I’m using a child theme of Evolution (Elegant Themes). I can see that style.css in the child folder will affect the Buddypress styling but I’m going to need more customization.
Aside from the actual template file that I’m tweaking, what else needs to be in the child folder?
For example, if I copy /wp-content/plugins/buddypress/bp-themes/bp-default/registration/ folder into the child theme – it’s not formatted the same as the original. I’m not sure whether this register.php is the same one being used from the main buddypress plugin folder or whether there are some files missing from that I should place in the child theme?
I see that @bphelp suggests copying the contents of /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress into the child theme root. Not sure whether the registration page would be affected by this.
Is there child theme docs specific to 1.7 – I know there are big changes from 1.6 to 1.7 as far as theme compatibility is concerned and most of the info on Google is probably out of date.
Hi all,
I want to make my own ‘change-avatar’ page based on BuddyPress’ code. I found example on the Internet, but I have some problems with it.
this code:
http://pastebin.com/1n0Fcqwp
My problems are:
1. bp_get_avatar_admin_step() never == ‘crop-image’
2. bp_avatar_to_crop() always is null
Anyone can help me ? I was trying all day and now i don’t have more ideas : (
Salute !
Hi Everyone,
I am currently using BP Redirect to Profile for Buddypress which is working great, however I came across a problem I always want it to go to the profile once the user is logged in. That plugin works great, however if the user is loggedin and say opens the site in a new tab it will go to the users posts not the profile. So if a loggedin user opens the site in a new tab it goes localhost/testsite instead of going to localhost/testsite/members/user. Can anyone help me with this. I am using buddypress 1.7.1. Sorry this is a repost I posted this in the wrong forum.
Thanks,
Dave
I know this is old but I had the same problem and figured out how to fix it so thought I would post it.
Instead of trying to feed the key in, I just trimmed the message to remove the original wording and then replaced it with my own wording.
`
function fix_bp_activation_message($message) {
$msgTrim = “Thanks for registering! To complete the activation of your account please click the following link:”;
$trimmed = trim($message,$msgTrim);
return __( “Thanks for signing up to Clandestine Cake Club! In order to take part in the fun, you’ll need to activate your account by clicking the link below. \n Once you’ve done that, we’ll need to approve the account, usually within 24 hours.”.$trimmed.”Best wishes,\n Lynn Hill – CCC Founder”, ‘buddypress’ );
}
add_filter(‘bp_core_signup_send_validation_email_message’, ‘fix_bp_activation_message’);
`
Hi,
i’m running wp 3.5.1 and BuddyPress 1.6.5 with, at the moment, the default theme.
The link to <>/members/<>/forums/favorites/ from the top right menu (member’s toolbar menu) goes nowhere… It points to a non-existing page.
I tried different themes (i.e.: atahualpa last version customized) then reverted to the standard one.
And a question too: I cannot find the way to ‘mark’ topics as a favourite.
Maybe is there something missing?
Link to the site: http://www.triariurberugby.it/test (this is the wp root for this site). I’m testing a separate instance of the site to check for the bp-plugin.
Thanks
Hi Everyone,
I am currently using BP Redirect to Profile for Buddypress which is working great, however I came across a problem I always want it to go to the profile once the user is logged in. That plugin works great, however if the user is loggedin and say opens the site in a new tab it will go to the users posts not the profile. So if a loggedin user opens the site in a new tab it goes localhost/testsite instead of going to localhost/testsite/members/user. Can anyone help me with this. I am using buddypress 1.7.1.
Thanks,
Dave
Sorry, I made a mistake. i am actually using BuddyPress 1.6.5.
Hi all
I don´t know if here is the exact place to post my doubt but anyway…
After googling i´ve found only few entries regarding this:
How can we make subforuns under group foruns in bp using bbpress?
Look what i´ve found: http://bbpress.org/forums/topic/sub-forums-in-bbpress-2-3-and-buddypress-1-7/
I´m still trying to figure out how to correctly achieve that may new project depends a lot on this forum-subforum thing.
Any help will be greatly appreciated.
Thanks
Thanks @mercime for the reply
When I first installed buddypress I installed on the main site before I made my site an multisite. Now is activated on the whole network. I will proceed to upgrade and see if it works. But I don’t know if it will because like I said on the first post I did a new installation of wordpress and buddypress on a sub-domain with WP 3.5.1 and BuddyPress 1.6.5 on it and I still receive the same message.
Thanks for the support
BuddyPress: 1.6.4 = WordPress: 3.5
You made a backup of your DB before upgrading right?
Please upgrade to WP 3.5.1 and BuddyPress 1.6.5, clear cache, change to BP Default theme and check whether issue is corrected.
WordPress multisite: subdirectory
Is BuddyPress activated network-wide or is BP activated only in main site/subdirectory?
@jamie771 “BuddyPress 1.4.1” or BuddyPress 1.6.1? In any case, for WP 3.5.1, you should be using BuddyPress 1.6.5 https://codex.buddypress.org/developer/releases/
I’ve restricted access to /wp-admin using .htaccess file within the /wp-admin directory.
I have a forum with BuddyPress + bbPress installed.
All forum users receive the default subscriber/participant roles upon registration.
Visitors not logged on are free to roam the forum (no posting though).
But logged-in users are asked for the username/password that is set for site admin (for /wp-admin, specifically) immediately after accessing a forum or a topic.
How can I stop WP asking regular forum users for username/password set for /wp-admin?
I can provide url to site, a test user credentials and the content of .htaccess file.
Thank you.
T.
@discdemo
have you correctly setup your child theme ? Which BP version do you use ?
Anyway in your child theme style.css, you must have those commented lines at the top of the file
Theme name & Template name are mandatory
/*
Theme Name: BuddyPress Dusk
Theme URI: http://example.org/themes/dusk/
Description: Dark theme for BuddyPress.
Version: 1.0
Author: John Doe
Author URI: http://example.org/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/
@naturalworldstm
i didn’t say “except” buddupress-es_ES !
i said
check the languages folder witch must contain the following files:
buddypress.mo
And WP’s default translation files:
[file list]
Hi,
I’m currently using WordPress Multiste alongside Buddypress at Korean Candy. Both my WordPress and Buddypress are updated to the latest releases.
When anyone on the network creates a new post on their blog which they made in the network, they do not show up in the activity stream or in any widgets for sidewide posts which I install.
Is there anyway I can make these show? Am I doing something wrong?
Thank you very much in advance
Char