Link to "Time stamp on Messages"

Message board links from 2010 as taken from the Internet Wayback Machine pages.
Post Reply
User avatar
admin
Site Admin
Posts: 159
Joined: Mon Aug 26, 2013 3:47 pm

Re: Link to "Time stamp on Messages"

Post by admin »

08-27-2009 1:06 PM
kamokid
Top 10 Contributor
Joined on 08-26-2009
Posts 56

Time stamp on Messages
Reply Contact

I need to make so when people post messages that there is no time shown date is ok but no time.
Filed under: customization, message, time
08-27-2009 1:29 PM In reply to
mikehall
Top 10 Contributor
Joined on 08-09-2009
Chandler, AZ
Posts 456

Re: Time stamp on Messages
Reply Contact

I the messageBoard.asp file you'll see this:

<td style="white-space: nowrap;">
<strong><% = username %></strong><br />
<em class="small"><% = FormatPostDate(created) %><br />
<% = FormatFullTime(created) %></em>
</td>

Just remove the highlighted code.

Also, in updateMessage.asp:

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><strong>Created:</strong></td>
<td><% = FormatPostDate(created) & " at " & FormatFullTime(created) %></td>
</tr>
<tr>
<td><strong>Last Modified:</strong></td>
<td><% = FormatPostDate(lastModified) & " at " & FormatFullTime(lastModified) %></td>
</tr>
</table>


Again, just remove the highlighted code.
08-27-2009 1:59 PM In reply to
kamokid
Top 10 Contributor
Joined on 08-26-2009
Posts 56

Re: Time stamp on Messages
Reply Contact

Awesome. This will help out. We have an over bearing boss and don't him to freak out that we are doing this on company time. lol

Page 1 of 1 (3 items)
Post Reply