By redkore on
Hi,
I'm using the chameleon theme with Drupal 4.4.0.
I'd like to incorporate the red "new" tag which appears in the corner of new comment boxes under the xtemplate theme?
Is this possible? If so, how might I go about doing it? :)
TIA
Comments
node.module
I seem to remember seeing a function or something in node.module that sees when the current user last read something. You could probably add some PHP code to chameleon to check for when the user viewed something, and if they haven't or etc, then add the image to the page, and style it with css.
Just an idea to maybe help you get going. I'm not an expert, but a happy novice.
Check out View Online!