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: Events Calendar (non-repeating dates)
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

red1
Junior Member

355 Posts

Posted - 17 April 2003 :  16:55:26  Show Profile
That took waaay too long. Here's an update to the calendar.

What's new since the last version?
Changed some of the code to be more compatible with all the database types that snitz supports. Should be faster, too.
Monthly view now displays the topic message as a tooltip when you hover over the title.
Changed the events list because I thought it was ugly :P

To upgrade from a previous version, just replace all the cal_ files.

Download from www.snitzbitz.com

Watch out for the Events Calendar with repeating dates soon

My Mods:
New Events Calendar
New Non-database Active Users

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 17 April 2003 :  17:06:25  Show Profile
where's the direct link? I found events calendar 1.0 on snitzbitz, is that it?

The UK MkIVs Forum
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 17 April 2003 :  17:08:36  Show Profile
Yes it's still here: http://www.snitzbitz.com/mods/details.asp?Version=All&mid=66

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

bobc3
Junior Member

USA
144 Posts

Posted - 21 April 2003 :  21:36:54  Show Profile
red1, where are the text and table attributes for the small upcoming and recent events lists controlled? They are not showing up the same in mozilla as in Internet Explorer and I want to make sure that is not because i have had to mix the previous version or your mod with the 1.0 version. In cal_functions you are using a get.string that is not supported by older versions of ADO, which is what I am currently running, and I had to replace that file with the previous version. Here are what I think are the important code differences but I am not sure from around line 62 -

version_617

set rs = Server.CreateObject("ADODB.Recordset")
rs.open StrSql, My_conn, adOpenStatic

intEventsforMonth=rs.recordcount

and the 1.0 version:

set rs = Server.CreateObject("ADODB.Recordset")
rs.open StrSql, My_conn

'Load all the dates into a string
if not rs.EOF then strDates = rs.GetString(,,,,",") else blnNoDates = TRUE

'Since we already have the data, we can close the recordset
rs.close
set rs = nothing

Any ideas? I am working on updating the ADO but this is a chili!ASP situation and it is not proving very easy to get help from them so far. COuld you suggest a different workaround just for thes lines so i could include the new cal_functions file?

Bob

Edited by - bobc3 on 21 April 2003 21:38:25
Go to Top of Page

UGBC
Junior Member

143 Posts

Posted - 22 April 2003 :  11:09:37  Show Profile
Excellent Red, glad to see you're still developing this. It is by far my favorite and most used mod on the site. I'm anxious to have the repeating days mod added, it will be extremely useful for the members of my forum.
Go to Top of Page

Pouyan
New Member

91 Posts

Posted - 23 April 2003 :  22:12:43  Show Profile
red1 great work!

A couple of suggestions for this mod:

1)Give the option to upload or associate a flyer with each event
2)Give users the option to subscribe to each event to automatically be reminded of it a day prior to the event through e-mail

keep up the good work
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 01 May 2003 :  06:07:23  Show Profile  Visit MarcelG's Homepage
quote:
Watch out for the Events Calendar with repeating dates soon

Yes please!!!!!

I have some other suggestions: I think it should be possible, but I haven't got a clue how to do it ;
  • A 'filtered calendar view' based on the forums/categories, to show only events from forum x or category y.
    This could be through a selection list (checkboxes for each forum/category)

  • A 'filtered calendar view' based on the subject or message. (we use 'prefixes' for the events, for each service a seperate suffix')


  • Next to the suggestions, I also have a finalized mod for your mod:
    Do not show a static number of upcoming/recent events on cal_default.asp, but instead display only those events which will take place in the upcoming period (for instance n days).
    Next to that it shows upcoming/recent events grouped by date
    It can be accessed here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=44351

    portfolio - linkshrinker - oxle - twitter

    Edited by - MarcelG on 16 May 2003 14:24:17
    Go to Top of Page

    red1
    Junior Member

    355 Posts

    Posted - 06 May 2003 :  18:13:44  Show Profile
    Ack! Comments only please, don't post code here. If you have a mod you can post a new topic in the MOD Add-On Forum (W/ Code)
    Go to Top of Page

    mabril
    Starting Member

    5 Posts

    Posted - 07 May 2003 :  00:21:04  Show Profile
    Nice job Red1,
    Perhaps I could add something else to the wish list? How about the ability to restrict calendar posts to specific forums. Or maybe some method to disable the drop down menu and be able to hard code the forum ID in the cal_constants file?

    Thanks again!
    Mario
    Go to Top of Page

    red1
    Junior Member

    355 Posts

    Posted - 07 May 2003 :  14:21:04  Show Profile
    quote:
    Originally posted by mabril

    Nice job Red1,
    Perhaps I could add something else to the wish list? How about the ability to restrict calendar posts to specific forums. Or maybe some method to disable the drop down menu and be able to hard code the forum ID in the cal_constants file?

    Thanks again!
    Mario



    Actually I've already implemented this in the other mod (Events Calendar with Recurring Dates). It's simple enough to do; one of these days I might update this one with the newer features of the other mod like event categories, pop-up datepicker, etc.
    Go to Top of Page

    mabril
    Starting Member

    5 Posts

    Posted - 08 May 2003 :  02:11:36  Show Profile
    quote:
    Originally posted by red1

    Actually I've already implemented this in the other mod (Events Calendar with Recurring Dates). It's simple enough to do; one of these days I might update this one with the newer features of the other mod like event categories, pop-up datepicker, etc.



    You've already implemented this? OK so I'm an idiot. Is the code available? Why two different versions? I must be missing something here.

    Mario

    Edited by - mabril on 08 May 2003 02:12:14
    Go to Top of Page

    red1
    Junior Member

    355 Posts

    Posted - 08 May 2003 :  02:29:50  Show Profile
    quote:

    You've already implemented this? OK so I'm an idiot. Is the code available? Why two different versions? I must be missing something here.

    Mario



    There is a newer version of the mod that features recurring dates & multi-date events but it's still in beta. See here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=44067
    Go to Top of Page

    DJBBIZ
    Junior Member

    214 Posts

    Posted - 08 May 2003 :  12:51:36  Show Profile  Visit DJBBIZ's Homepage
    I already have the calendar modified for my purposes to show Cat | Forum | Topic as well as the Birthday Mod installed, is there any quick way to flush out the edits to the files for this mod?


    "The difference between good ideas and good results is performance"
    the management institute | tmiFinance | tmiCreative | ProfileOnDemand
    Go to Top of Page

    red1
    Junior Member

    355 Posts

    Posted - 08 May 2003 :  13:39:41  Show Profile
    DJBBIZ that sounds great. Can I see it?

    The new mod should be easier to install because all large changes have been moved to include files. But to upgrade from the old mod, I'm afraid the only way would be to change your files by comparing the old instructions with the new instructions. Maybe I can write a new readme for upgrading but that's not a priority right now. For the moment I just want to make sure that the new mod works fine and all the bugs are ironed out.
    Go to Top of Page

    DJBBIZ
    Junior Member

    214 Posts

    Posted - 09 May 2003 :  03:30:33  Show Profile  Visit DJBBIZ's Homepage
    If you click the link in my signature: tmi Financial Strategies & Principles on the main page (sitenews.asp) SH ver9+ center column down about 2/3 of the page you will see the calendar with current events listed by Cat | Forum | Topic The changes to the files are extensive and of course I have not documented it! But again its a matter of reading/comparing the files side by side to figure out the changes...


    "The difference between good ideas and good results is performance"
    the management institute | tmiFinance | tmiCreative | ProfileOnDemand
    Go to Top of Page

    hayleypink
    Junior Member

    Haiti
    145 Posts

    Posted - 12 May 2003 :  11:37:00  Show Profile
    hiya

    i have the mod installed fine. just one thing the font seems to be too big on the front page...how would i change the font size?
    Go to Top of Page
    Page: of 3 Previous Topic Topic Next Topic  
    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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07