twum
11-30-2005, 01:57 PM
Hi,
I'm trying to get the calendar to work but can't figure out what I'm doing wrong.
- I'm using the simple template that came with pixelpost 1.4.3
- I've added <SITE_CALENDAR> to the image_template.html file like this:
<!-- Main Image -->
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" />
</a>
<SITE_CALENDAR>
<!-- Previous / Next -->
<div id="image-navigate">
<span class="image-previous"><IMAGE_PREVIOUS_LINK></span>
<span class="image-next"><IMAGE_NEXT_LINK></span>
</div>
- In the folder addons, there is a file called calendar.php.
- In the admin section, I've tried choosing both options, Normal and Horizontal. Anytime I choose one and click on Update, after the page refreshes, when I go back to see what has been chosen, it shows "No Calendar" in the section Calendar Type.
And lastly, I have added this to the dark.css
.calendar {position:absolute;top:45px;left:20px;width:auto;m ax-width:82%;padding:0;font-size:10px;font-weight:110;letter-spacing:-1px;}
.td-calendar-days-vz {padding:1px;text-align:center;border-top:0 solid inherit;border:0 none inherit;}
.td-calendar-days {padding:1px;text-align:center;border:1px none inherit;}
.td-calendar-navi-vz {border:0 none inherit;text-align:center;letter-spacing:1px;word-spacing:5px;}
.td-calendar-navi-vz a {text-decoration:none;}
.td-calendar-navi {border-top:0 none inherit;border:0 none inherit;text-align:left;letter-spacing:1px;word-spacing:5px;}
.td-calendar-navi a {text-decoration:none;}
.td-calendar-days-imagefound {padding:1px;text-align:center;border:1px dotted black;}
.td-calendar-days-imagefound:hover {border:1px solid red;}
.td-calendar-days-imagefound a {text-decoration:none;}
.td-calendar-days-imagefound a:hover {text-decoration:none;color:#fff;}
.table-calendar {font-size:9px;padding:0;margin:0;width:600px;border:2px none inherit;}
.table-calendar-vz {font-size:9px;padding:0;margin:0;width:200px;border:0 none inherit;}
I did a search twice here, but could find any info, so any help or ideas are most welcome.
Kind Regards and thanks in advance
twum
I'm trying to get the calendar to work but can't figure out what I'm doing wrong.
- I'm using the simple template that came with pixelpost 1.4.3
- I've added <SITE_CALENDAR> to the image_template.html file like this:
<!-- Main Image -->
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" />
</a>
<SITE_CALENDAR>
<!-- Previous / Next -->
<div id="image-navigate">
<span class="image-previous"><IMAGE_PREVIOUS_LINK></span>
<span class="image-next"><IMAGE_NEXT_LINK></span>
</div>
- In the folder addons, there is a file called calendar.php.
- In the admin section, I've tried choosing both options, Normal and Horizontal. Anytime I choose one and click on Update, after the page refreshes, when I go back to see what has been chosen, it shows "No Calendar" in the section Calendar Type.
And lastly, I have added this to the dark.css
.calendar {position:absolute;top:45px;left:20px;width:auto;m ax-width:82%;padding:0;font-size:10px;font-weight:110;letter-spacing:-1px;}
.td-calendar-days-vz {padding:1px;text-align:center;border-top:0 solid inherit;border:0 none inherit;}
.td-calendar-days {padding:1px;text-align:center;border:1px none inherit;}
.td-calendar-navi-vz {border:0 none inherit;text-align:center;letter-spacing:1px;word-spacing:5px;}
.td-calendar-navi-vz a {text-decoration:none;}
.td-calendar-navi {border-top:0 none inherit;border:0 none inherit;text-align:left;letter-spacing:1px;word-spacing:5px;}
.td-calendar-navi a {text-decoration:none;}
.td-calendar-days-imagefound {padding:1px;text-align:center;border:1px dotted black;}
.td-calendar-days-imagefound:hover {border:1px solid red;}
.td-calendar-days-imagefound a {text-decoration:none;}
.td-calendar-days-imagefound a:hover {text-decoration:none;color:#fff;}
.table-calendar {font-size:9px;padding:0;margin:0;width:600px;border:2px none inherit;}
.table-calendar-vz {font-size:9px;padding:0;margin:0;width:200px;border:0 none inherit;}
I did a search twice here, but could find any info, so any help or ideas are most welcome.
Kind Regards and thanks in advance
twum