The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
plugin installation.
Hi,
Is there a way to make one plugin install another plugin during installation ? Maybe something that can be added to the <installcode> section in the plugin ?? Any idea ? |
#2
|
||||
|
||||
Do you mean a product? If so you can use a query in the installcode
|
#3
|
|||
|
|||
Example: I want to install ten products and i want to use only one to install them all(so i dont have to go one by one), i know the path to all products, it is always the same.
What kind of query ? |
#4
|
||||
|
||||
It is very long to do a query for install ten products since they contain a lot things like phrases, plugins, templates, settings, infos etc... What you could do is to 'fuse' them.. you can copy all the plugin and the other things of each xml and put them in one unique xml. Or i don't know if is it possible but you can even try to copy all the product tag of a xml and copy it at the end of another xml. Just like this
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <product productid="product1" active="1"> All the code of the product One </product> <product productid="product2" active="1"> All the code of the product Two </product> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|