When my homepage loads the "All Polls" box starts with "latest" poll.
I have changed : /templates/base/scripts/BxBaseIndex.php
line
$mode = strlen($_GET['ppoll_mode']) ? $_GET['ppoll_mode'] : 'last';
to
$mode = strlen($_GET['ppoll_mode']) ? $_GET['ppoll_mode'] : 'admin';
so it shall start with the ‘admin’ option.
The reprograming has no effect, it still starts with the 'latest' tab.
Anyone who knows how to recode so it starts with the ‘admin’ poll?