{month} tag output issue
Hi,
We're unexpectantly seeing the number of the month output when we use the {month} tag, instead of the full month name when using the archive tag pair.
As example, the output for July is showing "07", instead of "July" when we use {month} in our template.
We are using ExpressionEngine 2.5.5 and have tried Low Events 1.1.4 and 1.1.5.
Replies
Low 27 Oct 2013 20:49
Do you have the tag nested in another tag, perhaps? Can you post the entire template here? You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code.
Nick 27 Oct 2013 22:47
I am.
Here's a simplified version. I also noticed that the year is only outputting this year, 2013, even when it should display 2014 for later months using the {year} tag. However, {date_url} is accurate.
http://pastie.org/8435742
Nick 27 Oct 2013 22:49
Here's a quick screen of what's outputting.
Nick 27 Oct 2013 23:12
Low,
I believe I figured out the issue. It was due to the tag being used within a channel:entries loop. Outside of this, it works as expected. Thanks for the response, I'll just need to reformat my template to accommodate.
I've stashed all event listings and am trying to output in groupings by month, showing an event in a list under each month it is applicable for.
Low 28 Oct 2013 07:20
Yeah, thought that was the issue. Glad you got it solved.