Lol ok so idk what’s going on with the site…but whenever I try to edit my old posts I’m getting a page not found error…so ill fix the two comments above in the morning…till then…here are the URLs
Normal Page:
http://pastebin.com/PrGSEbkd
Full-Width Page:
http://pastebin.com/Zev3PuZt
goodnight everyone haha
Download the BP template files transferred to your active WP theme folder in server down to your computer hard drive.
We start with /activtiy/index.php – open with text editor. At the top of the file, replace
`
`
with
<?php
global $shortname;
get_header();
?>
then at the bottom of the activity/index.php file replace
`
`
with
`
`
Replace top part with this
`
Sorry about the double post! like i said…site was goin a little crazy on me last night
Thanks so much mercime i really appreciate it and cant wait to show the site once it’s done
2 quick questions…
Should I assume that full width pages are a no go? lol
and will the changes finally show once all the pages have been edited?
Full-width page – replace top of activity/index.php (as I noted above) with
`<?php
global $shortname;
get_header();
?>
`
Replace the bottom of activity/index.php (as noted above) with
`
`
The changes will show up after saving the revisions and uploading to server
Mercime! Thanks again for the help.
I currently have the buddypress pages up and running, but have run into a few problems with the formatting of the page (Item lengths, button locations, so on…). Do I have to adjust the width for each item on the page seperate or is there one line in the stylesheet making their width all the way across the page?
Also, while my sidebar is displayed, it is being pushed under all of the buddypress content as opposed to next to it, any suggestions?
If you’d like to see the site I’d gladly show, I just don’t want it public until it’s done
Let me know if there is anything you may be able to help with
-TomCos
oh and uhhh…yea the most annoying issue is my avatars are really small and the cropbox is not fully on the image lol…just a thought
anyone have any advice on my sidebar being below my buddypress activities and content? It’s only on the buddypress pages
I’ve been troubleshooting for a good amount of time now and have run out of ideas
@tomcos Double-checked source code of your other regular pages. You need to wrap content with additional `
`which will pull in width so that the sidebar will go to correct position
Therefore at the top of the activity/index.php replace
`
`
with
`
`
and replace bottom of the file
`
`
with
`
`
I see this one’s resolved.