I posted this before to Contemplate.. http://drupal.org/node/155637 I assume someone who is only checking Case tracker issues might help so here it is.

-------

Well, I wasn't sure where to post this. Hopefully this is the place, if not please change.

I have created a project node with CCK fields for Case Tracker. Everything is fine. I can tell show/display labels within the proper page. But I want to edit the page display with contemplate. As soon as I change the body template within the contemplate page the header lines which I assume Case Tracker is creating vanish from the page and also the style of the fields.

Is there a way to change the templates with or without Contemplate? If not, can anyone of you lead me to the best direction? Thanks in advance.

Comments

ffletch’s picture

I *think* (but may be wrong) that the underlying issue here is that the project summary "block" (project number, opened by, opened on, etc.) is all stored together in the variable (array?): $node->content['casetracker_project_summary']['#value']. What would be nice is if each of those items in the block were available as individual variables so that you could customize their display with content template or other means.

Anonymous’s picture

Version: 5.x-1.1 » 5.x-1.x-dev

Is there anyway to break this out? I guess the mod itself could be hacked but there should be display overrides for this.

txcrew

pedrorocha’s picture

Status: Active » Closed (won't fix)

5.x version is obsolete and will not receive any updates, so i'm closing this issue