Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Events Calendar on homepage?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

wizard
Junior Member

208 Posts

Posted - 08 February 2003 :  01:05:05  Show Profile  Visit wizard's Homepage
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  Show Profile  Visit Beano_ie's Homepage  Send Beano_ie an ICQ Message
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
Go to Top of Page

wizard
Junior Member

208 Posts

Posted - 09 February 2003 :  21:29:12  Show Profile  Visit wizard's Homepage
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.
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 10 February 2003 :  05:31:55  Show Profile
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
Go to Top of Page

mesaverde
Starting Member

7 Posts

Posted - 11 February 2003 :  09:08:54  Show Profile
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
Go to Top of Page

atracht
Starting Member

30 Posts

Posted - 11 February 2003 :  17:06:04  Show Profile
What would you call if you just wanted to display the events for that day?
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 12 February 2003 :  07:28:12  Show Profile
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
Go to Top of Page

leblanc9425
New Member

USA
92 Posts

Posted - 16 February 2003 :  13:18:37  Show Profile  Visit leblanc9425's Homepage
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
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 16 February 2003 :  19:04:35  Show Profile
You will need to make a copy of cal_functions.asp and modify it so that the links point to the forum directory

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.52 seconds. Powered By: Snitz Forums 2000 Version 3.4.07