View Full Version : Displaying Mini Calendar Only`
djbryce
12-14-2005, 03:59 PM
Is it possible to display JUST the 30 day calander with the links and pop ups on the front page...not including the full descriptions. I would then have a separate page for the full description. This is a link to a site I am currently working on...I have a graphic place holder showing what I am trying to do.
http://www.partnersforahealthieryou.com
Any assistance would be appreciated.
Brian
12-14-2005, 04:03 PM
I think you're looking for the $altLink function:
unset($epcAltLink); $epcAltLink="X";
By inserting this line just before requiring the normal calendar, the calendar will not display pop-ups and will instead link to the URL X when clicked (Example: $epcAltLink="http://www.easyphpcalendar.com/events.php";). This is useful when you have a small calendar on the home page, that when clicked, will then open another page with the TOC calendar or to the listing module, etc...
Brian
12-14-2005, 04:04 PM
If you DO want the pop-ups, you can use the $noNav=1; option on the home page and add a text link below the calendar to point the full calendar page.
ciscoutx
02-16-2006, 03:08 PM
I am trying to have a small calendar on my homepage without the events listing beneath it (http://www.texasbetas.org/betasite5/index.html) and I tried to include this fucntion into the demo.php that came with my calendar. I just want the calendar with the pop ups, just no table listing beneath. Where exactly do I paste this code into demo.php or am I going about it the wrong way completely. I am using version 5.7 if it has anything to do with it.
ve9gra
02-16-2006, 07:47 PM
This has nothing to do with showing only the calendar. What this feature does is make the whole calendar like one link that will redirect you to another page (perhaps a big calendar) when you click on it.
If you don't want the list, edit the demo.php and comment out the listing section.
Perhaps the Integration section of the Online Documentation (http://docs.easyphpcalendar.com/) would help you. *The online docs are geared towards version 6, so some features might not work with version 5.
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.