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

Julien PHAM’s picture

Category: support » bug
Priority: Normal » Critical

After some testing it seems the $submitted var is empty in cck... but not when we use classic node types or flexinodes...

Julien PHAM’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

My mistake, I just forgot to ask drupal to print submitted for this kind of node in the drupal settings for my theme...
Sorry...