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.
Adding Links to sidepanel
How do I add external links to the sidepanel? Do I have to download a Vanilla add-on to do this?
For instance, how would I insert a link to Lussumo.com into my sidepanel?
0
Comments
the actual article in the documentation is here
and if you want to reposition the list you have to add the parameter to the AddList call:
$Panel->AddList($ListName, 100 /* or whatever fits best */);
<a href='' target='_blank'></a>