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.
Extentions not showing up
Hi all,
I'm following the documentation on the wiki about build a new extension, however I can't get the extension to show up in Vanilla.
I have done the following:
mkdir forum/extensions/mailman
vi forum/extension/mailman/default.php
default.php contains:
<?php
/*
Extension Name: mailman
Extension Url: http://www.interactwiththe.net/vanillaPlugins/
Description: Monitors a IMAP mailbox to import posts into Vanilla
Version: 0.1
Author: Matthew Macdonald-Wallace
Author Url: http://www.cariss.co.uk/
*/
?>
When ever I go to the extension area of vanilla, I can't see anything!
Help!
PF
0
This discussion has been closed.
Comments
What are the permissions of the "default.php" file and "mailman" directory?Scrap that. I think you meant:
vi forum/extensions/mailman/default.php
Adam.
Adam.