Hello !
can anybody help me!
I am creating a website for my client.
My client asked to create a schedule.
I'm creating the calendar following the tutorial on the couch page.
I'm in trouble cloned pages are on the same day.
when I create future cloned pages they are only on the day.
Excuse my English, I'm from Brazil
Attachments

- <cms:calendar date='2016-03-01' masterpage='agendaint.php'>
<table class="calendar_big">
<tr>
<th colspan="7"><cms:date k_page_date format='%B %d, %Y' locale='Portuguese' charset='ISO-8859-1' /></th>
</tr>
<tr>
<cms:repeat count='7'>
<td class="months_heading"><cms:zebra 'Su' 'M' 'T' 'W' 'Th' 'F' 'S'/></td>
</cms:repeat>
</tr>
<cms:weeks>
<tr>
<cms:days pad_with_zeroes='1' >
<cms:if k_timeline_position='present'>
<cms:set tdclass='today' />
<cms:else />
<cms:set tdclass='' />
</cms:if>
<cms:if k_position='current_month' >
<cms:if k_count_entries >
<td class='entries <cms:show tdclass />' align='center'>
<a href="#"><cms:show k_day /></a>
<ul>
<cms:entries limit='2' skip_custom_fields='1'>
<li>
<a href="<cms:show k_page_link />"><cms:show k_page_title /></a>
</li>
</cms:entries>
</ul>
</td>
<cms:else />
<td class='<cms:show tdclass />' ><cms:show k_day /></td>
</cms:if>
<cms:else />
<td class='other_month'><cms:show k_day /></td>
</cms:if>
</cms:days>
</tr>
</cms:weeks>
</table>
</cms:calendar>
- ik.jpg (140.38 KiB) Viewed 2045 times