About This Page: This is a discussion on Gettign Started with vBulletin Modding within the General Chat forums, part of the Community Center category, at vBulletin Modification Discussions. Where can I find documentation on how to create a vBulletin mod?
I am interested in creating a mod that would add a "delete" button to every post that only the moderators & admins will be able to
This should be fairly simple. You just need to find a delete url, an array calling the topic id to delete, and if the group is mod/admin too. I doubt this helped but i just thought i would post it.
That makes sense. The part I'm confused about is how to "package" it together into a mod that people can easily install.
I couldn't find any documentation on how to put the code together so that people could easily install it on their forum.
Any suggestions?