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.
Options

Side Panel Items

edited April 2009 in Vanilla 1.0 Help
I am wanting to move items in my sidepanel around a bit. Is there a way to do this? I would specifically like to move the "PFC" button up to the top right underneath the "Start A New Discussion" button.

Comments

  • Options
    fmimosofmimoso
    edited April 2009
    How to order the panel elements:

    1 -> Open the wanted extension/default.php file
    2 -> Find the following string: $Panel->AddString (if you can't find it, maybe it's in another file, open NotePad++ or other capable tool and use the function "search in files" to search all files in the extension's folder)
    3 -> This "function" works like this: $Panel->AddString('your text','vertical position');
    4 -> The "vertical position" bit is a numeric variable: you choose a number, less is upper

    Some extensions don't add a position variable and get throwed to the bottom of the panel. If that's the case, there's no problem, add it.

    I hope that was clear enough. :)
  • Options
    Thanks fmimoso! I will give it a go.
  • Options
    Works beautifully! Thanks a ton!
Sign In or Register to comment.