PHP: phpMyAdmin3 - deactivate slider effects
For all of you who liked phpMyAdmin2 where all relevant information was visible at any time, sould be annoyed be the new slider effects in phpMyAdmin3.
I did a short search for the config value to change this and found this solution.
Add this to your config.inc.php:
// Change slider behaviour
$cfg['InitialSlidersState'] = 'open';
$cfg['InitialSlidersState'] = 'open';
And your sliders will start in visible state.
phpMyAdmin download:
http://www.phpmyadmin.net/home_page/downloads.php
No related posts.