Status
Not open for further replies.

seventhaxis

New member
I'm very interested in having the date for both Latest Scores and Latest Champions (on the arcade home) shortened to just show the date. The statistics page is fine but date format on the arcade homepage is adding an unsightly extra break in the formatting due to the amount of text (i.e. January 30, 2014, 07:45 PM).

I see the template dbtech_vbarcade_home_stat has the code $stat[time] but I'm unaware what I should do in order to change this so that it only shows the date (and also doesn't display Today/Yesterday). Thank you.
 
Just a follow up using the post I made over at vbulletin.org:

I've set up the DB arcade but in the process of redesigning the layout, I'm running into one thing that consistently grinds my gears -- the [time] code. It breaks the flow of the layout and I just don't know how to keep from displaying the full <Month Day, Year, Time AM/PM>.

I just want to know how to display <Month Day, Year> when necessary. Thank you in advance for any and all help!

Here's an example found on the dbtech_vbarcade_home_stat template (the arcade home Latest Champion/Latest Scores statistics -- Arcade - Parallax Gaming).

Code:
<if condition="$stat['time']"><td class="blockrow">$stat[time]</td></if>

This results in using the parameters I configured in Datestamp Display Options within the AdminCP. I'd prefer to be able to use the Birthday code (F j, Y) or another of my choosing (if possible).
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
898
Customer rating
0.00 star(s) 0 ratings
Back
Top