PDA

View Full Version : "Current" to DemoTOC


mkauble
02-22-2006, 07:57 PM
Is there a way to change the link in the module so the link for the current month goes to the large calendar, demoTOC?

Thanks.

Brian
02-22-2006, 08:55 PM
Can you give me an example? I'm not quite sure what you're trying to do.

mkauble
02-23-2006, 12:25 PM
Sure.

Underneath the calendar are the three "buttons", which I renamed 'prev.', 'current' and 'next' for navigation through the calendars.

If you click on 'current', basically all it does is reload the current month on the page you're on.

http://www.hmesd.k12.ca.us

I'd like it to send you to the large calendar, http://www.hmesd.k12.ca.us/modules/escal/demoTOC.php

Is there a way to do this?

Thanks.

-Mike

Brian
02-23-2006, 03:34 PM
(I like your colors on the calendar.)

This isn't a built-in feature, but you can create this yourself if you can code PHP. Just use the $noNav=1; option to turn of the default navigation and code your own link for the previous and next months, and the middle link to the TOC page.

mkauble
02-23-2006, 05:09 PM
(I like your colors on the calendar.)

This isn't a built-in feature, but you can create this yourself if you can code PHP. Just use the $noNav=1; option to turn of the default navigation and code your own link for the previous and next months, and the middle link to the TOC page.
That's a bit beyond my php skills. But thanks for the answer.

And thanks for the kudos on the colors. Took a while to get them just right, but it works! ;)