Hi, polls on the home page of my site (Dolphin 6.1.4) comes up on 'Latest' how can I set this so that it automatically comes up on Admin by default?
Thanks in advance,
Stuart
Hi, polls on the home page of my site (Dolphin 6.1.4) comes up on 'Latest' how can I set this so that it automatically comes up on Admin by default? Thanks in advance, Stuart There are none so blind as those that will not see. |
Hey Stuart, /templates/base/scripts/BxBaseIndex.php Find this line $mode = strlen($_GET['ppoll_mode']) ? $_GET['ppoll_mode'] : 'last';
to 'admin'; |
Hi justinlutzfl, that sorted it! Many thanks, Stuart There are none so blind as those that will not see. |
Anytime |
thanks from me to ! |
Worked a ripper. Thanks. |