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)
 Show Birthdays in Events Calendar
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

Huntress
New Member

USA
96 Posts

Posted - 01 January 2003 :  22:07:12  Show Profile  Visit Huntress's Homepage
Already have an update, the above release was showing today's birthday's in recent. Here's the fix:

Download Attachment: MOD_Birthday_Events_v2-3.zip
51.52 KB

Below is the only difference between v2.2 and v2.3 if you need to just upgrade that change:

Okay in cal_functions.asp find this (line 764):


		if DateToStr(rs("DOB")&"000000") < DateToStr(todaysdate) and DateToStr(rs("DOB")&"000000") > DateToStr(DateAdd("d",-BdayDays,todaysdate)) then


with replace with this:


		if DateToStr(rs("DOB")&"235900") < DateToStr(todaysdate) and DateToStr(rs("DOB")&"000000") > DateToStr(DateAdd("d",-BdayDays,todaysdate)) then



There are 10 kinds of people, those that understand binary, and those that don't.

Edited by - Huntress on 01 January 2003 22:16:42
Go to Top of Page

btekcan
Junior Member

Turkey
112 Posts

Posted - 15 January 2003 :  06:38:14  Show Profile  Visit btekcan's Homepage
I cannot find this mod serverhackers forum !!!
Go to Top of Page

sentinel
New Member

United Kingdom
76 Posts

Posted - 15 January 2003 :  18:12:19  Show Profile  Visit sentinel's Homepage
thats because he has changed the link on there.
try this one.
http://www.serverhacker.com/forum/mainuploadsfolder/huntress/2003111913_MOD_Birthday_Events_v2-3.zip

Sentinel
Go to Top of Page

bbbbboo
Starting Member

4 Posts

Posted - 16 January 2003 :  10:20:03  Show Profile
Huntress is there anyway to disable this:

- Only show these birthdays for members having made posts within the last 30 days.

I have a family site and I want everyones b-day to show no matter how long before they post.

Thanks ahead of time,

boo
Go to Top of Page

Chris Yew
Junior Member

134 Posts

Posted - 22 January 2003 :  00:30:13  Show Profile
Hi,
May I know if this Birthdate Mod still valid for snitz ver. 3.4.03? I don't seem to find any working link for downloading. Thank you.

Chris Yew
Go to Top of Page

xcrash
Starting Member

4 Posts

Posted - 16 March 2003 :  17:18:07  Show Profile  Visit xcrash's Homepage
Please can anyone help. I have unzipped the inc_birthdays.asp (which I found on serverhackers site) to the forum and (include) directory, gone into admin mod setup to run the dbs file and the mod doesn't show up in mod setup bit.

When I include it on the sitenews.asp I just get this error.


Microsoft JET Database Engine error '80040e37'

The Microsoft Jet database engine cannot find the input table or query 'FORUM_BIRTHDAY_TS'. Make sure it exists and that its name is spelled correctly.

/forum/include/inc_birthdays.asp, line 43

Any ideas, what have i done wrong?

I hope someone can help
Go to Top of Page

Etymon
Advanced Member

United States
2385 Posts

Posted - 20 March 2003 :  18:11:00  Show Profile  Visit Etymon's Homepage
quote:
Originally posted by Chris Yew

Hi,
May I know if this Birthdate Mod still valid for snitz ver. 3.4.03? I don't seem to find any working link for downloading. Thank you.

Chris Yew




Hi Chris,

I have "Huntress's Birthday Event Mod Beta Version 2.0" downloaded in late November 2002, but I'd rather have the most updated version.

If you would like what I have, please email me.

Etymon
Go to Top of Page

geoffr
Starting Member

16 Posts

Posted - 09 April 2003 :  14:41:55  Show Profile
quote:
Originally posted by bbbbboo

Huntress is there anyway to disable this:

- Only show these birthdays for members having made posts within the last 30 days.

I have a family site and I want everyones b-day to show no matter how long before they post.

Thanks ahead of time,

boo



Look for the line

" WHERE M_LASTPOSTDATE > '" & DateToStr(DateAdd("d",-31,todaysdate)) & "' AND M_DOB <> '' And M_DOB Is Not Null "

and replace it with

" WHERE M_DOB <> '' And M_DOB Is Not Null "

This will remove the last post date from the query that filters out the users that haven't posted anything in a forum.
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 21 April 2003 :  18:32:04  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
I have taken out the old Event Calendar and replace it by
Events Calendar for 3.4.03 and Birthdays in Events Calendar.

My problem is that when there is a member's birthday is his date is posted but then keep repeating the next day with the new date.

You can take a look for the problem on this portal:
http://www.3000fr.com/forumimage/portal_content.asp?sectionid=6

I have found that the problem comes maybe from:
timezone in inc_func_common.asp
'## Local Time Display
fDate = DateToStr(DateAdd("n", intForumBias -intLocalBias - DayLightSave + intForumDaylAdjust, strToDate(fDate)))
'## Local Time Display
because if I take out Local Time Display the birthday date is alright in the portal but in the forum timezone don't work.
Any help would be welcome because we have try some modifications in the calendar but cannot resolve this problem.

Image
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 30 April 2003 :  21:08:45  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
Fixed
Go to Top of Page

Viv
Starting Member

Belgium
8 Posts

Posted - 24 July 2003 :  00:10:10  Show Profile
Where can I download it?
No link here is working

viv
Go to Top of Page

ascension
New Member

50 Posts

Posted - 01 October 2003 :  18:08:23  Show Profile
Question:

Where does the birthday mod pull the current time from? From the server it is on?

Nevermind. I found out the answer.

Edited by - ascension on 06 October 2003 03:54:43
Go to Top of Page

sikandar
Junior Member

Pakistan
135 Posts

Posted - 15 November 2003 :  00:48:44  Show Profile
I am unable to download from any link,

http://www.serverhacker.com/forum/mainuploadsfolder/huntress/2003111913_MOD_Birthday_Events_v2-3.zip
Go to Top of Page

eauxvives
Junior Member

Bhutan
145 Posts

Posted - 22 December 2003 :  10:26:17  Show Profile
please help me, i don't seem to find this mod anywhere???
Go to Top of Page

filo_2k
Starting Member

Italy
37 Posts

Posted - 23 December 2003 :  13:09:04  Show Profile  Visit filo_2k's Homepage
http://www.snitzbitz.com/mods/download.asp?mid=66&fid=137

filo_2k
Admin @ FastWeb-Italia-NetworK
http://www.fin2k.net
Go to Top of Page
Page: of 4 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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07