View Full Version : Version control for vb plugins
keebali
03-18-2009, 11:09 AM
I'm creating a lot of plug ins. As I'm using them on a lot of website, creating them on one of the websites, and then spreading them to others is a bit of an issue. Editing the plugins using the browser is also another issue. I find myself installing the wrong version of a plugin, or forget to install a new version time after time.
How do you create plug ins for VB?
Andreas
03-18-2009, 02:15 PM
I use normal files for developement and just package them in XML for distribution.
Your could also use the files for distrubution as well and just include() them, but IMHO that's not the ideal solution - an include() for one line plugin is not woth the include() overhead.
There is also an article on how to keep all plugins for a product in one file.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.