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.

Heavy Theming

TiggrTiggr
edited September 2006 in Vanilla 1.0 Help
Hi!

I want to do some theming! But for this, I have to change the html-structure of the page, want to move some parts around.

Especialy the tabs. But if I move the code for the tabs out of menu.php to panel.php, where I need it, it doesn't know anything of the tabs and throws an error.

How may I get the informations about the tabs into panel.php?

Bye
Tiggr

Comments

  • OK, I got it!

    All I have to do, is adding this lines to conf/conf.php:
    $Configuration['CONTROL_POSITION_MENU'] = '300';
    $Configuration['CONTROL_POSITION_PANEL'] = '200';
    But how may I do this, without changing conf/conf.php, but inside the theme?

    Bye
    Tiggr
  • Hi!

    And the next question:

    How may I add my own css to the header?

    Is there some sort of conf.php for themes? A place to put code to execute before all other theme files?

    Tiggr
This discussion has been closed.