How can I put the EE calendar in my EE Forum?
I re-worked the CSS in the forum to allow for a side column, and I want a small calendar to display, exactly like you see on a fresh install of EE, on the right column.
Of course, when I view the page, I get the EE tags rendered rather than the calendar…it renders like this:
{exp:weblog:calendar switch="calendarToday|calendarCell"}
{calendar_heading}
{/calendar_heading}
{calendar_rows }
{row_start}{/row_start}
{if entries}{/if}
{if not_entries}{/if}
{if blank}{/if}
{row_end}{/row_end}
{/calendar_rows}
<<
{date format="%F %Y"}
>>
{day_number} {day_number}
{/exp:weblog:calendar}