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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Snitz Events Calendar Version 2 sr 1
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 12

rick7165
Senior Member

USA
1094 Posts

Posted - 17 April 2001 :  14:04:15  Show Profile  Visit rick7165's Homepage
Alan...

I've done this:
To Change the number of events that is displayed in the main events page, change this variable to what you want.

intDisplay = 15 'The number of events to display in upcoming events and recent events of events.asp

But still will only show 5 events... any clue?

Rick


Test Site
www.eastpasco.com
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 17 April 2001 :  15:10:44  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
rick,

There are two intDisplay variables. inc_events has it's own intDisplay that affects the display on default.asp and events.asp has another one that effects the events section.

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 17 April 2001 :  15:43:02  Show Profile  Visit rick7165's Homepage
I changed the one in inc_events and still not working... I did it in the
other one too and still nothing.

I have it set in inc_events to 15 and only 5 show up in the default



Test Site
www.eastpasco.com
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.

Edited by - rick7165 on 17 April 2001 15:44:14
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 17 April 2001 :  15:51:51  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
is this on your eastpasco site?

I see that there's not that many events to display like 15 of them. Also i defined upcoming events as events within 30 days. Same thing with recent events, only withing last 30 days.

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 17 April 2001 :  17:08:11  Show Profile  Visit rick7165's Homepage
Oh... Ok... That's the problem.. the 6th one is over 30 days.
Here I thought that I did something wrong..

Thanks,

Rick


Test Site
www.eastpasco.com
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 17 April 2001 :  18:18:55  Show Profile  Visit Bassman's Homepage
Hi all,

this is just a idea, but is it possible to split the date/month/year like this?



This way the visitor of your forum immediately nows how to enter a date .




Go to Top of Page

Marino
Starting Member

Canary Islands
42 Posts

Posted - 17 April 2001 :  18:42:31  Show Profile  Send Marino an ICQ Message

Couldn't stay without replying as I finished to implement this same solution half an hour ago.

I also added a combobox for months.
quote:

Hi all,

this is just a idea, but is it possible to split the date/month/year like this?


This way the visitor of your forum immediately nows how to enter a date .




Marino


Edited by - Marino on 17 April 2001 18:45:45
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 17 April 2001 :  19:51:06  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
good idea guys, i'll add this too.

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

Morpheus73
Average Member

Denmark
597 Posts

Posted - 18 April 2001 :  15:31:06  Show Profile
Well here goes a wish for SR2 - Email/SMS notifications of a days events.

Would it be possible to add features for the calender, so that whenever a day with content (or at least just a daily - content or no content) an email automatically is sent to the user with the calendar (public + private) contents of the day?

SMS feature...Most cellphones have an email adsress containing the phonenumber@provider.com or so. One could use Huwr´s userfield mod to ask for this address, and the calender could send the contents of the day nicely wrapped as an email to the cell phone.

any of this possible?

MPH73

Go to Top of Page

Skatan
Starting Member

15 Posts

Posted - 18 April 2001 :  23:02:39  Show Profile
I get this error when I try to open the events.asp page.
---------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[TCX][MyODBC]You have an error in your SQL syntax near 'ON FORUM_EVENTS.added_by = FORUM_Members.Member_ID WHERE (Start_Date >='20010401' at line 1

/forum2/events_functions.asp, line 316
-------------------------------------

Any idea?


Go to Top of Page

chinh10
Junior Member

125 Posts

Posted - 19 April 2001 :  18:24:18  Show Profile
I have a problem, please.....

Snitz Events Calendar v2 sr1

Creating table(s)...
CREATE TABLE FORUM_EVENTS( EVENT_ID int COUNTER NOT NULL , DATE_ADDED text (20) NOT NULL , START_DATE text (20) NOT NULL , END_DATE text (20) NOT NULL , EVENT_TITLE text (100) NOT NULL , EVENT_DETAILS memo NOT NULL , ADDED_BY int NOT NULL , PRIVATE int NOT NULL DEFAULT 0)
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.




Edited by - chinh10 on 19 April 2001 18:24:43
Go to Top of Page

Marino
Starting Member

Canary Islands
42 Posts

Posted - 19 April 2001 :  21:04:01  Show Profile  Send Marino an ICQ Message
quote:

I have a problem, please.....

Snitz Events Calendar v2 sr1




whay have worked for me almost always was

1.- Check that your connection string in config.asp is like

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=...
in case it was
strConnString = "DRIVER={Microsoft Access Driver (*.mdb)};...

2.- If you can, do not use DSN Connections (in my case it gives me a lot of problems)

3.- Maybe get a newer mod_dbsetup.asp?

Just curiosity, is this right?
quote:

Snitz Events Calendar v2 sr1




Marino
Go to Top of Page

chinh10
Junior Member

125 Posts

Posted - 20 April 2001 :  02:23:08  Show Profile
Thank you very much, I will try it tomorrow

Go to Top of Page

mo-bred@online.no
Starting Member

Norway
12 Posts

Posted - 20 April 2001 :  04:52:00  Show Profile  Visit mo-bred@online.no's Homepage
Being a newbee (still), I have read the comments to the Snitz Events Calender. I would like to install it, but after reading page up and page down with installing- and compabily problems, i'm getting pretty unsure here. do anyone have one that will install witout the trouble you guys allready have had? :-)

Kind regards
Morten Bredal
mo-bred@online.no

Edited by - mo-bred@online.no on 20 April 2001 04:53:17
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 20 April 2001 :  06:19:23  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
For most mods, it usually people that run into problems that post up. While on the other hand, many intalled the mod without a hitch and didn't have anything to post about. I've made this mod available to contribute back to the snitz forum. Installing it, or any mod, is up to the individual.

What I usually do when I'm interested in installing a mod is I would look at a "working" demo. After that I would then install it on a test/development forum. If it works without a hitch, I go ahead and install it.

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page
Page: of 12 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07