Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

need some help with my Vanilla forum with customising and intergrating with my current site

edited July 2007 in Vanilla 1.0 Help
My website is: http://www.philhanson.com The address to my Vanilla forum installation is: http://www.philhanson.com/bored I need the forum to look like the rest of the site. basically I need the header and footer on my site to be included in every page of the forum. I just cannot find where to do this. I've done as much as I can. There are also a few issue with the style I'm using after I centered it. Couple things outta place, if someone could direct me to where in the .css file that corresponds with these issues, I can fix them. http://www.philhanson.com/bored/comments.php?DiscussionID=3&page=1#Item_1 First issue: The Bottom of page link is covering the topic, I'd line to move this too where the "1 to 1 of 1" is or remove it completely. Second your not able to see but when I'm in the settings part and I'm accepting new memberships, the check boxes next to each name are waaaaay over to the left, if someone could tell me where these are in the css, I can fix em. Thanks all

Comments

  • You can include the header and footer by going into bored/themes/, copy the head.php and page_end.php files into the vanilla folder (Vanilla looks in that theme folder first for customized files, this also helps keep them safe when you update Vanilla) and edit them as needed there.

    The css for the bottom of page thing is tricky--it doesn't have its own class or ID so you would have to set some wild selectors to hide it but restore other stuff that went out with it. So I would suggest clearing it by adding this line to your conf/language.php file: $Context->Dictionary['BottomOfPage'] = '';

    Those check boxes are tricky... I remember fussing with them on a style before but don't remember what I had to do... something to do with margins, indents and padding...
  • Ok first thing how do I move the Bottom of Page down to be at the same level as 1 to 1 of 1

    http://www.philhanson.com/bored/comments.php?DiscussionID=3&page=1#Item_1

    Thanks
This discussion has been closed.