Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Feb 2006 at 12:23 UTC
Updated:
21 Feb 2006 at 11:14 UTC
Hi,
Previously in my node-flexinode-7.tpl.php I had this code:
if ($submitted):
print $submitted
print $terms
endif;
And it worked fine.
Now, I have the same code in my node-content-article.tpl.php and it does not work anymore. Why? It shouldn't be a cck issue isn't it? So I don't understand why now it prints nothing...
Thanks
Comments
Comment #1
Julien PHAM commentedAfter some testing it seems the $submitted var is empty in cck... but not when we use classic node types or flexinodes...
Comment #2
Julien PHAM commentedMy mistake, I just forgot to ask drupal to print submitted for this kind of node in the drupal settings for my theme...
Sorry...