Hi, I dont like the sliders.
So I would like to be able to hide the switch that hides the content ;-)
The function "PMA_generate_slider_effect" in common.lib.php could start with this piece of code:
if ($GLOBALS['cfg']['InitialSlidersState'] == 'disabled') {
?>
<div id="<?php echo $id; ?>">
<?php
return;
}
Moved to patches.
I have problems with your patches, under Linux it always says "malformed patch"; however I'm able to understand them by reading but it's slower to apply.
I simplified the patch and added explanation for Documentation.html.
Merged for 3.2, thanks.
Might be the Lineendings.
I'll try to keep LF in the future.