Join Date [SUGGESTION]
Join Date [SUGGESTION]
I would like it to show the join date near a user's avatar again.
There is un-used space there as it is.
There is un-used space there as it is.
- shadowkhas
- Posts: 5423
- Joined: Wed Jun 23, 2004 8:00 am
- Location: Salt Lake City, Utah
![]() |
![]() |
Re: Join Date [SUGGESTION]
I agree. Just the day/month/year would fit well. We don't need the hour/minute, as there was at the first setup of this forum.
(7:15:27 PM) Xenon7: I BRUK THE FIRST PAGE OMGOMGOMG RONALD REGAN
-
- Posts: 239
- Joined: Sun Oct 05, 2003 12:23 am
- Location: UK
![]() |
Re: Join Date [SUGGESTION]
I would also like this back.
- RaVNzCRoFT
- Posts: 6208
- Joined: Mon Jan 10, 2005 3:05 pm
- Location: Raleigh, North Carolina, USA
![]() |
![]() |
Re: Join Date [SUGGESTION]
It displayed users' join dates in the same manner each user chooses to display all dates and times. I set a custom display for myself, "M j, Y - g:i A," which shows up as "Jan 25, 2009 - 1:26 PM." All users' join dates were displayed in that manner for me. So if you set your profile to show not just the date of a post but the time of the post, which I'm sure all users have done, join dates will display times as well.shadowkhas wrote:I agree. Just the day/month/year would fit well. We don't need the hour/minute, as there was at the first setup of this forum.
If there were some way to override this feature in displaying join dates, that would be great. I'm pretty sure SourceGuy said in the IRC yesterday that he couldn't find one, though.
- iBotPeaches
- Posts: 78
- Joined: Tue Aug 08, 2006 9:22 am
- Location: Corral
- Contact:
Re: Join Date [SUGGESTION]
You could easily do a mass SQL query to default everyone's dates to the your pick. Then put it back, and hope people don't change it, but I don't know any table names or whatnot. So I cannot help.

- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Join Date [SUGGESTION]
Just add our own bit of code there and a do a direct call to date([format],[time]).
Line 1066 in current SVN, file 'viewtopic.php'. This is in the block of code that gathers the user data for the thread.
Before:
This uses the current user preferences to format the date. Screw that.
Ie, month/day/year:
Line 1066 in current SVN, file 'viewtopic.php'. This is in the block of code that gathers the user data for the thread.
Before:
Code: Select all
'joined' => $user->format_date($row['user_regdate']),
Code: Select all
'joined' => date("some_other_date_format",$row['user_regdate']),
Code: Select all
'joined' => date("n/j/Y",$row['user_regdate']),

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
-
- Posts: 239
- Joined: Sun Oct 05, 2003 12:23 am
- Location: UK
![]() |
Re: Join Date [SUGGESTION]
Nice work.
I think the original format for the join date was eg. Oct 5, 2003 (or it was at least similar to this, someone can probably come up with a screenshot from the old forum).
So a date format of "M j, Y" should do the trick.
I think the original format for the join date was eg. Oct 5, 2003 (or it was at least similar to this, someone can probably come up with a screenshot from the old forum).
So a date format of "M j, Y" should do the trick.
Last edited by mtxboxfreak on Sun Jan 25, 2009 4:04 pm, edited 1 time in total.
-
- Readers Club
- Posts: 285
- Joined: Sat Sep 20, 2003 7:08 am
- Location: The Netherlands, Europe
- Contact:
![]() |
![]() |
![]() |
![]() |
Re: Join Date [SUGGESTION]
Thanks for the help.FleetAdmiralBacon wrote:Just add our own bit of code there and a do a direct call to date([format],[time]).
Line 1066 in current SVN, file 'viewtopic.php'. This is in the block of code that gathers the user data for the thread.
Before:This uses the current user preferences to format the date. Screw that.Code: Select all
'joined' => $user->format_date($row['user_regdate']),
Ie, month/day/year:Code: Select all
'joined' => date("some_other_date_format",$row['user_regdate']),
Code: Select all
'joined' => date("n/j/Y",$row['user_regdate']),
Re: Join Date [SUGGESTION]
Yes.
I am cool now.
I am cool now.
Re: Join Date [SUGGESTION]
I like it. This mess is actually cleaning out to become very nice indeed. 


- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Join Date [SUGGESTION]
Don't mention it, always here to help.SourceGuy wrote:Thanks for the help.
e: Why does that phrase seem so... odd on the Internet?

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
- RaVNzCRoFT
- Posts: 6208
- Joined: Mon Jan 10, 2005 3:05 pm
- Location: Raleigh, North Carolina, USA
![]() |
![]() |
Re: Join Date [SUGGESTION]
Hmm...it seems like some join dates run two lines now...that's kind of annoying.
I think month and year (ie. Apr 2005) is sufficient, don't you? Or widening that left column by just 3 or 4 pixels seems like it would fix it, too.
I think month and year (ie. Apr 2005) is sufficient, don't you? Or widening that left column by just 3 or 4 pixels seems like it would fix it, too.
- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Join Date [SUGGESTION]
How about M 'Y? (Jan '09)

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
Re: Join Date [SUGGESTION]
so just 1, 2004 would be good for you?WaeV wrote:I'm fine with or without the month.

Re: Join Date [SUGGESTION]
I think he means just the year.
Re: Join Date [SUGGESTION]
This is good. Thanks.
* Veegie high fives GTAF _o/\o_
* Veegie high fives shadowkhas _o/\o_
* Veegie leaves warlord hangin' _o/ /o_
* Veegie high fives shadowkhas _o/\o_
* Veegie leaves warlord hangin' _o/ /o_
Re: Join Date [SUGGESTION]
I think it's fine as it is now, unless anyone has some serious issues with it?
- shadowkhas
- Posts: 5423
- Joined: Wed Jun 23, 2004 8:00 am
- Location: Salt Lake City, Utah
![]() |
![]() |
Re: Join Date [SUGGESTION]
It's good.
(7:15:27 PM) Xenon7: I BRUK THE FIRST PAGE OMGOMGOMG RONALD REGAN