Ok. First off, I integrated the forum (somewhat) into my main site. After some tinkering around I have it layed out correctly.
I would like ANY advice you can offer to help clean it up a bit.
www.absolutelyfreerolls.com
www.absolutelyfreerolls.com/forum/forum2/default.asp
www.absolutelyfreerolls.com/inc_site_left.txt
Username: test
Password: test
1. When using the login from the main page, i get an error in cal_functions line 408 regarding chkForumAccess
if strPrivateForums = "1" and ForumChkSkipAllowed <> "1" then
forumAccess = ChkForumAccess(Forum_ID, MemberID, FALSE)
else
forumAccess = TRUE
end if
Could it have to do with where I moved the cal_default include? I moved it into inc_site_left.
2. There are gaps in between each section that I cant for the life of me figure out how to get rid of.

3. Everytime I click on a topic, it brings me to a DIFFERENT TOPIC!!! The same one everytime. Am i missing someting here?
EDIT: Ok. So I moved the cal_default include back into the default.asp page where the mod says to place it and everything is back to normal. So moving that page has something to do woth probs #1 and #3. I can live with not having the calendar in the left side area. Now, for the gaps....
Any help would be appreciated....