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

jhedstrom’s picture

The module supports tokens via the token module (http://drupal.org/project/token). In this case, [user], or [uid] would work, but not !user.

jhedstrom’s picture

Status: Active » Closed (works as designed)