maryx
02-03-2011, 04:51 PM
I have 4 different calendars on my site. I want to make a widget for one of these calendars, the ID number is 4.
Do I edit this template so it shows just ID 4? Exactly what edits do I make?
Thanks!
vbcms_widget_calendar_page
<div class="cms_widget">
<div class="block">
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="" /> {vb:raw title}</h3>
</div>
<div id="block_calwidget_div" class="calendar mini">
<div id="c_widget_calendar">
{vb:raw calendar_table}
</div>
</div>
</div>
</div>
Do I edit this template so it shows just ID 4? Exactly what edits do I make?
Thanks!
vbcms_widget_calendar_page
<div class="cms_widget">
<div class="block">
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="" /> {vb:raw title}</h3>
</div>
<div id="block_calwidget_div" class="calendar mini">
<div id="c_widget_calendar">
{vb:raw calendar_table}
</div>
</div>
</div>
</div>