Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
LocaleDeveloper : Vanilla 2.0.18b2 compatibility
Replaced line 27 in "class.localedeveloper.plugin.php" by :
Added new line at the top of the file :
The LocaleDeveloper plugin need an update : this trick was done until a new version of the plugin is published.
Without this update, the enabled Locale will not be taken into account and the LocaleDeveloper plugin generate errors.
$_Locale = new DeveloperLocale(Gdn::Config('Garden.Locale'), C('EnabledApplications'), C('EnabledPlugins'));
Added new line at the top of the file :
include('class.developerlocale.php');
The LocaleDeveloper plugin need an update : this trick was done until a new version of the plugin is published.
Without this update, the enabled Locale will not be taken into account and the LocaleDeveloper plugin generate errors.
0
Best Answer
-
Todd Vanilla Staff
I uploaded a new version of this plugin that does something similar to what you suggested.0
Answers