tafreehm Well-known member Aug 5, 2012 #1 Sorry, I couldn't find this answer using search option. So yea, What is the quickest way to disable all plugins at one ?
Sorry, I couldn't find this answer using search option. So yea, What is the quickest way to disable all plugins at one ?
Jake Bunce Well-known member Aug 5, 2012 #2 Add this line to the library/config.php file: Code: $config['enableListeners'] = 0; That will disable all addons at the code level. Upvote 1 Downvote
Add this line to the library/config.php file: Code: $config['enableListeners'] = 0; That will disable all addons at the code level.
Chernabog Well-known member Sep 1, 2018 #3 You sir were just a lifesaver...should I say forum saver Upvote 0 Downvote