I must be a complete idiot because I can't seem to get this thing to work.
I added the module.
It's set to: node only
As far as input format, does that mean the header or footer? Because I set the node header to full html
and pasted this into the node header:
[code]
2009-11-09T000:00:00Z
1
%days% days, %hours% hours, %mins% minutes until album release
[/code]
In the header, but this is what shows up:
[code]
2009-11-09T000:00:00Z
1
%days% days, %hours% hours, %mins% minutes until album release
[/code]
(you can't see the 1 or the date, it only shows up when I copy and paste)
I have clean url's turned on
This is from my source page:
[code]
Comments
Comment #1
zenrei commentedAhh, I figured it out.
My date format was wrong.
Once I updated it to: 2009-11-09T00:00:00, it pulled in.
Thank you for this mod!!