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.

What is the principal file to edit templates?

edited September 2006 in Vanilla 1.0 Help
Hello. I wanna edit my vanilla template but i don´t know where is the file that i have to edit. ¨Please i need some help on this one plisss

Comments

  • edited September 2006
    themes/vanilla/style/default/vanilla.css

    also you'll want to copy some files over to themes/vanilla/ such as head, page_end, panel, menu, etc the ones that you'll be editing,
    if all you need to edit is the css file then just do that

    you can also duplicate that vanilla theme directory and create your own theme if you want, just make sure you give it a new name
  • Thanks bugsmi0 for the comment. Also i want to add some links to the page, something that i can´t do by editing css. where i need to go? again, thanks :)
  • edited September 2006
    where do you want to add the links ?

    here's your options,

    head.php (top of page)
    menu.php (menus)
    page_end.php (end of page)
    panel.php (side)

    you'll want to copy these from the themes/ folder and paste them into your themes/vanilla/ folder
    recommend checking out the add on link up top to see if there is anything there you can use
  • Note that adding links to the panel and as tabs is probably easier and better achieved by using an extension.
This discussion has been closed.