Closed (won't fix)
Project:
CTI Flex
Version:
6.x-2.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2011 at 19:09 UTC
Updated:
25 Jun 2014 at 13:31 UTC
Jump to comment: Most recent
This seems to be a common issue (or was) with various themes. I am having it now with this one. The fixes all seem to be the same, and CTI_flex has the correct suggested by others. Still, the node title doesn't appear in views when row style is full node.
The common correction is adding something like this to node.tpl.php:
if (!$page):
print $title; endif;
But that is already there!
Any ideas?
Comments
Comment #1
ajross commentedNot making changes to the D6 version any longer. Users can manually include the suggested fix if needed.