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.
how to make extensions?
does a 'how to make an extensions for vanilla forums' exist?
i've already find a way to add a item in forum menu but i've got problems with class settings...
0
This discussion has been closed.
Comments
what's wrong ?
class Musik extends Control { function Musik(&$Context) { $this->Name = "Musik"; $this->Context = &$Context; } }
Are you trying to add a whole new page for the tab you added?