Author |
Topic |
red1
Junior Member
355 Posts |
Posted - 26 January 2005 : 05:06:16
|
get it here: http://www.snitzbitz.com/mods/details.asp?Version=All&mid=66
What's new in this version? - Removed the T_ISEVENT flag from the Topics table, and just added a different method to check if a topic is an event. Apparently it's taboo for mods to add new fields the topics table, it being a fundamental table and all, in that it might affect performance. - Added F_ALLOWEVENTS field to the Forum table to set if events are allowed in a forum, since people were still having trouble with the text file settings. - Admin page (yay!) to set which forums can allow events. Also added a checkbox to allow events in the forum properties page. - Javascript calendar datepicker widget thingie, in post.asp - Some formatting changes to fit Snitz 3.4.05
Add a calendar to your forum today! |
My Mods: New Events Calendar New Non-database Active Users |
Edited by - red1 on 26 January 2005 05:08:13 |
|
red1
Junior Member
355 Posts |
Posted - 26 January 2005 : 05:20:27
|
For those with existing mods or using the older version of the mod, I found this program TextDiff (http://www.users.on.net/johnson/delphi/textdiff.html) which lets you open two files for comparing. It's totally free and it highlights the differences between two files and lets you see them side by side so you can easily edit them. |
|
|
groggo
Starting Member
Belarus
35 Posts |
Posted - 26 January 2005 : 06:13:55
|
excellent text tool that one |
quote: why did you not post this at Snitz?
The main reasons why this was not posted at Snitz and why I might not post the bugs I find directly at Snitz anymore are the ways "ruirib and HuwR" take pleasure to criticize just about anything I post and seem to resent the fact that I want to improve and correct Snitz which, I agree, serve as the original base for my own Forum.
These are some of the actions I find unacceptable: ruirib and HuwR take fun to Delete some of my topics, of my replies, locked or move my topic.
A topic posted last week from me to Davio in "Help: MOD Implementation" Forum as been deleted.
Two replies in my topic as been deleted about a bug on snitz topic page: http://forum.snitz.com/forum/topic.asp?whichpage=5.96&TOPIC_ID=44136#372029
A Fix to texanman as been deleted (first reply to texanman subject): http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66162
One of my Multi-Language Topic on Snitz has disappeared last night Multi-Language and Multi-Language Skin3D http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40765
etc...
3 times I changed my password and the day after the same game start.
Since I send to HuwR a donation of $200 on December 22, 2006 this guy HuwR has never stop to pick on every thing I post on the Snitz Forum. |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 26 January 2005 : 09:59:52
|
OK Red1,
I installed the new version. Seems to run fine. Any chance the admin part could be added into the rest of the admin section rather than going to a seperate page?
Events get a work out on our site so will let you know if any issues arise.
Cheers
Neil
www.ausbream.com |
|
|
red1
Junior Member
355 Posts |
|
johnny bravo
New Member
78 Posts |
Posted - 26 January 2005 : 15:00:08
|
Hi Red1! Me again
Just trying to install the calendar mod and got this error updating the database
New Events Calendar Mod (Recurring Dates) for Snitz 3.4.05
Dropping Column... ALTER TABLE FORUM_TOPICS DROP COLUMN T_ISEVENT ALTER TABLE FORUM_TOPICS DROP COLUMN T_ISEVENT -2147217900 | There is no field named 'T_ISEVENT' in table 'FORUM_TOPICS'.
--------------------------------------------------------------------------------
Dropping Column... ALTER TABLE FORUM_A_TOPICS DROP COLUMN T_ISEVENT ALTER TABLE FORUM_A_TOPICS DROP COLUMN T_ISEVENT -2147217900 | There is no field named 'T_ISEVENT' in table 'FORUM_A_TOPICS'.
--------------------------------------------------------------------------------
Adding Column F_ALLOWEVENTS... ALTER TABLE FORUM_FORUM ADD COLUMN F_ALLOWEVENTS int NULL DEFAULT 1 Column added successfully UPDATE FORUM_FORUM SET F_ALLOWEVENTS=1 Populating Current Records with new Default value Table(s) updated
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_CAL_EVENTS( TOPIC_ID int NOT NULL , EVENT_DATE varchar(50) NOT NULL ) Table created successfully
--------------------------------------------------------------------------------
If there were errors please post a question in the MOD Implementation Forum at Snitz Forums
|
Edited by - johnny bravo on 26 January 2005 15:00:43 |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 26 January 2005 : 15:35:00
|
I think those are acceptable errors, if you didn't previously have the mod installed. |
|
|
johnny bravo
New Member
78 Posts |
Posted - 26 January 2005 : 15:49:05
|
How do I get the calendar to the bottom of the page?
Thanks |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 26 January 2005 : 18:13:20
|
Hi,
Place %><!--#INCLUDE FILE="cal_default.asp" --><% directly above WriteFooter at around the line 580 ish mark in default.asp.
So it looks like this:
Response.Write " </table>" & vbNewline & _ " </td>" & vbNewline & _ " </tr>" & vbNewline & _ " <tr>" & vbNewline & _ " <td>" & vbNewline & _ " <table width=""100%"">" & vbNewline & _ " <tr>" & vbNewline & _ " <td><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewline & _ " " & getCurrentIcon(strIconFolderNew,"New Posts","align=""absmiddle""") & " Contains new posts since last visit.<br />" & vbNewline & _ " " & getCurrentIcon(strIconFolder,"Old Posts","align=""absmiddle""") & " No new posts since the last visit.<br /></font></td>" & vbNewline & _ " </tr>" & vbNewline & _ " </table>" & vbNewline & _ " </td>" & vbNewline & _ " </tr>" & vbNewline & _ " </table>" & vbNewline %><!--#INCLUDE FILE="cal_default.asp" --><% WriteFooter
Well thats mine anyway and it is on the bottom of my site.
www.ausbream.com
Cheers
Neil
|
Edited by - Neilr on 26 January 2005 18:14:31 |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 26 January 2005 : 18:20:24
|
quote: Originally posted by red1
Thanks guys. Yes you can just edit admin_home.asp to add a link to cal_admin.asp.
Durrrr of course ( as I give myself a upper-cut)
Done thanks.
Neil. |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 29 January 2005 : 17:20:46
|
Either I have stuffed something or could be a small issue.
Todays event is not listed. Only the date??
Cheers
Neil |
|
|
red1
Junior Member
355 Posts |
Posted - 30 January 2005 : 05:00:19
|
quote: Originally posted by Neilr
Either I have stuffed something or could be a small issue.
Todays event is not listed. Only the date??
Cheers
Neil
yes i noticed that, among the other small annoyances i found (like the incorrect date display on weekly view). I'll have a fix for it later |
My Mods: New Events Calendar New Non-database Active Users |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 30 January 2005 : 05:15:26
|
Great.. Look forward to it.. By the way it is a great mod regardless and a very useful tool for a site like ours.
Cheers
Neil |
|
|
red1
Junior Member
355 Posts |
Posted - 01 February 2005 : 02:26:31
|
quote: Originally posted by Neilr
Great.. Look forward to it.. By the way it is a great mod regardless and a very useful tool for a site like ours.
Cheers
Neil
the fixes are up. enjoy |
My Mods: New Events Calendar New Non-database Active Users |
|
|
TastyNutz
Junior Member
USA
251 Posts |
Posted - 01 February 2005 : 12:13:59
|
quote: Originally posted by red1 the fixes are up. enjoy
Thank you for the excellent MOD! I just installed it yesterday.
Could you list where the fixes are so that I don't have to redo the whole MOD?
Also, I was wondering if it's possible to add an event to the calendar only, without it being a post on a forum. I would like to use this for community events on a nonprofit agency web site. But with events listed for every day, the forum will get filled up with redundant posts in a hurry.
In addition, is it possible to change the default calendar view (e.g. daily, weekly, monthly) when the calendar is opened?
|
PowerQuad Disability Support Forum |
|
|
jay_v
New Member
85 Posts |
Posted - 04 February 2005 : 14:37:45
|
There's a changelog.txt that says: Fixed forum sorting bug on cal_admin.asp Fixed date display on weekly Fixed events not showing on cal_default.asp
I don't think you don't need to redo anything. Just copy the new files over.
quote:
Also, I was wondering if it's possible to add an event to the calendar only, without it being a post on a forum. I would like to use this for community events on a nonprofit agency web site. But with events listed for every day, the forum will get filled up with redundant posts in a hurry.
No the readme says it doesn't work that way. What I did was to make a separate forum for events so that events and topics are separate.
quote:
In addition, is it possible to change the default calendar view (e.g. daily, weekly, monthly) when the calendar is opened?
You can just change the "Events Calendar" link to point to cal.asp?view=monthly if you want it to default to month view. |
|
|
Topic |
|