T O P I C R E V I E W |
red1 |
Posted - 25 September 2002 : 07:53:19 NEW EVENTS CALENDAR MOD FOR SNITZ 3.4.03 beta ============================================= by red1
This mod is still being tested. Do not install on your live forums.
Last Updated 25 October 2002
This is a completely new mod and not an update of the old calendar mod. It works differently in that the events are inserted in the topics table instead of a separate events table. I thought of doing it this way so that you can have discussion threads about the events.
If you don't want your events to be mixed up with all your topics, you can create a new forum specifically for events and just place all event-related posts there.
THIS MAY STILL HAVE BUGS, SO INSTALL AT YOUR OWN RISK!!!
What's in here: * Events posted as topics. * Month calendar and upcoming/recent events displayed on default.asp * Daily, Weekly, Monthly, Yearly, and Events List views. * Internationalization-ready. What's not: * Events with repeating dates, because I personally don't need it. However if anyone wants to adopt this mod to add new features, it's fine with me.
Download at http://www.snitzbitz.com Demo here: http://red1.www2.dotnetplayground.com/forum/< |
15 L A T E S T R E P L I E S (Newest First) |
pierretopping |
Posted - 13 May 2011 : 15:45:06 quote: Originally posted by jobryan26
I am using this mod and it works great along with the site integration mod. I was wondering if there is a way to display the active calender into an html page? Like it's showing in the site integration html file. If you look at my website you can see what I'm talking about...only thing is mine doesn't work
Hope this make sense.
http://jobryan26.homedns.org/index.htm<
Hello ALL,
Sorry to be a pain, but has this question been answered? I would like to display the calender from a standard html file?
Thanks in advance,
Pierre |
leesh695 |
Posted - 02 April 2008 : 18:40:56 Microsoft OLE DB Provider for ODBC Drivers error '80040e31'
[MySQL][ODBC 3.51 Driver][mysqld-4.1.22-max-log]Invalid use of group function
/forum/forum/cal.asp, line 1155
I get that when I click the events list tab.
Anyideas where I messed up?< |
juliana |
Posted - 02 February 2008 : 00:44:38 quote: Originally posted by Sean Sounds
A Big Thanks Juliana for that. I've been trying to get the current day highlighted on the month calendar for a long time and simply gave up.
you are welcome, neighbor < |
m_r |
Posted - 30 January 2008 : 18:29:12 Soft addition Drdja heat of the day added to the newer< |
Sean Sounds |
Posted - 26 January 2008 : 00:53:37 A Big Thanks Juliana for that. I've been trying to get the current day highlighted on the month calendar for a long time and simply gave up. < |
juliana |
Posted - 12 January 2008 : 23:35:48 hey guys, i installed this mod a few days ago and it seems to work great! one thing i would like to point out though (i ran a search for "datetoday" and it didn't return any results so i'm guessing it was not mentioned before)
file cal.asp line 831: "datetoday" needs to be changed to "cal_datetoday" in order for it to put a black box around today's date in monthly view.
i also changed a few lines so that the calendar does not show birthdays for banned users. basically i'm just checking the value of M_STATUS field.
line 262: "WHERE M_STATUS = 1 AND M_DOB IS NOT NULL " line 447: "WHERE M_STATUS = 1 AND M_DOB IS NOT NULL " line 797: "WHERE M_STATUS = 1 AND M_DOB IS NOT NULL " & _
otherwise GREAT mod!!!< |
Zenfor |
Posted - 25 September 2007 : 09:59:33 Sorry but I installed this several years ago and just getting around to asking why emails are not sent out to those who have subscriptions to the whole board. Is there something I need to add to the code? Thanks!< |
wildatom |
Posted - 12 April 2007 : 18:30:49 Recently I'm no longer able to modify calendar events. I do have the recurring mod installed.
What happens is I enter a date for Fred for the next 7 days and then I have to move that entry for Fred to two weeks from now, it will not update no matter what I do. I end up having to delete it and create it. < |
homenet |
Posted - 12 April 2006 : 12:19:31 On that page in section MOD Version:1.1 error link, - that file not a event mod - it - accountlocked_email-3304-11.zip< |
Bassman |
Posted - 12 April 2006 : 02:55:40 quote: Originally posted by homenet
sorry for my bad english, but i looking event_calendar_mod FOR SNITZ 3.4.03. Where i can download it?
Thanks.
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=66< |
homenet |
Posted - 11 April 2006 : 18:16:08 sorry for my bad english, but i looking event_calendar_mod FOR SNITZ 3.4.03. Where i can download it?
Thanks.< |
Gizmo3 |
Posted - 19 February 2006 : 16:35:23 Has anyone found the problem with after I add an event nothing shows up in the calendar. Just checking because I have that problem< |
Gizmo3 |
Posted - 18 February 2006 : 23:08:33 That code change worked for me to. But really I dont see the diff between your and his. It is the right code for two of the incertions in that file. That is how it worked for me. I put in an event and it shows on the callender but it says there is no upcoming events< |
Gizmo3 |
Posted - 18 February 2006 : 22:54:28 when ya find out the prob let me know. I have the same problem to. I also had the problem. I just took the code out for now. But I will try your way and see what happens. I would put the code in and it would grey out everything after that code.
e.g. post_info.asp line 565 - pastes like this :- %><!--#INCLUDE FILE="cal_post_info2.asp"--><% should be this:- %><!--#INCLUDE FILE="cal_post_info2.asp"--><%< |
dogbreath |
Posted - 18 February 2006 : 00:43:35 quote: Originally posted by Seph
Well everything looks right, I just can't post any polls, events or messages :S. I think its something wrong with my post_info.asp
Here the error I get:
Microsoft JET Database Engine error '80040e14'
Number of query values and destination fields are not the same.
/shadesofwar/forum/post_info.asp, line 977
and heres a link to the .txt version of my post_info.asp file:
http://www.sonsofdarkness.co.uk/post_info.txt
Can you figure out whats wrong? im lost
Hi Seph....I had this same error. I had updated the post_info.asp file incorrectly.
I put the statement on line +-565:
%><!--#INCLUDE FILE="cal_post_info2.asp"--><%
before the statement:
my_Conn.Execute(strSql),,adCmdText + adExecuteNoRecords
Once I put it after it....everything worked great !
Another thing I noticed....while trying to get things to work.....if you copy and paste the code from the readme.htm....it does not do it correctly....particularly on the include statements.
e.g. post_info.asp line 565 - pastes like this :- %><!--#INCLUDE FILE="cal_post_info2.asp"--><% should be this:- %><!--#INCLUDE FILE="cal_post_info2.asp"--><%
Everything appears to be working now....except after I add an event nothing shows up in the calendar....still looking for the prob.
Hope that helps
< |