Hi Folks
Running: 1.6.2
www.caravanchat.org/forum
Is there anyway to shorten the date display indicated below, so that it doesn't stretch the user's mini-profile?
Cheers
Thumper
For users:
Usercp >> Edit Options >> Date Format and Time Format
To change it globally on the forum:
Admincp >> Configuration >> Date and Time Formats >> Date Format and Time Format
Change the above according to the php date setting:
http://php.net/manual/en/function.date.php
(2011-03-29, 08:17 AM)- G33K - Wrote: [ -> ]For users:
Usercp >> Edit Options >> Date Format and Time Format
To change it globally on the forum:
Admincp >> Configuration >> Date and Time Formats >> Date Format and Time Format
Change the above according to the php date setting:
http://php.net/manual/en/function.date.php
Thanks Mate!
For some reason, the global change just isn't doing anything, no matter what I put in there
(2011-03-29, 09:06 AM)thumper Wrote: [ -> ] (2011-03-29, 08:17 AM)- G33K - Wrote: [ -> ]For users:
Usercp >> Edit Options >> Date Format and Time Format
To change it globally on the forum:
Admincp >> Configuration >> Date and Time Formats >> Date Format and Time Format
Change the above according to the php date setting:
http://php.net/manual/en/function.date.php
Thanks Mate!
For some reason, the global change just isn't doing anything, no matter what I put in there
If you have your user option set to anything other than the system default it will override what the global one is set to what you have selected. To use the global value, use default system
(2011-03-29, 09:09 AM)- G33K - Wrote: [ -> ] (2011-03-29, 09:06 AM)thumper Wrote: [ -> ] (2011-03-29, 08:17 AM)- G33K - Wrote: [ -> ]For users:
Usercp >> Edit Options >> Date Format and Time Format
To change it globally on the forum:
Admincp >> Configuration >> Date and Time Formats >> Date Format and Time Format
Change the above according to the php date setting:
http://php.net/manual/en/function.date.php
Thanks Mate!
For some reason, the global change just isn't doing anything, no matter what I put in there
If you have your user option set to anything other than the system default it will override what the global one is set to what you have selected. To use the global value, use default system
OK - got it now, thanks!!