![]() |
I'd like JUST the time/date stamp change part. Also, is there an English version?
|
Thers no english version, but it isnt hard to make the changes into the english date-time format
just the date/time change you must change following things in my Hack: don't use Step 1.4 in step 1.5 change PHP Code:
PHP Code:
PHP Code:
$datzeit=mktime(substr($datzeit,11,2), substr($datzeit,14,2), 0, substr($datzeit,3,2), substr($datzeit,0,2), substr($datzeit,6,4)); into $datzeit=mktime(substr($datzeit,11,2), substr($datzeit,14,2), 0, substr($datzeit,0,2), substr($datzeit,3,2), substr($datzeit,6,4)); i think and of course the line $datzeit=vbdate("d.m.Y H:i",$postinfo[dateline]); into $datzeit=vbdate("m-d-Y H:i",$postinfo[dateline]); this should be all you need i think |
Thanks! :)
|
Nice hacks thanks :)
A reminder to people who use this hack: If you edit user id or thread id, dont forget to update the counters. |
Has anyone tried this in 2.2.5 and gotten it to work?
I've installed it and everything looks right, but when I try to edit the time... nothing happens. No change in the post at all. Any thoughts? |
Nevermind, I think I see a pattern.
|
I just installed this hack. It was easy to install and answered my prayers [link]
|
:)
you're welcome |
Ok, guys, I'm totally confused here. I'm one of them dumb Americans (although I do have some German Ancestory.) :)
Xenon: Why don't we use Step 1.4 if we are in the USA? Jawelin: If my server is in the UK and I am in the USA, you offset fix will automatically set the time at my offset according to what I have in my time options, right? So i don't have to manually set it? Sorry for the questions guys, but I want to make sure I get it right before I mess anything up. :) |
you have missunderstood something boofo: the don't use 1.4 was for SirSteve because he just wanted to add the datetime functions and nothing else ;)
th only thing you have to change as an american user are these lines: PHP Code:
PHP Code:
|
All times are GMT. The time now is 07:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|