PDA

View Full Version : How to show the line "Choose calendar mode"?


Tribulatio
07-12-2008, 06:59 PM
I have just downloaded and tested Easy PHP Calendar - it seems to be exactly the kind of tool I need for a small research center, in order to coordinate among highly mobile participants.

In the online demonstration, I have liked very much the possibiliy to "choose calendar mode".

However, as I test the calendar on my website, that line "choose calendar mode" does not appear.

I have gone through the admin settings, but I see no way to enable it. I have also not found a reply in the documentation

Or will it become available as soon as I buy the license?

Please, kindly let me know? Once I know how to enable it, I will buy Easy PHP Calendar.

One small suggestion, by the way: in the trial mode at least, every registered user can change entries made by other users. In my opinion, it would be better to allow users to modify only their own entries, and to leave only to the administrator (and possibly other super-users) the ability to modify entries by all users.

ve9gra
07-12-2008, 11:03 PM
That "line" is not part of the package. The demo files are already part of the package, you would simply need to create your own line that links to the different demo pages. Here's a quick start for you:
<table>
<tr>
<td><span>Choose a calendar mode:</span>
<a href="demo.php">Normal and List Mode</a> | <a href="demoTOC.php">Text on Calendar Mode</a> | <a href="demoBlog.php">Blog Mode</a>
</td>
</tr>
</table>

If you check the Online Documentation (http://docs.easyphpcalendar.com/) for the Integration instructions, it explains how to implement each of the different modes.

Version 6 of the calendar doesn't allow for a restriction of per-user access, but it is one of the main features of Version 7 which is in development right now.

Tribulatio
07-13-2008, 11:34 AM
Thank you very much for your prompt reply!

I had actually checked the Integration instructions, but had not found any solution there. And my attempts to create a page just by inserting PHP code were only half successful.

What I would need to know is where I should insert the code you kindly provided to me? On the /calendar/index.php page? but then in which place on that page? Or elsewhere, on another page? Sorry, but this is not really clear to me, and it would really help if you could tell me more specifically where to put it.

By the way, it would be nice to have the possibility to include that line as a default option. Maybe one additional feature for version 7? The other feature which you announce is very welcome.

As soon as I get the additional details and I can test that everything works fine, I will buy the full version of Easy PHP Calendar.

Brian
07-13-2008, 11:51 AM
It would need to appear just after the <body> tag in each of the demo page files in the root calendar directory.

Tribulatio
07-13-2008, 12:26 PM
Excellent! It works! I will now buy EPC.