Closed (fixed)
Project:
Automatic Nodetitles
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2007 at 12:55 UTC
Updated:
24 May 2007 at 10:33 UTC
Hi,
I'm trying to use this patter script to replace the title with author name but I get the content type name instead.
$token = '[author-name]';
if (empty($token)) {
return '[type]';
}
else {
return $token;
}
Any ideas?
Thanks, Jim
Comments
Comment #1
jwilde commentedHey Guys,
This is not a bug. It works. My problem is that timeline is not picking up the title name.
jim
Comment #2
fago? so I suppose we can close that.
Comment #3
(not verified) commented