PDA

View Full Version : Future plans


Brian
06-22-2001, 04:15 PM
The next version will include the ability to change the names of the months and days to be suitable for use in languages other than Engligh.

What other things would you like to see?

Pantaruxada
07-03-2001, 06:24 AM
Hello,

Would it be possible to make the dates be links to other pages?

Thanks,

Excuse my English level

Brian
07-06-2001, 04:10 PM
This is something that I would like to do but it probably will not be in the next version.

Doc
07-26-2001, 03:44 PM
How about displaying multiple months at the same time?

Doc

Doc
07-26-2001, 04:54 PM
Or you could just do this heh:

<table align=center border=1 cellspacing=0 cellpadding=0>
<tr>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=7&yr=2001&mrks=2001-7-07&mrke=2001-7-11");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=8&yr=2001&mrks=2001-8-07&mrke=2001-8-11");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=9&yr=2001&mrks=2001-9-02&mrke=2001-9-11");
?>
</td>
</tr>
<tr>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=10&yr=2001&mrks=2001-10-07&mrke=2001-10-21");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=11&yr=2001&mrks=2001-11-10&mrke=2001-11-11");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=12&yr=2001&mrks=2001-12-25&mrke=2001-12-31");
?>
</td>
</tr>
<tr>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=1&yr=2002&mrks=2002-1-01&mrke=2002-1-11");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=2&yr=2002&mrks=2002-2-14&mrke=2002-2-17");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=3&yr=2002&mrks=2002-3-24&mrke=2002-3-28");
?>
</td>
<tr>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=4&yr=2002&mrks=2002-4-06&mrke=2002-4-11");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=5&yr=2002&mrks=2002-5-08&mrke=2002-5-11");
?>
</td>
<td valign=top>
<?
include("http://www.yourdomain.com/calendardisplay.php?mo=6&yr=2002&mrks=2002-6-16&mrke=2002-6-18");
?>
</td>
</tr>
</table>
This will display a full year

[Edited on 7/26/01 by Doc]

Brian
07-27-2001, 02:00 PM
Your last post is the best way to do this.

In designing the script, I tried to keep it as simple as possible without a lot of extra "stuff". Although, this may be introduced in a later version of the script.

-PaPa

[Edited on 8/2/01 by PaPa]