Welcome, Guest. Please Login or Register.
April 30, 2025, 05:53:16 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  UK Style Dates « previous next »
Pages: [1] Reply Ignore Print
Author Topic: UK Style Dates  (Read 460 times)
webtrust
Noobie
*
Posts: 3


I'm a llama!

UK Style Dates
« on: March 28, 2002, 07:19:41 PM »
Reply with quote

Hi, not sure if this is the right place to post this - apols if not...

I was wondering what to change codewise to change the date of birth bit profile so it asks for day, month then year rather than month first. Also wondering anywhere else where the dates would need altered (other than the date format in admin -> board settings)

thanks
 -Angie
Logged
TheJkWhoSaysNi
YaBB God
*****
Posts: 1025


I dont know what to put here, i'll leave it blank.

ICQ - 122821095TheJkWhoSaysNi@evilemail.com WWW
Re:UK Style Dates
« Reply #1 on: March 28, 2002, 07:26:29 PM »
Reply with quote

you mean when you edit your profile? the order its typed in?
look for:
   <td><font size=1>$txt[564]<input type="text" name="bday1" size="2" maxlength="2" value="$umonth">$txt[565]<input type="text" name="bday2" size="2" maxlength="2" value="$uday">$txt[566]<input type="text" name="bday3" size="4" maxlength="4" value="$uyear"></font></td>change to:
   <td><font size=1>
$txt[565]<input type="text" name="bday2" size="2" maxlength="2" value="$uday">$txt[564]<input type="text" name="bday1" size="2" maxlength="2" value="$umonth">$txt[566]<input type="text" name="bday3" size="4" maxlength="4" value="$uyear"></font></td>

i'm going to do that on my board too, thanks for reminding me about that :)
Logged

WARNING: THIS POST MAY CONTAIN TRACES OF PEANUT!!!
I'm listening to....
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  UK Style Dates « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.027 seconds with 17 queries.