PDA

View Full Version : Calendar function


mummra1
07-12-2005, 06:15 PM
I can't seem to get the calendar to work in my browse_template.html. I pasted the <SITE_CALENDAR> tag in there but it does not display, although it does work fine in the image_template.html. Does anyone have a calendar display in there browse_template.html?

Connie
07-13-2005, 08:26 PM
no, I haven't and this tag is listed as a tag for the image-template, I am sorry I have no time just now to check it out but I seem to remember that it's not for the browsing-archive :cry:

Joe[y]
07-14-2005, 04:58 PM
about line 42 in addons/calendar.php change the line

if($_GET['x'] == "") {

to

if($_GET['x'] == "browse") {

that should do the trick.

mummra1
07-19-2005, 05:35 PM
Joey,
Hey that worked great. Thank you so much for your reply.