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?