EduGeek Joomla 1.0 Package Thread, Copyright Date not changed in Projects:; Hi,
We are running an edugeek joomla site version 1.0. The copyright in the footer of the site says:
Copyright ...
-
2nd January 2010, 08:43 AM #1 Copyright Date not changed
Hi,
We are running an edugeek joomla site version 1.0. The copyright in the footer of the site says:
Copyright 2009 School Name
It should have changed to 2010 automatically and it hasn't. The date on the Server and the Client is correct.
Any ideas please?
Thanks
Last edited by FN-GM; 2nd January 2010 at 08:47 AM.
-
-
2nd January 2010, 11:18 AM #2
- Rep Power
- 7

Originally Posted by
FN-GM
Hi,
We are running an edugeek joomla site version 1.0. The copyright in the footer of the site says:
Copyright 2009 School Name
It should have changed to 2010 automatically and it hasn't. The date on the Server and the Client is correct.
Any ideas please?
Thanks
It's probably hard-coded in the php code (footer.inc ??)
Sorry that probably should read footer.php (been playing around in Drupal recently)
Check to ensure that your Template index.php doesn't set this value
Then check ..../includes/footer.php which probably does set it
Last edited by mrwITch; 2nd January 2010 at 01:40 PM.
-
-
2nd January 2010, 11:23 AM #3 Yes that sounds about right. Search for footer files and you're sure to find your 2009.
-
-
2nd January 2010, 11:27 AM #4 There is a footer module which looks at the date and automatically displays the current year as the latest but I've not used the edugeek version for a while. (Just downloaded it as 1.3.zip with a 1.2 folder inside)
Otherwise a quick bit of sed can fix this for you.
-
-
2nd January 2010, 12:00 PM #5 I've just read on another forum of Y2010 issues elsewhere. EPOS terminals failing at midnight etc. No idea if this is your problem in this particular case, but could be.
-
-
2nd January 2010, 12:26 PM #6 Sounds to me like your date is hardcoded i.e.
Copyright 2009 School Name Here
Fine the 2009 in the footer and change it to:
PHP Code:
Copyright <?php echo date('Y'); ?> School Name
This will then echo the year (according to your server) so it will change every year without having to think about it.
-
-
2nd January 2010, 03:50 PM #7 
Originally Posted by
Andrew_C
I've just read on another forum of Y2010 issues elsewhere. EPOS terminals failing at midnight etc. No idea if this is your problem in this particular case, but could be.
Microsofts online subscription systems seem to have this failing, my technet+ subscription online says it expires on the 01/01/1900 rather than 01/01/2011 it seems to have not been working that well!!! But I must admit a few things online glancing around the web seem to have suffered the 2010 bug (is this the new millennium bug)
-
-
2nd January 2010, 05:44 PM #8 If you still have material that hasn't been changed since it was published in 2009, your copyright line should be "Copyright 2009 - 2010".
-
-
2nd January 2010, 07:36 PM #9 EduGeek is in the same boat
it seems anyhow
-
-
2nd January 2010, 08:21 PM #10 
Originally Posted by
EduTech
EduGeek is in the same boat

it seems anyhow
That's hard coded I imagine. The vBulletin one has updated.
In theory, does it matter? Is this text actually significant?
-
-
2nd January 2010, 08:27 PM #11 
Originally Posted by
Edu-IT
That's hard coded I imagine. The vBulletin one has updated.
In theory, does it matter? Is this text actually significant?
It is hard coded
VB has updated but the VBSEO has not
-
-
2nd January 2010, 11:13 PM #12 
Originally Posted by
EduTech
It is hard coded

VB has updated but the VBSEO has not

I was talking about the one at the bottom of the very site. It may also be that vB have recently released a patch so that'll have latest copyright attached to it.
-
-
3rd January 2010, 12:31 AM #13 
Originally Posted by
Edu-IT
I was talking about the one at the bottom of the very site. It may also be that vB have recently released a patch so that'll have latest copyright attached to it.
I know you was
and your probably right fella! i am sure shaun will sort that at some point anyhow
-
-
3rd January 2010, 04:25 AM #14 Like i said on the first post it should do it automatically......

Originally Posted by
Hightower
Sounds to me like your date is hardcoded i.e.
Copyright 2009 School Name Here
Fine the 2009 in the footer and change it to:
PHP Code:
Copyright <?php echo date('Y'); ?> School Name
This will then echo the year (according to your server) so it will change every year without having to think about it.

It uses code similar to this. It is not hard coded in the PHP file there is a variable like this.....
So just to some up the date is not hard coded
-
-
3rd January 2010, 09:52 AM #15 Show us the code and echo it out yourself.
I'll see if I have time this morning to set this up and try.
-
SHARE:
Similar Threads
-
By SC-UK in forum General Chat
Replies: 17
Last Post: 11th September 2009, 07:47 PM
-
By WStore_Dan in forum Our Advertisers
Replies: 0
Last Post: 19th May 2009, 10:46 AM
-
Replies: 3
Last Post: 12th May 2009, 01:00 PM
-
By ZeroHour in forum Windows
Replies: 2
Last Post: 24th October 2008, 11:05 AM
-
By sLiDeR in forum Windows
Replies: 6
Last Post: 24th May 2008, 07:35 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules