<span class="qte-attr qte_31_32-qte">3.1.x & 3.2.x</span>
dmzx
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 13 Dec 2014, 14:33
Extension Name: Member time counter
Author: dmzx
Extension Description:
phpBB 3.1 extension that will display member time counter in profile.
dmzx/Member-time-counter
Code update, validation version
Screenshot:
Extension Download:
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `membertimecounter `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `membertimecounter ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/membertimecounter/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Member time counter ` under the Disabled Extensions list, and click its `Enable ` link.
Sycron
Users
Posts: 4 Joined: 22 Nov 2014, 21:21
Post
by Sycron » 13 Dec 2014, 14:37
LE: I found on Martin forum for 3.0.12
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 13 Dec 2014, 14:51
Sycron wrote: LE: I found on Martin forum for 3.0.12
Your find most of the edits come from mine
Allen42
Users
Posts: 5 Joined: 12 Dec 2014, 02:33
Post
by Allen42 » 13 Dec 2014, 16:37
Like Rich McGirr (RMcGirr83) has that on his site, so it's working!
testing
Users
Posts: 6 Joined: 11 Dec 2014, 18:27
Post
by testing » 13 Dec 2014, 17:06
Nice, you can make an extension that shows in member profile "last activity was since 12 minutes at forum XXX" maybe?
Jaantje
Users
Posts: 356 Joined: 02 Nov 2014, 21:25
Post
by Jaantje » 16 Dec 2014, 07:40
Where should I apply the changes?
In Language en or in Language nl or in ext/dmzx/membertimecounter/language/en/membertimecounter.php
Or should I create a new language folder !!
Grreeetttttzzzzz, Jaantje
Midway
Translators
Posts: 115 Joined: 08 Dec 2014, 10:27
Post
by Midway » 16 Dec 2014, 11:52
You can't change in
Code: Select all
ext/dmzx/membertimecounter/styles/prosilver/template/event/overall_footer_after.html
you have this
Code: Select all
<!-- INCLUDEJS jquery.jcountdown.min.js -->
<script type="text/javascript">
// <![CDATA[
$(document).ready(function(){
$("#member").countdown({
date: '{MEMBER_FOR}',
leadingZero: false,
yearsAndMonths: true,
htmlTemplate: "<span class='cd-online'></span> <strong>%y</strong> <span class=\"cd-online\">Years</span> <strong>%m</strong> <span class=\"cd-online\">Months</span> <strong>%d</strong> <span class=\"cd-online\">{L_DAYS}</span> <strong>%h</strong> <span class=\"cd-online\">{L_HOURS}</span> <strong>%i</strong> <span class=\"cd-online\">{L_MINUTES} and</span> <strong>%s</strong> <span class=\"cd-online\">{L_SECONDS}</span>",
direction: "up"
});
});
// ]]>
</script>
you can't replace Years and Months of the html by your language key for example Years by {L_YEARS} and add in /language/nl/common.php
Jaantje
Users
Posts: 356 Joined: 02 Nov 2014, 21:25
Post
by Jaantje » 16 Dec 2014, 18:52
Cerrone , je vous remercie pour la solution. Vous langue néerlandaise est meilleure que la mienne
Cerrone , thank You for the solution.
awr
Translators
Posts: 55 Joined: 13 Mar 2015, 08:50
Post
by awr » 30 Mar 2015, 08:21
Turkish language pack
tr.rar
This link updated.
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
awr on 30 Mar 2015, 11:51, edited 1 time in total.
awr
Translators
Posts: 55 Joined: 13 Mar 2015, 08:50
Post
by awr » 30 Mar 2015, 09:36
membertime.jpg
member time counter does not appear
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
dmzx
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 30 Mar 2015, 11:03
awr wrote: membertime.jpg
member time counter does not appear
Check if there is a conflict in .js on your site
awr
Translators
Posts: 55 Joined: 13 Mar 2015, 08:50
Post
by awr » 30 Mar 2015, 12:02
dmzx wrote: Check if there is a conflict in .js on your site
phpBB • Member time counter
Problem in this link.
dmzx
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 30 Mar 2015, 21:24
What is the value user_regdate of the user in your database?
Jaantje
Users
Posts: 356 Joined: 02 Nov 2014, 21:25
Post
by Jaantje » 30 Mar 2015, 22:29
awr I deleted the background of your avatar , you might find it more beautiful.