PDA

View Full Version : Generic installation script


jeremyj
11-21-2008, 12:51 PM
Hi all,

I've written a hack to integrate vBulletin to an external SSO solution. I'm using code hooks, custom templates and a few code hacks in global.php.

I'm searching for a generic / backbone installation script (such as the one provided for the RPG Integration Hack, or even vBulletin installation script), that would also provide plugin versioning, but I can find no doc/script about. Do you know if something already exists ? Is there a HOW-TO for such common tasks ?

Thanks a lot.

Dismounted
11-22-2008, 05:25 AM
Add a new product in the Admin CP and associate your plugins and templates with this product.

PS. You may have to enable Debug Mode by adding this to the end of your config.php:
$config['Misc']['debug'] = true;