If you reported bugs into the actual extension thread it'd be a help for future users. I'm also not sure what you mean. It should allow you to sort any extension which adds something to the panel.
ok maybe I didn't understand it, is this the one that shows Panel Re-Order ? it says drag extensions not sure how we would do that do they mean literally drag from the extension folder ?
No. When you install the extension it'll add a link to your settings page. Click that link and it'l give you a list of all the extensions which are currently running on your forum and at some point in their code insert something into the panel using either the $Panel->AddString or $Panel->AddList methods (which are the only 2 ways i'm aware of). You can drag and drop that list into the order you wish those extensions to display on the panel.
Comments