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.
Custom extension not recognized
I've just started using Vanilla and am trying to write a custom extension. I'm following the instructions here: http://lussumo.com/docs/doku.php?id=vanilla:development:gettingstarted - however, I can't get past the first step.
Right now the only contents of my default.php file are the commented portion with extension name, author name, etc. When I upload that, the extension is not showing up at all in the control panel.
I'm using v1.1.2 and everything is in the proper folder. I've even tried copying the default.php file of a downloaded extension and changing the commented out header and uploading that, but it still won't work. I'm not sure what I'm doing wrong!
Right now the only contents of my default.php file are the commented portion with extension name, author name, etc. When I upload that, the extension is not showing up at all in the control panel.
I'm using v1.1.2 and everything is in the proper folder. I've even tried copying the default.php file of a downloaded extension and changing the commented out header and uploading that, but it still won't work. I'm not sure what I'm doing wrong!
0
This discussion has been closed.
Comments
It should be something like this:
/vanilla/extensions/your_extension_name/default.php
Have you got any other extensions installed? Do they show up properly?
Also, post the source code of your extension.
Right now the code is just: I'm just trying to get the system to recognize the extension at all.
I have 4 other extensions which all show up: Category Jumper, Notify, Signatures, and Participated Threads