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.
Some Help would be nice
hey can someone make me a simple template extension that will just echo something in accounts page ( a link on the side) and a page where stuff will be echoed and on the top of the dicussions where the update notices go in 1.0. Would be a great help as i wish to make my own extension eventually. I just need to see how things work in vanilla.
0
This discussion has been closed.
Comments
For example in the page "Adding to the panel", there's an example. At the point in the code example marked:
// Remember to only place your list on the pages you want if ($Context->SelfUrl == "index.php") {
you can say you'd like it to be in account.php. Take a look at this line in some of the other add-ons and you'll quickly see how they determine on which tab they should appear.