Closed (duplicate)
Project:
Token
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 14:29 UTC
Updated:
21 Apr 2008 at 18:05 UTC
using the admin form found at /admin/content/types/content_type/display I'm using cck to hide field data that I don't want to appear in the body of the node. However, this also affects whether or not they appear in the title.
Is there a better workaround to this other than creating a node-content_type.tpl.php file?
Comments
Comment #1
matt@antinomia commentedI can confirm the problem, but I'm pretty sure it's a token.module issue. Hiding a field appears to null its token. This can be evidenced in auto_nodetitle as Steve points out above, and also in pathauto.module. Subscribing.
Comment #2
matt@antinomia commentedDuplicate of http://drupal.org/node/153561
Comment #3
matt@antinomia commentedSteve, what type of field is this? If it's a text field, just use the "raw" field instead of the formatted version. I'm trying to figure this out with nodereference fields and am still having trouble.