Author |
Topic  |
|
wizard
Junior Member
 
208 Posts |
Posted - 08 February 2003 : 01:05:05
|
URL: http://www.visimation.com/forums/
Want to do something like the above on my homepage. They have this events calendar on th left which is vertical. Anyone got any idea?
|
|
Beano_ie
Junior Member
 
Ireland
328 Posts |
Posted - 08 February 2003 : 20:56:11
|
Hiya Wizard
Try out the Site Integration Mod by D3mon, it is very user friendly, click here for more info . |
Steve Drogheda, Ireland @ www.droghedatown.com |
 |
|
wizard
Junior Member
 
208 Posts |
Posted - 09 February 2003 : 21:29:12
|
Oh ok, let me explain a little. I have a forum "http://forums.tjc.edu.sg" and a website "http://www.tjc.edu.sg". On the website there is an "Upcoming events" in which I would like to replace using the event calendar.
I tried to modify the cal_default.asp but it dosn't work.
|
 |
|
DavidRhodes
Senior Member
   
United Kingdom
1222 Posts |
Posted - 10 February 2003 : 05:31:55
|
just include the calendar files on your page <!--#INCLUDE FILE="cal_functions.asp"--> <!--#INCLUDE FILE="cal_style.asp"-->
then call the methods dateHolder = dateValue(strForumTimeAdjust) call DrawMonth(dateHolder,1,1,1) for the calendar display and call WriteUpcomingEvents() for the events |
The UK MkIVs Forum |
 |
|
mesaverde
Starting Member
7 Posts |
Posted - 11 February 2003 : 09:08:54
|
David, I'd like to do the same thing on my web site. What mod do I need to download to get these calendar asp files?
Thanks |
 |
|
atracht
Starting Member
30 Posts |
Posted - 11 February 2003 : 17:06:04
|
What would you call if you just wanted to display the events for that day? |
 |
|
DavidRhodes
Senior Member
   
United Kingdom
1222 Posts |
Posted - 12 February 2003 : 07:28:12
|
There isn't a function for today's events as there is with upcoming and recent events, you'll need to extract the code from cal_default.asp |
The UK MkIVs Forum |
 |
|
leblanc9425
New Member

USA
92 Posts |
Posted - 16 February 2003 : 13:18:37
|
Okay, if I used the following (see below) I get the small calender, and upcomming events. Trouble is, I could only get this to work in the snitz directory. When I modified this for my homepage using "Include Virtual" it gives me a black calender. Any ideas on how to generate a small calender and future events NOT in the snitz directory??
<!--#INCLUDE file="config.asp"--> <!--#include file="inc_sha256.asp"--> <!--#include file="inc_header.asp"--> <!--#include file="inc_func_secure.asp"--> <!--#INCLUDE file="cal_style.asp"--> <!--#INCLUDE file="cal_functions.asp"-->
<html>
<body> <table> <tr> <td width="156"> <% dateHolder= dateValue(strForumTimeAdjust) call DrawMonth(dateHolder,1,1,1) %> </tr> <tr> <td width="156"> <% call WriteUpcomingEvents() %> </tr> <tr> <td width="156"> </tr> </table>
</body>
|
www.Slug-Lines.com Snitz Version 3.4.07 |
 |
|
red1
Junior Member
 
355 Posts |
|
|
Topic  |
|