steve 0 Report post Posted May 19, 2010 Hi Guys I have purchased the forum template for whp and have installed and completed the deep integration, but for some reason the formatting doesn't appear as I thought it would. You can see what I mean here: Weekend Golfer's Forum How do I get it to format the same as the one in the demo? Thanks for your help cheers Steve Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 20, 2010 First of all, you should add this CSS to your custom CSS area to get your nav buttons all on one line: ` #nav ul li a { padding:13px 10px 11px; } ` The issue with the stylesheet is that you're getting a 404 for the style.css http://www.weekend-golfers.com/forum/my-templates/CongressForum/style.css Make sure that the style is in fact where it needs to be. Share this post Link to post Share on other sites
steve 0 Report post Posted May 21, 2010 Hi Adam Thanks for taking a look for me. I've added the CSS, but if I want everything on 1 line (the nav tabs), is there a way I can either make the font size smaller or get rid of a couple of the headings, as there's not really enough room to fit them all in 1 line. I fixed the CSS path error, it was in the right location but the my-templates folder had the incorrect permissions which was bringing back a forbidden error, but the WP rewrite rules brought back a 404 rather than a 403 error, but I've changed the permissions and the forum now looks relatively normal! So now that's all done I now have a problem with gaining access to the forum. I've had a look at the error log and it's bringing back the following: [21-May-2010 08:31:52] ERROR: bbPress database error - "Table 'stevekin_wgforum.wp_users' doesn't exist" for query "SELECT * FROM `wp_users` WHERE `user_login` in ('Steve');" via caller "bb_login, bb_check_login, WP_Users->get_user" Although the user is stored in bb_users, rather than wp_users, so it's either looking for the info in the wrong table, or I've set it up wrong I originally thought that maybe I had set up different user accounts, so I tried to register a new user on the forum, which seemed to work, I got a message saying I would receive the password via email...but no emails have arrived (been around 5 hours so far) Can you offer any ideas please Thanks Steve Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 21, 2010 Hey Steve is there a way I can either make the font size smaller or get rid of a couple of the headings, as there's not really enough room to fit them all in 1 line. Which method would you prefer? Regarding the bbPress. I would recommend starting a fresh install instead of troubleshooting crazy db errors. In a new install just create a new db to work from and if you still get problems then report back here. Share this post Link to post Share on other sites
steve 0 Report post Posted May 23, 2010 Thanks again I will try that and let you know Cheers Steve Share this post Link to post Share on other sites