No problem. I missed it myself, at first.

Chuck
Moderator: Mattk
No problem. I missed it myself, at first.
hello brian, with the latest version of the update.mbsmart file I can no longer make the backup, but only the update .. how can I solve it ??weatherist34 wrote: ↑Sun Feb 02, 2020 9:11 pm ok ron another oversight try and do tomorrow...
about default switching your not alone thats been asked a few times this week however i will try and do it sometime in the mean time you could just add a redirect in the index.php of the main template if you not too bothered about seo stuff the quick way
<?php
header('Location: https://www.yourdomain.com/console/consoledavis.php ');
exit;
?>
or
<?php
header('Location:console/consoledavis.php');
exit;
?>
or common meta refresh method
<meta http-equiv="refresh" content="0; URL='https://yourdomain.com/console/consoledavis.php'" />
there are other ways via .htaccess but above should be sufficient..
Toto this was removed too much hassle in adapting to languages each time so I dumped it..sorry but multiple support of languages thwart progress too often .
I am making another backup solution as the original one was not widespread server friendly but it takes a bit of time to run it through on different servers I have access too but I will do it when time permits.xxvincixx wrote: ↑Thu Feb 06, 2020 7:43 pmhello brian, with the latest version of the update.mbsmart file I can no longer make the backup, but only the update .. how can I solve it ??weatherist34 wrote: ↑Sun Feb 02, 2020 9:11 pm ok ron another oversight try and do tomorrow...
about default switching your not alone thats been asked a few times this week however i will try and do it sometime in the mean time you could just add a redirect in the index.php of the main template if you not too bothered about seo stuff the quick way
<?php
header('Location: https://www.yourdomain.com/console/consoledavis.php ');
exit;
?>
or
<?php
header('Location:console/consoledavis.php');
exit;
?>
or common meta refresh method
<meta http-equiv="refresh" content="0; URL='https://yourdomain.com/console/consoledavis.php'" />
there are other ways via .htaccess but above should be sufficient..
Brian,weatherist34 wrote: ↑Fri Feb 07, 2020 6:32 pm we hope so ...thank you both for your consistent help , got mine working on a Samsung 27” smart tv today looks pretty cool so when we get back probably spend a few days trying out on some other brands and sizes .
sorry its short but addressed this earlier with a few other language alignments..prestwickwx wrote: ↑Sun Feb 09, 2020 8:50 pmBrian,weatherist34 wrote: ↑Fri Feb 07, 2020 6:32 pm we hope so ...thank you both for your consistent help , got mine working on a Samsung 27” smart tv today looks pretty cool so when we get back probably spend a few days trying out on some other brands and sizes .
Just a note for a future update. The path to the console-setup.php in the latest consoledavis.php update needs to be corrected.
Best wishes,![]()
Chuck