beta release of the medilib gallery
Elgan |
|
---|---|
im afraid it would mean editing the plugin to look for overrides and stuff.
or.. if u want it setting for default. u can edit the defaults in config.php and delete all the users settings, forcing them back to defaults. (your new defaults). tho if they change it, it could break your skin. i think maybe there is a missed section on a table, a good way is to check the output source and make sure everything is countered for. the skin tables shouldnt be breaking like that :S:S anyway to change defaults. www\plugins\medialibrary\core\global\medialibrary.common.php line 212 $sections['thumbnailsview']['grows'] = array('value' => '4','name' => 'grows','text' => 'Rows','type' => 1,'default' => '4'); $sections['thumbnailsview']['gcolumns'] = array('value' => '4','name' => 'gcolumns','text' => 'Columns','type' => 1,'default' => '4'); change where it says default to what u want. then empty $ml_config |