Extension Description: This extension allows full configuration of format the day, date, year, and clock on index page and replaces static clock with live time clock.
IMPORTANT
This extension is't validated, so as always do not install on a live board!
Added for testing only.
Download the latest release and unzip the content.
Copy the all4phone folder to your server, into the (forum root)/ext/ directory.
(If done correctly, you will see the main extension class at (forum root)/ext/all4phone/ltc/composer.json)
Navigate in the ACP to `Customise -> Manage extensions`
Look for Live Time Clock under the Disabled Extensions list, and click its Enable link.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by all4phone on 03 Jul 2016, 22:44, edited 9 times in total.
var days = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
var month = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
Even though you've placed this into a folder called "en", it's still in /template/ and therefore considered hardcoded language. You can fill this array in the template file instead and use phpBB's default language strings for days and months located in phpBB's language/en/common.php.
No idea how to solve this.
I have no big experience, any help realy appreciated