PDA

View Full Version : How to make widget for a particular calendar when I have several calendars


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>

maryx
04-29-2011, 03:47 PM
any help here?