
Board start date MOD
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
-
- Old member
- Posts: 677
- Joined: 30 Mar 2011, 00:32
Re: Board start date MOD
its some thing like whats on mine
and thats a donator code you just posted

-
- New member
- Posts: 38
- Joined: 21 Feb 2012, 21:05
Re: Board start date MOD
Thanks,
I know how to implement Stokers, just wondering how Rich did it.
I know how to implement Stokers, just wondering how Rich did it.
-
- Old member
- Posts: 677
- Joined: 30 Mar 2011, 00:32
Re: Board start date MOD
He prob done it the same way i did
plus im using a bit of stokers and a bit of riches mixed
and popped into a collapsible box

plus im using a bit of stokers and a bit of riches mixed

-
- New member
- Posts: 38
- Joined: 21 Feb 2012, 21:05
Re: Board start date MOD
Looking at yours, it is the same exact code that is on Stokers. Wraped into his countdown Mod. Yes it works and works fine. As far as I know Rich has not posted his edits.
-
- Old member
- Posts: 677
- Joined: 30 Mar 2011, 00:32
Re: Board start date MOD
No its not stokers as mine needs a html file and that cant be seen
as i said stokers and rich's
and your right rich has not released his but he did post a small bit of code that gave me an idea and i used it.
here is the file in question http://www.blades-place.com/styles/pros ... _info.html its hidden just like css is and wont show on viewsource
try view-source:www.blades-place.com/styles/prosilver/template/ip_info.html for your browser
if rich and stoker agree i'l post it.


here is the file in question http://www.blades-place.com/styles/pros ... _info.html its hidden just like css is and wont show on viewsource
try view-source:www.blades-place.com/styles/prosilver/template/ip_info.html for your browser
if rich and stoker agree i'l post it.
Last edited by martin123456 on 09 Aug 2012, 14:15, edited 1 time in total.
-
- New member
- Posts: 38
- Joined: 21 Feb 2012, 21:05
Re: Board start date MOD
This is what is running your countdown, I am looking for a different way.
Code: Select all
$(document).ready(function(){
$("#online").countdown({
date: "07 Aug 2012, 00:48:13",
leadingZero: true,
offset: -1,
yearsAndMonths: true,
htmlTemplate: "<span class='cd-online'>and in existence for</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\">Days</span> <strong>%h</strong> <span class=\"cd-online\">Hours</span> <strong>%i</strong> <span class=\"cd-online\">Minutes</span> <strong>%s</strong> <span class=\"cd-online\">Seconds</span>",
direction: "up"
});
-
- Old member
- Posts: 677
- Joined: 30 Mar 2011, 00:32
Re: Board start date MOD
sorry its not but its apart of it that can be seen . thats one of stokers donator snippets in the overalheader



Last edited by martin123456 on 09 Aug 2012, 14:18, edited 1 time in total.
-
- New member
- Posts: 38
- Joined: 21 Feb 2012, 21:05
Re: Board start date MOD
ok, you win! Thats what is not running yours. Maybe Rich will release his later.
-
- Old member
- Posts: 677
- Joined: 30 Mar 2011, 00:32
Re: Board start date MOD
cough where is the board start date and phpbb version in that donator code you posted ? i dont see them do you ?
that code would show like this > we have been online for 04 Years 02 Months 27 Days 15 Hours 35 Minutes 22 seconds as its ment too. but yeah i did change the wording on it but still there is no board start date
that code would show like this > we have been online for 04 Years 02 Months 27 Days 15 Hours 35 Minutes 22 seconds as its ment too. but yeah i did change the wording on it but still there is no board start date
Last edited by martin123456 on 09 Aug 2012, 15:05, edited 1 time in total.
-
- New member
- Posts: 38
- Joined: 21 Feb 2012, 21:05
Re: Board start date MOD
mchatuser wrote:cough where is the board start date and phpbb version in that donator code you posted ? i dont see them do you ?
Don't want those just the time, I got it working the way I want now.
PS. Thats why I did not post the whole code.
- RMcGirr83
- Past Contributor
- Posts: 6243
- Joined: 30 Nov 2006, 14:23
- Real name: Rich McGirr
Re: Board start date MOD
mikef35 wrote:This is what is running your countdown, I am looking for a different way.Code: Select all
$(document).ready(function(){
$("#online").countdown({
date: "07 Aug 2012, 00:48:13",
leadingZero: true,
offset: -1,
yearsAndMonths: true,
htmlTemplate: "<span class='cd-online'>and in existence for</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\">Days</span> <strong>%h</strong> <span class=\"cd-online\">Hours</span> <strong>%i</strong> <span class=\"cd-online\">Minutes</span> <strong>%s</strong> <span class=\"cd-online\">Seconds</span>",
direction: "up"
});
Uhmmm, yeah that isn't the code I am using.
-
- New member
- Posts: 38
- Joined: 21 Feb 2012, 21:05
Re: Board start date MOD
Rich,
I meant that is what is on his board. I got it figured out using your original package from this thread. Probably not the same way you have it, but it is working for now.
I meant that is what is on his board. I got it figured out using your original package from this thread. Probably not the same way you have it, but it is working for now.
-
- Old member
- Posts: 677
- Joined: 30 Mar 2011, 00:32
Re: Board start date MOD
RMcGirr83 wrote:mikef35 wrote:This is what is running your countdown, I am looking for a different way.Code: Select all
$(document).ready(function(){
$("#online").countdown({
date: "07 Aug 2012, 00:48:13",
leadingZero: true,
offset: -1,
yearsAndMonths: true,
htmlTemplate: "<span class='cd-online'>and in existence for</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\">Days</span> <strong>%h</strong> <span class=\"cd-online\">Hours</span> <strong>%i</strong> <span class=\"cd-online\">Minutes</span> <strong>%s</strong> <span class=\"cd-online\">Seconds</span>",
direction: "up"
});
Uhmmm, yeah that isn't the code I am using.
thats a bit of stokers donator snip hence the bit part
-
- New member
- Posts: 42
- Joined: 21 Dec 2008, 11:22
Re: Board start date MOD
Guys, how do I fix this little problem? 

Code: Select all
Forum started on Dec 22, 2004, 17.26 and in existence for 8 Years3 Days •
- RMcGirr83
- Past Contributor
- Posts: 6243
- Joined: 30 Nov 2006, 14:23
- Real name: Rich McGirr
Re: Board start date MOD
What problem?
Return to “Modders MOD support”
Who is online
Users browsing this forum: CommonCrawl [Bot] and 1 guest