XF 1.5 Disable listeners of individual add ons

No. You have to disable the add-on via the control panel. (The config.php switch is only designed for an emergency situation to get back into the control panel if an add-on prevents access. Disabling the add-on via the control panel is the proper way to remove the effects of an add-on.)
 
I've got a situation where two add ons use the same route - and when disabling one, the other one won't work with that route and says it is not found.

I sought some info about this and was told it had something to do with how XenForo handles two add ons using the same route.

Two portal add ons, and disabling one still won't let the other work.
 
Disabling listeners wouldn't fix that. Whenever there's a conflict, it's basically the last action that wins, so the last imported add-on in this case. Effectively, you can't have both of those add-ons installed simultaneously.
 
Disabling listeners wouldn't fix that. Whenever there's a conflict, it's basically the last action that wins, so the last imported add-on in this case. Effectively, you can't have both of those add-ons installed simultaneously.

So what would be the best way to reset it? It seems like uninstalling the winning one doesn't bring back the other?
 
Top Bottom