3.2.x Extensions Database 3.2 / 3.3Live time clock 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Live time clock 3.2.x

Post by dmzx »

Extension Name: Live time clock 3.2.x
Author: dmzx

Special thanks to: martin

Extension Description:
Will add live time clock in navbar.



Screenshot:
Image

Extension Download:
Download-link
Live time clock 3.2.x v1.0.0
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `livetimeclock`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `livetimeclock` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at
    (your forum root)/ext/dmzx/livetimeclock/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Live time clock` under the Disabled Extensions list, and click its `Enable` link.

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25
    Windows 10 Chrome

Re: Live time clock 3.2.x

Post by Jaantje »

dmzx and martin Thanx U :tumbsyes:

Image
Grreeetttttzzzzz, Jaantje

User avatar

HemiDart
Users
Users
Posts: 2
Joined: 16 Feb 2017, 22:55
    Windows 7 Firefox

Re: Live time clock 3.2.x

Post by HemiDart »

Great extension thanks DMZX & Martin.

:wall: I need to get rid of the clock below the header and can not find the code I need to change new at phpBB and its probably right in my face I just can not find it any help would be appreciated.
Image

Thanks
Hemi

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Live time clock 3.2.x

Post by dmzx »

HemiDart wrote: 16 Feb 2017, 23:36 Great extension thanks DMZX & Martin.

:wall: I need to get rid of the clock below the header and can not find the code I need to change new at phpBB and its probably right in my face I just can not find it any help would be appreciated.
Image

Thanks
Hemi
Delete these lines https://github.com/phpbb/phpbb/blob/mas ... html#L3-L4 and clear cache.

User avatar

HemiDart
Users
Users
Posts: 2
Joined: 16 Feb 2017, 22:55
    Windows 7 Firefox

Re: Live time clock 3.2.x

Post by HemiDart »

Thank You :eusa_dance:

User avatar

K3JAE
Users
Users
Posts: 27
Joined: 29 Apr 2016, 12:11
    Windows 7 Firefox

Re: Live time clock 3.2.x

Post by K3JAE »

Where can one change the color of the font in this extension. It is currently the default blue... and looks a bit strange on my page which is a shade of brown to tan. Any help would be appreciated. :eyes2:

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Live time clock 3.2.x

Post by martin »

Ext/dmzx/livetimeclock/styles/prosilver/template/liveclock.js

find this var myfont_color = "#4C5D77"; your find other settings in it too.
Image

User avatar

dwattel
Users
Users
Posts: 4
Joined: 01 Mar 2017, 09:05
    Windows 10 Firefox

Re: Live time clock 3.2.x

Post by dwattel »

I installed and activated the LTC but it only showes on the login page, after logging in the LTC is gone.
The possible ext. that is blocking the TLC could be "Welcome Back", after disabling the ext. the LTC is back.
How can I get the LTC working with the ext. "Welcome Back" enabled?

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Live time clock 3.2.x

Post by martin »

Not knowing the welcome back ext it sounds like there both using the same event name i would chat one to another name.

User avatar

K3JAE
Users
Users
Posts: 27
Joined: 29 Apr 2016, 12:11
    Windows 7 Firefox

Re: Live time clock 3.2.x

Post by K3JAE »

martin wrote: 07 Mar 2017, 13:38 ext/dmzx/livetimeclock/styles/prosilver/template/liveclock.js

find this var myfont_color = "#4C5D77"; your find other settings in it too.

Go figure.. never thought to look in the .js file. Thanks Martin.. Color change made and now looks all good!! :mml:


Gio
Users
Users
Posts: 55
Joined: 27 Apr 2016, 23:38
    Windows 10 Firefox

Re: Live time clock 3.2.x

Post by Gio »

How to let the clock show up in dutch?

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Live time clock 3.2.x

Post by Sniper_E »

Gio wrote: 25 May 2017, 00:59 how to let the clock show up in dutch?
I see no language file so I would guess changing the words in liveclock.js also. All tho everyone will see it in dutch.
Should there be a language file added to this extension? :whistl:

How did Jaantje do this? Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Live time clock 3.2.x

Post by dmzx »

Sniper_E wrote: 25 May 2017, 04:41
Gio wrote: 25 May 2017, 00:59 how to let the clock show up in dutch?
I see no language file so I would guess changing the words in liveclock.js also. All tho everyone will see it in dutch.
Should there be a language file added to this extension? :whistl:

How did Jaantje do this? Image
Maybe nice option o add indeed :wink:


Gio
Users
Users
Posts: 55
Joined: 27 Apr 2016, 23:38
    Windows 10 Firefox

Re: Live time clock 3.2.x

Post by Gio »

dmzx wrote: 25 May 2017, 08:27
Sniper_E wrote: 25 May 2017, 04:41
Gio wrote: 25 May 2017, 00:59 how to let the clock show up in dutch?
I see no language file so I would guess changing the words in liveclock.js also. All tho everyone will see it in dutch.
Should there be a language file added to this extension? :whistl:

How did Jaantje do this? Image
Maybe nice option o add indeed :wink:
:mml: :thumbup:

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Live time clock 3.2.x

Post by jan_2017 »

dmzx wrote: 16 Feb 2017, 23:39
HemiDart wrote: 16 Feb 2017, 23:36 Great extension thanks DMZX & Martin.

:wall: I need to get rid of the clock below the header and can not find the code I need to change new at phpBB and its probably right in my face I just can not find it any help would be appreciated.
Image

Thanks
Hemi
Delete these lines https://github.com/phpbb/phpbb/blob/mas ... html#L3-L4 and clear cache.
Hello together.

Where i can find the lines to delete "Your last activity at ....." at the right corner

Thx Jan

Post Reply Previous topicNext topic