PDA

View Full Version : Calendar Archive


pshorten
02-07-2006, 06:16 PM
Hi,
I'm a beginner at this...I want to add the Calendar Archive to my blog - pshorten.com. I put the add-on file in the right directory but don't have a clue where I'm suppose to put the string:
<a href="index.php?x=calarchive">Archive!</a>

I know if goes in the index.php but where? I'm close - when I go to my admin screen I can see the option for calendar under add-ons but nothing else...

please email me with directions
P

eon
02-07-2006, 06:49 PM
You need to put the string in you template. You can find your template of your site here:
/templates/<...name...>/image_template.html
Instand of <...name...> place the name of your template (for example "simple".

about_template.html --> template of your about page
browse_template.html --> template of your browse or archive page
comment_template.html --> template of your comment page
image_template.html --> template of your image page (most comment page)

Succes!

pshorten
02-08-2006, 12:30 AM
Hi Eon,

You know those ".html" files you listed...I was trying to put the string in my index.php file...am I way wrong??

I just needed to know where in the index.php file to put that string...or should I go look for the .html files??

Thanks for any and ALL help!
Pat

eon
02-09-2006, 08:47 PM
You need to put the sting someware in the image_template.html. The string you gave is a link to the new archive.

<a href="index.php?x=calarchive">Archive!</a>