Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //
`, just watch out when you do this in the /activity/index.php page.
Save files.
@artisantopia you’re welcome. marking this as resolved.
@rafferjr Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your admired theme folder in server during the compatibility process.
@mercime everything I’ve copied and paste was taken from the correct file. I was confused with the index.php file as well, but that what what was given.
index.php = http://pastebin.com/JbiEchdi
page.php = http://pastebin.com/5vEEpkVN
footer.php = http://pastebin.com/gZn20UJE
header.php = http://pastebin.com/r13m7W6R
There is no sidebar.php? I think it’s because of the format of my template.
@dadvan Sorry, no public tool/script to do that. You would need to hire a developer to do the migration for you – http://jobs.wordpress.net/
@nsbalgcom do not paste long blocks of code here. Let’s try that again.
Open up your theme’s header.php file, copy all, paste in pastebin.com, click submit, and post the generated URI here.
Do the same for your theme’s (The Global News Theme, right?) index.php, page.php, sidebar.php, and footer.php
Also, something was wrong with your index.php file. It should be of your theme’s index.php and what I saw was the members/index.php file.
@janismo (James) now i’ve got it!
Thanks for your help, man! Now I was finally able to reproduce it. The bug is caused in activity streams were no “load more” button was intended to be shown. I have to Tweak it again, will post it tonight/tomorrow morning but with help from people like you I think we’ll have a pretty “bullet-proof” snippet
!
Thanks a lot, again, will update as soon as I fixed this altogether with the dropdown filter change support. 
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/bloggingnews/
D. Check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and copy these over to your theme’s stylesheet and adjust as needed.
@jakeyboy1989 Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your bloggingnews theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
with
`
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to `
`, just watch out when you do this in the /activity/index.php page.
Save files.
In fact I have gone and checked for you and your theme has been covered on this post:
https://buddypress.org/community/groups/installing-buddypress/forum/topic/where-are-my-sub-menus/
This is the extent of mercime’s help – the code necessary to make bp template files compatible with a given theme and then it’s up to the poster to implement that code in their files. So the work has been done as it were and just needs implementing, if you still haven’t the time to do that then I would suggest you make a slightly better offer 20 euros might be a little more incentive for someone and perhaps post the request in the jobs board group.
> and I don’t know how long it takes.
Then you can’t possibly place a remunerative value on the effort can you – certain ‘offers’ can be considered derisory and perhaps are better not made at all 
I’ll butt out now
but please do have a preliminary read through the codex guides that have been slaved over to provide easy to grasp steps in converting themes – if you have a basic understanding of what needs doing it might well help mercime if she has time to help out.
@mercime here are the files you requested. Here is a my site link: http://nsbalg.com/ssn3 and here is the preview of the demo theme – http://demoserver.pressjunkie.net/theglobalsport/
Hope to hear from you soon regarding how to fully fix my alignment. Sorry the directions given did not help me.
DELETED – do not post large blocks of code here. please follow instructions and paste code to pastebin.com for each file — mercime
Well my site could really use it, and I don’t know how long it takes.
It is a well-known theme called Graphene, I am really new with this so I could use any help 
5 Euros??!! that’s about £4.00 or $6.5 do you really value coding so cheaply
that buys around 6 minutes of my time.
If you really desperately need to use this theme and you haven’t the time to learn to use the BP template pack plugin – have you tried or made a start with the template pack to convert your theme to use BP? – then you might want to think about making that offer a little more generous 
Failing that check the codex pages to see if this is a theme @mercime has already covered and converted – there’s a list of themes already made compatible. Failing all that as well you might be lucky and find mercime will do this for you for free.
hi @juanmaguerrero, no need in video. after deeper testing I understood the issue. Bug remains in every activity list, where you do not have enough of updates to see “load more” button. Create a group with few updates and scroll to the bottom. Script will keep adding more and more “Sorry, there was no activity found. Please try a different filter.” even without refresh.
Just to add. It was a fresh installation of WordPress v.3.3.2, Buddypress 1.5.5 with the standard template. Tried reinstalling permalinks – no change.
Hi, @James I could not reproduce the error. The string “Sorry, there was no activity found. Please try a different filter.” Is not able to be shown unless you’ve made the changes in the template wrong or something I cannot see. You’re welcome to post a video but there’s no way I can send you an email through here. Regards
I very much appreciate your help.
All of the functionalities you describe will be useful to us. As for uploading photos: Yes, I want members to be able to post avatars, AND I also want them to be able to upload cool photos that they’ve taken. Is that available out of the box? If not, have you seen a BuddyPress site with that functionality?
(As for breakfast, I’m a seven-minute egg guy, and I can handle that 
Thanks again.
Wow @mercime – awesome, thanks!
I followed your instructions, plus added the css in the link above to style.css in the child theme. The only other change I needed to make was adding this to align the text with the avatar image:
`div#item-header-avatar img {
align: left;
}`
And so far everything looks good!
Thank you again – you are such an amazing resource here in the support forums and I can’t thank you enough!!
@rafferjr You’d either need to revise 16 BP template files or just create 2 files and upload to server. It all depends on your HTML structure. Which Admire WP theme, URI to theme demo?
Thanks I created it as an enhancement here
https://buddypress.trac.wordpress.org/ticket/4184
@sarbanharble you’re welcome. Marking this as resolved.