The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[How-To] Product Managament (vBulletin 3.5 RC 1 and up)
This How-To is mainly meant for Hack-Developers, if you are only planning to use Hacks just read the End-User section. Developers vBulletin 3.5.0 RC1 introduces a new concept for customizing/modifying vBulletin: Products. With Products, you can manage Plugins, Phrases, Settings and Templates in just one XML File. Furthermore it supports Install/Uninstall Codes (for running queries, etc.), it also covers updating existing Hacks as you can add Codes for different Versions. To start, you first have to turn on debug mode: Put PHP Code:
Then go to ACP / Plugin System / Manage Products. Click Add/Import Product. In the second Form (Add New Product) fill in the Details for your Hack:
Afterwards, create all the Plugins, Phrases, Templates and Settings your Hack requires and make sure you select the Product you just created. Important: Templates must be placed in the MASTER Style, Phrases in the MASTER Language When you are finished, go to ACP / Plugin System / Manage Products and select Edit from the Dropdown next to your Product. In the Form (Add New Install/Uninstall Code) add all Code necessary to install/uninstall your Hack (eg, Queries, etc.). If you are updating an existing Hack, add new Install/Uninstall Codes for the new Version that just make the changes necessary to upgrade the previous Version; Product Management will make sure that all necessary Codes will be run. If your Hack includes Usergroup Permissions/Bitfields, add the following Code to Install and Uninstall to rebuild the Bitfield cache: PHP Code:
End-Users Go to ACP / Plugin System / Manage Products. Click Add/Import Product, select the product XML File for the Hack you want to install. If you are upgrading an existing Hack, make sure that Allow Overwrite is set to Yes This How-To is (C) 2005 by KirbyDE and you are not allowed to redistribute it in any way without my explicit consent. |
#32
|
||||
|
||||
Yes. Version Numbers can have up to 3 dots, eg. 1.2.3.4
|
#33
|
|||
|
|||
Quote:
Kirby.. How about making a CHM collection of all the HowTO's you've written so far? :P That would be really useful. |
#34
|
||||
|
||||
If you could enlighten me what CHM is and how to create that - why not.
Hmm ... I could create a PDF. |
#35
|
|||
|
|||
Quote:
As long as you make a table of contents, a PDF file would also be good. CHM files are usually neater and cleaner though... This is an example of a CHM manual: http://us3.php.net/get/php_manual_chm.zip/from/a/mirror |
#36
|
||||
|
||||
I thought the standard Windows Helpfile-Format was .hlp?
As this is what I ship my Applications with ... Anyway, I think PDF would be better then a "proprietary" Format that doesn't work on all Platforms. |
#37
|
|||
|
|||
Quote:
http://msdn.microsoft.com/library/de...html/ch13g.asp Concerning platform compatibility: In Windows it is integrated, Linux has KchmViewer, Macintosh X a CHMViewer1.1... I am sure other major platforms also have a viewer for such a common filetype, otherwise it wouldn't be used in so many eBooks. P.S. I just looked in the HowTo forum, and discovered that there are also HowTo's by other authors. Therefore, in your compilation, could you please include these other HowTo's as well? Thanks |
#38
|
||||
|
||||
pdf is balls, Adobe is a bloated program when it just comes to reading pdf's. Also, it's very hard (I havent discovered how to) copy/paste something from a .pdf.
I'd like to see in chm too, that way I could even integrate it into Dreamweaver |
#39
|
||||
|
||||
Sorry, no CHM from me.
And with this post I am also denying anybody else the right to pack my How-TOs into a CHM. But I might do a PDF |
#40
|
|||
|
|||
Quote:
What's the reason for the denying, if not a secret? Revan is right - Adobe Viewer for PDF is too bloated.. |
#41
|
||||
|
||||
Reason = I don't like MS too much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|