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.

CSS Problems and Plug in problems

edited August 2006 in Vanilla 1.0 Help
Okay I have almost everything working on our Vanilla 1 forum, but there are a few lingering problems. http://gliving.tv/community 1. I can't work out how to center the forum and add the background image (I am trying to have the forum match the cover http://gliving.tv) 2. Email a friend plug in gives me this error ( Notice: Undefined variable: nr in /home/greenzon/public_html/gliving/community/extensions/InviteFriends/default.php on line 144) 3. Plug In Page Members takes over all the extra pages. Everything ends up on one page and no matter which tag you click on you get the members page 4. Preview Post Plug In gives this error | Fatal error: Call to a member function on a non-object in /home/greenzon/public_html/gliving/community/extensions/Statistics/default.php on line 28

Comments

  • edited August 2006
    For the centering issue, add a div with an id of "wrapper" around all the content. Then add this to your CSS:
    body { text-align: center; } #wrapper { margin: 0 auto; text-align: left; }
  • To which document? head.php discussion.php ? On which page within the theme would I add the div
This discussion has been closed.