XenForo
Administrative
- Thread starter
- Admin
- #1
I'd like to add an extra image driver.
This seems possible as the image manager is prepared to handle multiple drivers and extra drivers can be added via container
However, the admin GUI to configure the default driver does give me some headache:
The option does use a PHP callback and as the entity does not extend the callback class before executing the callback I can't seem to find an easy way to make this extra driver appear there and stikl have the...
Read more
ادامه مطلب...
This seems possible as the image manager is prepared to handle multiple drivers and extra drivers can be added via container
imageManager.extraDrivers.However, the admin GUI to configure the default driver does give me some headache:
The option does use a PHP callback and as the entity does not extend the callback class before executing the callback I can't seem to find an easy way to make this extra driver appear there and stikl have the...
Read more
ادامه مطلب...