Topic: [Ext Help] A manage page for my extension

Where would the best place for a manage page for my extension be?

I have added a "manage" link to the admin > extensions page using:

if ($ext['title'] == "Medals"){
    $forum_page['ext_actions']['manage'] = "<span><a href=\"\">Manage</a></span>";
}

But I do not know where I should place the actual page that manages it.

the page will:

  • Define and delete medal definitions

2

Re: [Ext Help] A manage page for my extension

rubenwardy wrote:

[...]

  • Define and delete medal definitions

In Administration.

3

Re: [Ext Help] A manage page for my extension

Placing it in yours extension folder would be better.

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.