Postponed (maintainer needs more info)
Project:
Twilight
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2008 at 18:46 UTC
Updated:
14 Dec 2008 at 11:53 UTC
missing node links
Comments
Comment #1
Jeff Burnz commentedI'm not 100% sure where in the CVS the dev version is generated from, but I assume its simple the untagged 5x branch?
http://cvs.drupal.org/viewvc.py/drupal/contributions/themes/twilight/nod...
If so I took a look and the $links is in the node template and nothing in template.php that looks like its messing with it.
What seems to be the problem - just no links printing out?
Comment #2
Gábor Mayer commentedi don't understand what cause the problem because the $links variable is empty! i will try the cvs version...
Comment #3
Gábor Mayer commentedcvs version don't work too... i'm using cck link fields for links. ofcourse it's working well with other themes.
Comment #4
Jeff Burnz commentedWell CCK is something quite different, I assume you meant the $links variable, wheres as the CCK field will be printing in $content or your fields specific print statement.
I looked in this theme and you should remove this function from tempate.php:
function phptemplate_field (line 84 - 112, delete the whole thing).The alternative is to include CCK field tpl files in your theme, as that function is doing a _phptemplate_callback looking for tpl files. I bet you have loads of watchdog errors that say something like "...a valid template was not found" or something along those lines?
Untested but I would assume this is the problem.
Comment #5
Jeff Burnz commentedOps with the title, forget to complete