**Request** "New" icon added to post titles

Everything related to MBoard - PHP message board
Locked
jburr2
Posts: 5
Joined: Tue Aug 08, 2006 2:50 am

**Request** "New" icon added to post titles

Post by jburr2 »

/*************************************
Title: "New" icon
Version: MBoard 1.22
Author: Jburr2
Demo:
Download:
Website:

Short description: **Request** "New" icon added to items added within the last seven days


*************************************/
Does anyone know the code and where to insert it that adds a "New" icon to posts that have been posted in the last seven days? This would help users easily find replies to older posts. Any takers?
JemBulbrook
Posts: 4
Joined: Mon Jun 25, 2007 1:48 pm

Post by JemBulbrook »

That sounds like a great idea.
I'm going to have a look at that this weekend and see if I can come up with a solution.
Assuming its not been done already??
jburr2
Posts: 5
Joined: Tue Aug 08, 2006 2:50 am

Still haven't figured it out yet.

Post by jburr2 »

Can anyone help with this request. Can anyone at least point me to a good PHP website that might show me how to check the timestamp, subtract it fron the current time and if it is equal to or less than a specific time it marks the post as new?
Locked