xf_phantom
Well-known member
what about providing a callback before the addon installation where the addon coder can define the xml and data paths?Not going to happen.
Your add on would actually be the first I've seen that is released in two separate packages and I feel it's not ideal.
Is there any reason you can't make your add on backwards compatible with 1.1.x?
e.g. like this pseudocode
addoninstallercallback.php
if xenforo_version < 1.1.2
another great addition would be a batch process to install dozen addons at once, this could even be enhanced to some sort of composer alternative (e.g. addon X requires addon Y... before addon X is being installed, addon Y will be isntalled automatically, if the zip url is available.
e.g.
$config = array(
'dependencies' => array(
array(addon_id => foo, min_version_id => 11111, 'fetch_url' => ..),
array(addon_id => tms)
)
with this one would just need to create a "my addons startpackage" with the commands file (including the dependencies and urls) and everything would be installed automatically
Last edited: