Options

Extentions not showing up

edited August 2007 in Vanilla 1.0 Help
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

Comments

  • edited August 2007
    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.
  • if that's really the reason try using ftp or whatever... ;-)
  • Or, use tab to complete paths on the shell =).

    Adam.
This discussion has been closed.