Hi, is a feature like the project module's planned/already implemented ?

How would we do it independently of CT for the time being? (My idea is for now to make a php-block with a url / or a cck computed field... any better ideas?)

And would you do it and when ?

Thanks. Waiting for a fast answer.

Comments

Grayside’s picture

Independently? Here's one approach, probably the easiest.

1. Copy comment.tpl.php from the comments directory and place it into your theme directory.
Modify so if the $comment->new is set, it adds an anchor tag.
2. Copy theme_casetracker_case_summary() from casetracker.module into your theme's template.php as themename_casetracker_case_summary(). Modify it to have a link to the new comments. You should reach the first new comment when you click the link.

jmiccolis’s picture

Component: Code » User interface
Category: feature » support

We won't be implementing something like this directly in Case Tracker, but as Grayside is suggesting you can certainly do this in your theme.