Re: admin page not displaying properly
The forum is located here:
http://claystreet.uparkforfree.com/bbpress/index.php
But the config entry is wrong, because the server thinks the URI for the site is here:
http://claystreet.uparkforfree.com/forum.html/
So, in your config.php, you have this:
$bb->uri = 'http://claystreet.uparkforfree.com/forum.html/';
instead of this:
$bb->uri = 'http://claystreet.uparkforfree.com/bbpress/';
Change that line, and you’ll be good to go. The site looks like that because the path to the style.css file is wrong (among other things). In fact, once the URI is corrected, the site looks like this:
http://www.chrishajer.com/bike/XLF/ClayStreet.png
Good luck.