Hey bigmattyh!!!
[high]* Illuvatar moves site to new server, installs 2.2.7, and reapplys this most excellent hack with NO PROBLEMS!!
[/high]
lol
And get this...
I even modified the code a little cause I liked the "Today, at" in the last visited piece, and I wanted it on my individual forum display as well!
All I did was this:
PHP Code:
if ($date==$todaydate) {
$date="Today, at";
}
if ($date==$yestdate) {
$date="Yesterday, at";
and worked like a champ!
Many thanks again!
Illu