I would like to create a network of site where the primary site is NOT buddypress enabled but the network site can be buddypress enabled. Is there any way to do this currently?
pl-PL.po is a translation for the WP part – PAth: wp-content/languages
buddypress-pl_PL.po is the BP translation. – Path: wp-content/plugins/buddypress/bp-languages
if you put pl_PL.po in the bp-languages folder, neither WP or BP are translated.
Hey @waclawjacek.
If the bp translation is in place I have no option to change language. If both are in place I can change language and wp is translated bp is not.
I have wplang etc in place.
Do you upload the bp files as pl_PL.po or buddypress_pl_PL.po etc?
Thanks a lot.
Maybe a solution: take a look in the source and see all references to javascript version numbers… it is possible that you have a simple version conflict.
Try also to deactivate your flickr plugin and see if BP is going well (normally it does)
KTParticipant
Hi,
I just installed this and seem to be having a strange problem with all the links. The blog links are working fine, however any of the links in the menu added by BuddyPress show up as 404 Page not found unless I add in index.php in the middle of the URL.
e.g. The default Activity link in the menu is http://www.trashthestage.com/activity/ but it won’t work unless I manually change it to http://www.trashthestage.com/index.php/activity/
This happens no matter what setting I have active in permalinks.
How can I fix this? Thanks 
Then you’re doing something wrong! Without actual detail on what you have done or tried to do it leaves it to us to have to makes guesses which generally is wasteful of time and resources.
Rather than simply state it didn’t work describe what you tried to do with the above code, also we have little detail on what setup you are running i.e custom theme etc
Anonymous User 96400Inactive
@web_art
Yup, that’s configurable
@chiinook
Not yet, but I’ll add it. Good idea!
hi
@noizeburger
haven’t time to check full code yet, but Cindy (author) replied that everything works fine for her. She is really open for help, contact her with any further questions you have.
I don’t know may be I’m doing something wrong , this above solution is also not working for me .
Possibly because there are is a mix of issues, if you referring to the remaining padding-top then that is a property being declared in default.css on the #header ruleset and will be there regardless of the state of the adminbar:
I have only time to suggest a quick fix for that in lieu of a new ticket raised on the overall issue for 1.3
You can try dropping this into a function.php file in a child theme (you will need to add opening php tag as your file structure dictates)
`
function cancel_header_padding_for_no_adminbar() {
if(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar = false) ?>
/**/
<?php
}
add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );
`
It would also probably work in bp-custom.php to ensure it was picked up for all possible bp themes.
Note: I do not suggest this as an answer it’s a hack to get around the issue, but not a good approach all in all
@djpaul I just pulled all plugins and re-tested (cleared cache, etc)… Still getting the above in the activity stream… I also tried 3 diff. browsers: Chrome, Firefox, and Opera… same on all.
I would be curious to know if anyone else is experiencing this… See picture above…
@djpaul ok, so what is the quick fix to make this work? I looked at the track/path and @johnjamesjacoby says revisit in 1.3…. how can I make the above work now in the site… it’s pretty annoying as not only is the picture larger, but it force the text entry to be smaller and below the picture….
Is there a way to fix this?
I noticed your lightbox works in buddypress. Mine stopped working for me when I installed buddypress. My flickr photo gallery no longer loads photos in the lighbox… it just get stuck. When I de-activate buddypress, it works again. I tried other themes too – even the buddypress default theme, and that isn’t the problem. Any suggestions?
http://colage.dreamhosters.com/photos/
none of the solutions provided here solves the problem , not even editing the bp-core file as mentioned in the first post
any ideas ?
Little progress update for y’all who’re interested in this fun little baby.
A great many changes have been made to the default theme in BP1.2.6:
https://trac.buddypress.org/changeset?old_path=/tags/1.2.5.2/bp-themes/bp-default&new_path=/tags/1.2.6/bp-themes/bp-default/
This brought up a question, and an answer I was hoping to avoid:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/what-necessary-changes-should-be-made-to-bp-themes-for-bp-1-2-6/#post-76879
To sum up, as the BP1.2.5-based theme I’ve been working on is pretty much complete, we’ll have 2 versions of the freebie release by the end of this month: the 1.2.6-compatible version will be downloadable from the repo, while the 1.2.5-compatible version will still be available from my site.
I’ll post links to both when the time is right.
I’m also putting together a nicely illustrated manual with all kinds of examples to help get you started on customizing the theme.
So buddypress isn’t working that well on my site. One of the things it has done is interfere with my flickr photo gallery’s ability to show the photos in a lightbox. There is some problem with the javascript.
Does anyone have any idea what is happening here: http://www.colage.dreamhosters.com
Your help would be much appreciated, as I am an employee at a nonprofit and we are building our own website with very little… well no budget.
Mark
mark@colage.org
No matter what category link I click, I end up on my profile page.
I have my permalink set to /%category%/%postname%.html and all worked before buddypress was installed.
But, this is a category ONLY link that isn’t working. http://www.mysite.com/category/sub-category/
@karmatosed
Thanks for your reply …
Yes all files and folder structure is intact , I have copied adminbar.css and both ajax.php/js files
But no I am not using custom admin bar, haven’t change anything related to adminbar colour , text etc. from the theme option
actually I don’t understand what exactly is causing the issue..
Thanks for your answer, is this what you’re talking about ?
https://codex.buddypress.org/extending-buddypress/creating-a-custom-buddypress-component/
Is this a good place to start to do what I want ?
Best regards,
Wow, this is awesome, @scribu. Thanks for posting about it here. I’ll give it a test this week.
It is, indeed, a theme issue. You should be able to fix things based on the info here: https://trac.buddypress.org/ticket/2679#comment:1
Now getting this error:
Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/group-avatars/567. Is its parent directory writable by the server?