Closed (works as designed)
Project:
Video Upload
Version:
5.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2008 at 01:56 UTC
Updated:
5 Jun 2009 at 01:28 UTC
Hello,
I created a content type with the video_upload field. For the title, I put something generic like
!user Video !date-in-tz, thinking this would be replaced on youtube with ccdoss video 10/22/2008. However, it was placed there verbatim (!user Video !date-in-tz). Obviously, this would cause a problem if everyone used this. Did I misuse something?
Comments
Comment #1
jhedstromThe module supports tokens via the token module (http://drupal.org/project/token). In this case, [user], or [uid] would work, but not !user.
Comment #2
jhedstrom