This content has been marked as final.
Show 3 replies
-
1. Re: Add "New! or "Updated" next to a link?
SnakEyez02 Mar 5, 2013 7:40 AM (in response to Larchuck)That is only possible if the articles are stored in a database with a timestamp. Otherwise you would have to manually add that code to your page.
-
2. Re: Add "New! or "Updated" next to a link?
MurraySummers Mar 5, 2013 8:10 AM (in response to SnakEyez02)You wouldn't actually need to have the articles stored in a database. You could use, for example, PHP to read the timestamp of the linked file from the filesystem to determine the age of the file and write the necessary code I suppose. But I agree that you would need some server-side technology to do this. Ordinary HTML/javascript would have no such ability.
-
3. Re: Add "New! or "Updated" next to a link?
Larchuck Mar 5, 2013 8:10 AM (in response to SnakEyez02)That is what I tought. Thank you.





