Closed (fixed)
Project:
Exclude Node Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2013 at 03:30 UTC
Updated:
31 Jan 2014 at 06:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
camilosw commentedI created a patch that copy title to excluded_title, so I can use it on the node.
Comment #2
fizk commentedI've made some changes in the latest dev so that
$node->title = '';is avoided.If you're able to get the title from the node object instead of
$variables, you should be good to go.Comment #3
fizk commented