Posted by najim on January 22, 2013 at 12:38pm
Am trying to create a document share with drupal and i need to flag new files added as new for a period of 30 days but am stuck, how can do this. Tried flags module but it does not do exactly what i want.
Comments
---
Seems like you could write a little module to add a flag image (or however you want to signify it's a new post) by checking the post date.
If you didn't want to write a module this could be completed in a custom template file as well (and possibly views_php depending on how you're laying out content).