Print Topic - Archive

E-Blah Community  /  E-Blah Bugs  /  Calendar only goes to 2015
Posted by: threewishes, March 4, 2011, 9:08am
How do we make it continue more years?
Posted by: richmond, March 4, 2011, 4:30pm; Reply: 1
Im sure someone will reply before the four years is up,Im still waiting for an answer from a question from 2 years ago  :( :( :( :(
E-Blah IS Dead and feel justin should pass it over to someone who is commited to continuing the progress like martin.
but this will never happen so time to move over to another forum software.
Posted by: Nat, March 8, 2011, 3:28pm; Reply: 2
with regret, unless something drastic happens, as said eblah is once again dead.. Martin has made a brief come back, and it is he and others like him that are needed to drive eblah forward...
Posted by: pcmantinker, March 9, 2011, 2:26am; Reply: 3
I'm not 100% sure, but I saw that in Calendar.pl, there's a line that checks whether the year is between 1995 and 2015. It seems that if you change the value from 2015 to something larger than that, that might be the fix. I don't currently have an E-Blah installation to test, but this may do the trick. Here's the line of code to look for:
Code
if($curyr < 1995 || $curyr > 2015) { next; }


You should change it to something like:
Code
if($curyr < 1995 || $curyr > 2065) { next; }


The year can probably be anything larger than 2015. I doubt that E-Blah will be of much use in 2065, but you never know. haha
Posted by: richmond, March 10, 2011, 10:54am; Reply: 4
Quoted from pcmantinker
I'm not 100% sure, but I saw that in Calendar.pl, there's a line that checks whether the year is between 1995 and 2015. It seems that if you change the value from 2015 to something larger than that, that might be the fix. I don't currently have an E-Blah installation to test, but this may do the trick. Here's the line of code to look for:
Code
if($curyr < 1995 || $curyr > 2015) { next; }


You should change it to something like:
Code
if($curyr < 1995 || $curyr > 2065) { next; }


The year can probably be anything larger than 2015. I doubt that E-Blah will be of much use in 2065, but you never know. haha


;D ;D ;D ;D ;D ;D ;D ;D



Posted by: pcmantinker, March 10, 2011, 6:23pm; Reply: 5
Quoted from richmond


;D ;D ;D ;D ;D ;D ;D ;D




Haha E-Blah is great software, but everything comes to an end eventually. I love E-Blah and still happily support the software. Hopefully someone can pick up the project and keep it going. :)


I setup Perl in IIS on my desktop and installed E-Blah 10.3.6. I can confirm that changing 2015 to 2065 works. If anyone would like a mod written, I can write one.
Posted by: Nat, March 10, 2011, 6:58pm; Reply: 6
Quoted Text
Here is the mod to extend the year from 2015 to 2065
Not tested this or anything, but may be add this as a new thread in the Mod section?
Posted by: pcmantinker, March 10, 2011, 7:13pm; Reply: 7
I just moved the post about the mod to the mods section. http://www.eblah.com/forum/m-1299803936.65799/s-0/
Posted by: Justin, October 21, 2011, 7:03pm; Reply: 8
It goes to 2050 now.

https://github.com/onfire4g05/E-Blah-Forum/commit/0f2d09bf0852223fc28db65d9524b4568591ff66

If you want any modifications added to future versions of E-Blah, PLEASE fork E-Blah at GitHub, make your changes, and then create a pull request. I can, and WILL review any pull requests I get for E-Blah modifications!
Print page generated: June 19, 2013, 9:39am