Jump to content

Download: (Pav32) Board Life Counter

Featured Replies

How to config the startup date ?


How to config the startup date ?




It is pulled from the conf_global file

Find:

$INFO['board_start'] = 'XXXXXXXXX';

Change it to whatever suits you.

Ok thanks ;)

I can't recommend this hook. After installing, I noticed that the hook doesn't display the correct startup year. After getting installed, the hook states that my forums were started in 2006, yet my forums were installed in 2004. While I've been waiting for something like this, it simply lists the incorrect "year" that my forums were installed, by two years. Everything else is correct, except for the reported year.

  • Author

What value is $INFO ['board_start'] in the conf_global.php file ?

It's: 1165889273


I can't recommend this hook. After installing, I noticed that the hook doesn't display the correct startup year. After getting installed, the hook states that my forums were started in 2006, yet my forums were installed in 2004. While I've been waiting for something like this, it simply lists the incorrect "year" that my forums were installed, by two years. Everything else is correct, except for the reported year.




What value is $INFO ['board_start'] in the conf_global.php file ?




It's: 1165889273




I get GMT: Tue, 12 Dec 2006 02:07:53 GMT



When I put that timestamp into this:

http://www.4webhelp....s/timestamp.php


In other words, the error is not with this hook.

we have it installed and it works fine, however I did tweak the xml file as I thought it's translation was a bit off in places

post-110533-0-92338400-1319238236_thumb.

That's odd because my forum account was created in 2004 yet my boards timestamp says 2006. Somehow, someone got messed up in the process.


That's odd because my forum account was created in 2004 yet my boards timestamp says 2006. Somehow, someone got messed up in the process.




if you know the actual/correct creation date, use the time stamp link and create a new time stamp. I'm tempted to create a date that precedes the very first IPB :D

My community is very technological aware of such things and very professional. I think I might consider something on April 1st. lols

  • 2 weeks later...

Working perfect....................thanks

  • 1 month later...

date shown is 31 December 2009, but it should actually be, 20 Jun 2005,
I will check what value is $INFO ['board_start'] in the conf_global.php file

EDIT:
It is: 1262220506

  • Author

date shown is 31 December 2009, but it should actually be, 20 Jun 2005,


I will check what value is $INFO ['board_start'] in the conf_global.php file



EDIT:


It is: 1262220506



http://php.fnlist.com/date_time/gmstrftime


<?php

$format = '%D %T';

$timestamp = 1262220506;

$result = gmstrftime ($format, $timestamp);

?>


12/31/09 00:48:26

Mine isn't showing at all. Am I supposed to modify anything else or flush cache?

  • Author

Mine isn't showing at all. Am I supposed to modify anything else or flush cache?



Have you enabled mod? It is disabled by default after installation.
ACP > System > System Settings > Hooks > (Pav32) Board Life Counter

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.