Quote:
Originally Posted by Boofo
Yes, that will work, but you will have it saying good morning from 10 PM tp 12 Noon. Change the 22:00 to 24:00 and that should correct it.
I would have just commented out what you didn't want in case you wanted to change or re-add it later on.
|
From what I understand, it's like military time. Correct me if I'm wrong.
Anyways, I made it this:
PHP Code:
if ($navbar_localtime < '24:00') {
$vbphrase[ung_line] = $vbphrase[ung_morning];
$vbphrase[ung_punctuation] = $vbphrase[ung_period];
} elseif ($navbar_localtime < '12:00') {
$vbphrase[ung_line] = $vbphrase[ung_afternoon];
$vbphrase[ung_punctuation] = $vbphrase[ung_period];
} elseif ($navbar_localtime < '18:00') {
$vbphrase[ung_line] = $vbphrase[ung_evening];
$vbphrase[ung_punctuation] = $vbphrase[ung_period];
}
I did those changes, uploaded/overwrote my previous file, and like the previous time, I now have no name in the navbar after doing the template edits. It simply shows this:
Code:
You last visited: Yesterday at 11:46 PM Private Messages: Unread 0, Total 143.