UseBB Community

The official board for UseBB help and discussion

UseBB Community » Feature Requests » "Registered" Date in Sidebar Customizable

"Registered" Date in Sidebar Customizable

Page: 1

Author Post
Member
Registered: Apr 2004
Posts: 16
Location: Pgh, PA
In my opinion, the "Registered" date below each user's avatar should follow the same format that the logged in user specifies in his/her panel. A minor change, perhaps, but I feel that the software should remain consisten throughout.
_______________
"Feed me a stray cat." - ATM Machine, American Psycho
View My Game Collection
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
That would make it extremely long imo. Currently the date is parsed exactly as the other date/times on the board except for a few extra parameters for $functions->make_date();
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Apr 2005
Posts: 75
Location: turnhout
PC_Freak wrote
Currently the date is parsed exactly as the other date/times on the board


Correct me if I'm wrong, but does it mean that whatever I configure the date in config, it shall be used that way ?

Because I can understand the remark of kevinski. He's from the states, I'm not. My date format would be different than his.

Maybe the board could use the format the user has in its panel for the whole board ??? That way, you wouldn't look into the config except for the default format ?
_______________
Always Looking to the Bright Side of Life but also the Dark side of the Moon ;)
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
The format is constant, it's hard coded in topic.php:
$functions->make_date($postsdata['regdate'], 'M y');

It's done this way because the date format set up in the panel/config is too long and contains in fact too much information (nobody needs to know which hour somebody registered, and if they do, they can view the user's profile).
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Apr 2005
Posts: 75
Location: turnhout
PC_Freak wrote
(nobody needs to know which hour somebody registered, and if they do, they can view the user's profile).


Well, you hit the point very well I believe. BTW, how come you registered just a day before me and yet have ten times more posts than I can ever type ...??? :D :D

What is in fact the purpose of displaying the moment one is registered ? Just some info I don't mind, to have something beneath the username or is it to know how long someone is using the board ???
In the latter case, maybe you should display the time someone is member.

You f.i., are registered 3 years and ten days, I am just ten days, because started this year.

:roll: As always, just a thought.
_______________
Always Looking to the Bright Side of Life but also the Dark side of the Moon ;)
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
Quote
BTW, how come you registered just a day before me and yet have ten times more posts than I can ever type ...???

I didn't, I registered over a year before you did. :)

Quote
What is in fact the purpose of displaying the moment one is registered ? Just some info I don't mind, to have something beneath the username or is it to know how long someone is using the board ???

You can find this in most forum software. If you don't like it to be displayed you can always remove it from the template.

Quote
In the latter case, maybe you should display the time someone is member.

You f.i., are registered 3 years and ten days, I am just ten days, because started this year.

Maybe, but that would make the text be very long.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Apr 2005
Posts: 75
Location: turnhout
PC_Freak wrote
Maybe, but that would make the text be very long.


He fine, in fact I meant something like

-1365 days
or
- regis. 4y 107d

Would that be to long ?.

Taking the date out of the template is for sure always an option, it would even be easier if we had an option in the config : display_regis_date = 0/1

Because I liked to have more user levels, I already poked around a bit in the source, can't do that for everything I don't like, should better write my own system then.

No no, I try to stick as close as possible to the original source, just because it pleases me to much.
_______________
Always Looking to the Bright Side of Life but also the Dark side of the Moon ;)
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
A config option is too much, templates can't be changed with config options.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Apr 2004
Posts: 16
Location: Pgh, PA
I wouldn't want the time to show up. Just the date. For instance, I have the post times to display as follows:

m.d.Y @ g:i a

Would it be possible to simply make the m.d.Y portion appear?
_______________
"Feed me a stray cat." - ATM Machine, American Psycho
View My Game Collection

Page: 1

UseBB Community » Feature Requests » "Registered" Date in Sidebar Customizable

UseBB Community is powered by UseBB 1 Forum Software