Closed (duplicate)
Project:
Automatic Nodetitles
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 10:41 UTC
Updated:
31 Jul 2009 at 12:07 UTC
Hi...I downloaded the latest realise of autonodetitle. The [term] doesn't seem to work when I first submit a node. It doesn't display the term. But when I edit and then submit, it does. Why exactly is it doing this? Is there something wrong with the code or does it conflict with another module?
I basically use php code to retrieve the child term and parent term such as:
$termpath = '[termpath]';
list($parenterm, $childterm) = split('//', $termpath);
return $parenterm . ' ' . $childterm;
which worked when i was at the start of developing my site. But now it doesn't.
I would appreciate if someone give me an answer
thanks,
Mary
Comments
Comment #1
fagosee #476644: Does not see term-raw first time