At the bottom of the /activity/index.php, replace
`
`
with your theme’s structure
`
justy figure out that is possible to put LOGIN WELCOME PAGE as like activity page
http://yoursitename.com/members/%%current_user_login%%/activity/
just want to know is there possiblities to activity be on users prefered language ?
like set_my_preffered_language
if someone knows the solutions i am listening
oh to not forget i am using transposh as a plugin for language
thank you in advance waiting your response
I am not going to wait. Going to use the trac version in my live site. 
tyvm, still getting used to bp trying to integrate my own plugins to work with buddypress.Takes time so I better do it before Diablo comes out.
Still not having luck with this. I want to change the page title from Groups Directory to Groups.
Ive follwed the instructions to a T. Not getting an error. Not updating.
Any ideas.
The “Blogs” button you would normally see in the bp-default theme only exists on a multisite installation. There are no “blogs” on a single install; only one “blog”. In order to see the blogposts created on the main blog (the only blog in your case), you would need to go to the Profile page and use the filter on the Activity Stream to view only Blog Posts.
if you have access to ftp, go to your wordpress’ home directory,
go to wp-content
go to themes
go to the directory of the theme currently being used
finally delete the registration directory.
Good Luck,
Zachal
(my site) zachal.x10.mx
All of those options don’t involve buddypress. I thought there was built in support for it in buddypress as there is a “blogs” folder in the bp-default theme, and there is a index page, and blog loop file in that folder.
No need to apologize. The Skeleton Component is in need of some love, and it’s way easier to give it that love when there’s someone reporting bugs.
Awesome. This works. I did see ‘plugin-template’ as something odd when reading through the code, but didn’t have time to investigate.
Thanks Boone. Sorry, I didn’t mean for you to pick this up, just leaving a note in the forums before I dived in. But thank you, and i’ll continue to be poking at the skeleton component.
@darkay16 three options available http://www.nathanrice.net/blog/creating-a-blog-page-with-paging/
I found the culprit – bp_core_load_template(), in `bp_example_screen_settings_menu()`, is pointed toward the wrong template. It should read:
`bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );`
I’m going to make this adjustment, as well as a few others, and release a slightly updated version of the Skeleton Component. In the meantime, please let me know if you find other problems.
P.S. I use the BuddyPress plugin on a WordPress, Multisite enabled website.
the finger of suspicion
anyway, moving on from this
does anyone know why my site has decided to shift to the left, and this ‘random’ drop down menu has
appeared from outta no where in the top right hand side of the page..?
It’s making the site look dumb, also when logged in if I click on a members name I get logged outta the site but if I click their profile pic it goes to their profile..?
sorry about the topic change but buddypress.org has got the flu or something lol
cheers
If by limit, you mean simply turn off, look in the BuddyPress > Components menu in the wp-admin. ?
as stated above i have already
-Reverting to buddypress default theme
-Turning off all my plugins and reactivating them one by one. (both default and Default BP theme)
-Using BP profile as homepage ( which worked for the immediate login but when they click Home at the top they are seeming logged out until refresh again)
as for the cache plugin i haven’t installed anything for cache, ids that a default plugin?
hmm, the ‘edit’ link on my previous reply 404’s?
anyway, just saw that that link is dead. Not sure where it came from, but the name of the plugin is “Remove BuddyPress AdminBar”.
@djpaul my reference was based on a 1.3 install which shows the title tag for dir pages as ‘Directory | the-site-name whether activity dir or members etc, not sure why hadn’t time to look at it in depth, is your fix just on testbp.org or in trunk -in which case I should be picking it up on my install.
First of all, if this is the same Tropical Dream theme from free-wordpress-theme.net, then I suggest that you check all your theme files for any encrypted or encoded scripts and if necessary, have such scripts decoded first at https://wordpress.org/support/topic/theme-decoding-thread?replies=10
Following are some references to get HTML in line with BP template files:
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
1. Download BP template folders/files transferred to your active WP theme in server to your computer hard drive.
2. Let’s start with the first file which needs to be changed https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates
Open up /activity/index.php and at the top of the file, replace
`
with your theme’s HTML at top
`
At the bottom of the /activity/index.php, replace
`
`
with your theme’s structure
`
`
3. Save revised /activity/index.php and implement revisions on the rest of the files as listed in https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates
4. Upload revised template files to server. Cross your fingers 
I am not certain as it was probably a little while before it was discovered, but I had done that thing of changing:
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
to
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
In htaccess and renaming blogs.php – I know this should have been done long ago, but it caused various problems in the past (such as avatar pictures not showing in Firefox) so I had reverted to blogs.php again.
I also reverted after this problem started, but with no effect.
I have no idea if this is connected and tend to think it isn’t, but it is about the only change made around this time apart from installing the latest WordPress (I didn’t install the new Buddypress until after the problem started – and it didn’t cure it).
Isn’t there a “disable” option in wp-admin BuddyPress > General Settings ?
If you haven’t already, take a look at it on testbp.org; I changed how it was generated from BP 1.2.
hey just FYI, this solved my problem and is horribly obvious lol – goto settings -> general -> enable “anyone can register”
@hnla something you’d like to add here https://buddypress.trac.wordpress.org/ticket/3096 or in a new ticket ? 
Any solution for this in buddypress 1.3 or any hack, i will like activities stream to show Only my activities and Friend’s not sitewide.