PDA

View Full Version : Initial Display and Authorization Questions


Bisel
08-27-2005, 08:53 PM
Have couple of questions ... first, I would like default setting of the calendar/index.php to be three months and not just one. Similar to the calendar/events/index.php page

Second, I would actually like to be able to display the calendar/events/index.php file without the requirement for authorization. And then only ask for authorization when one attempts to actually add/edit a event.

It seems that when you try to load the calendar/events/index.php file it asks for userid/password just to execute the file.

ve9gra
08-28-2005, 10:15 AM
Yes... the /events/ is only to be used to administer the events. If you only want to see what the events are, integrate the calendar in one of your pages. You can almost completely mimic what you see in the event manager. Have a look at the /calendar/demo.php file for a properly formated page. The Online Documentation (http://docs.easyphpcalendar.com/) might help you also (be sure to read the "Getting Started" section).