Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Uploaded a plugin with the wrong account
arthurjamain
New
Hi there !
I've developed a plugin (http://vanillaforums.org/addon/sketchfab-plugin) that I've published "as a test" using my personnal account (arthurjamain). However, I can't seem to remove it now that I want to publish it using the account of the place I work at (Sketchfab). Is there a way for me to do this ?
Thanks !
Tagged:
0
Comments
I don't think there is any way for users to delete plugins they have uploaded.
@Linc or @Tim may be able to help.
Before re-uploading, change that line:
class ExamplePlugin extends Gdn_Plugin {
into
class SketchfabPlugin extends Gdn_Plugin {
I deleted it for you.
Thanks !