Active
Project:
Case Tracker
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 16:15 UTC
Updated:
13 Mar 2010 at 14:50 UTC
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
Comment #1
Grayside commentedIndependently? 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.
Comment #2
jmiccolis commentedWe won't be implementing something like this directly in Case Tracker, but as Grayside is suggesting you can certainly do this in your theme.