1 bush Jun 25, 2006 15:27
3 bush Jun 27, 2006 16:29
Hi stk EXPERT!
Mny thx, spend hours on it, all done and everything is now fine after a few seconds thx to yr feedback. :p
Bush.
4 stk Jun 27, 2006 19:07
Bush,
Glad that it helped! :D
(Don't worry about spending hours and getting no where ... if I counted up all the mis-directed time I spent on my blog, I'd prolly stop blogging) :p
5 yabba Jun 27, 2006 19:47
The undervoted Stk wrote:
if I counted up all the mis-directed time I spent on my blog, I'd prolly stop blogging
Damn, does this mean there's hope?
¥
6 stk Jun 27, 2006 19:59
Hope? Not a chance (by now you shoulda figured that despite my mathematics background, I can't count) :p
Bush,
I've not fiddled with this setting, as I don't have the need, but I think the place to tackle it would be either the stub file or index.php file that's fires off b2evo.
In my index.php file, around line 101:
I'd change the "now" to be a mktime() function, which is easier to set and can be more reliable than adding seconds, because it handles daylight savings.
This example would post anything for the next 6 months into the future. (You can add/subtract digits to m(month), d(day) or Y(year) to get the look-ahead you want).
I did a quick test and it seems to work fine. ;)
Hope this helps.