Author |
Topic |
irrah
Starting Member
3 Posts |
Posted - 09 November 2003 : 10:32:02
|
If you remove the min in the last line, it appears to work.
>> "ORDER BY min(E2.EVENT_DATE) Asc, T.TOPIC_ID Asc, E.EVENT_DATE Asc "
The results still appear in ascending order. No other apparent problems caused by the deletion. Hope this helps.< |
Edited by - irrah on 09 November 2003 11:27:13 |
|
|
Reinsnitz
Snitz Forums Admin
USA
3545 Posts |
Posted - 09 November 2003 : 11:26:40
|
Nice :)
Thank you so much ;) Your advice on this one is priceless ;)
Now I have a freaky error... I'm sure it's my error when coding it... but it's so dang consistant... everywhere there is a subscription turned on... the "New Event" option is not working, and the events that are already in those forums don't work either :(
When trying to move the events in those forums to another forum that does not have subscriptions turned on, it tells me that Events are not allowed in those forums...
Ideas?< |
Reinsnitz (Mike) |
|
|
irrah
Starting Member
3 Posts |
Posted - 11 November 2003 : 16:06:57
|
quote: Originally posted by Reinsnitz Now I have a freaky error... I'm sure it's my error when coding it... but it's so dang consistant... everywhere there is a subscription turned on... the "New Event" option is not working, and the events that are already in those forums don't work either :(
Ideas?
Could you elaborate "not working"? With subscriptions turned on, I see the New Event icon, and can click on an event, and add another. What do you mean by "not working" with regard to the NE option and events in forums not working?< |
Edited by - irrah on 11 November 2003 16:08:34 |
|
|
Reinsnitz
Snitz Forums Admin
USA
3545 Posts |
Posted - 12 November 2003 : 09:10:07
|
Ok... I figured this out last night... for the new version of hte MOD, you have to HARD CODE into the cal_config.asp file which forums can use the new event thing ;)
Mabe it was in the readme and I missed it... :) all set now... very nice mod... I wonder how much of the hard coded data could be droped in an admin page and database entry to make it work just as well :)< |
Reinsnitz (Mike) |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 12 November 2003 : 14:14:10
|
I was adding some of the hard coded data to my SignUp mod Admin screen for the next release of the mod. I was going to try to make what forum can have events by using the forum property instead of the hard code method.
however, I think it will be better if I create a new mod for the admin screen instead of adding it to the signup mod. The only thing I need to complete is the forum properties part of the mod. I'll try to have a beta version out this weekend.
Just an FYI.< |
Mike Great Lakes Pop Up Club Camping |
|
|
jeepgen
New Member
Italy
73 Posts |
Posted - 29 November 2003 : 15:44:13
|
hi to all. I have a snitz modded on www.jeeptelevision.com and it seems to not show the events on the sitenews.asp page. It's due to mysql, beacause it did work fine on access. Anyone can help? Thanks!!< |
|
|
|
cybrangl
Starting Member
1 Posts |
Posted - 01 December 2003 : 13:03:45
|
I started getting an error in the calendar today (as of midnight.. was fine yesterday), with the old non-reocurring events mod. So, I figured I would upgrade to the new one. Now I get an error in cal.asp Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Join'
/forum/cal.asp, line 46
Any suggestions?< |
Edited by - cybrangl on 01 December 2003 14:15:42 |
|
|
sjakkmatt
Starting Member
9 Posts |
Posted - 04 December 2003 : 07:01:00
|
I want to have a calendar like the Events Calendar on my portal-site. Is it possible to put the Events Calendar from www.snitzbitz.com on my portal-site? How do I do it? My portal-site can be found at www.larviknett.com < |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
|
|
8-Ball
Starting Member
Netherlands
4 Posts |
Posted - 10 December 2003 : 09:22:44
|
Hi guy's you all been busy with this, nothing but resp. 4 all of you
but i'm a new at this and i want to know if it work 100% now or is it still a beta version?
keep up the good work, so i can learn from all of you.
greetz: 8-Ball
www.brutalchaos.com/forum< |
Edited by - 8-Ball on 10 December 2003 09:23:35 |
|
|
ump14
Starting Member
USA
30 Posts |
Posted - 13 December 2003 : 21:14:08
|
I have gotten anumber of mods running and some of these seem to interfere or at least make adding them together a real PITA.
However, I have this one running and I only have one MINOR problem. That problem is that I get the codes displaaying everything LOOKS fine. BUT I cannot ADD a calendar event. I am sure it is something very minor, but in the dropdown boxes for "add an event" the dropdown box is unpopulated.
From Coldfusion when I am populating a drop down box with a variable (query) and I get nothing, then I usually woudl go to the code that CALLS the list for which I would be looking.
Does ANYONE have an idea how I might go about looking into this? Think it might be something small? < |
|
|
RichardE
Starting Member
United Kingdom
20 Posts |
Posted - 14 December 2003 : 03:41:57
|
UK Date Format - Using the Recurring Dates MOD - How can I change the date in post event to UK date format?< |
|
|
red1
Junior Member
355 Posts |
Posted - 15 December 2003 : 03:22:10
|
quote: Originally posted by ump14
I have gotten anumber of mods running and some of these seem to interfere or at least make adding them together a real PITA.
However, I have this one running and I only have one MINOR problem. That problem is that I get the codes displaaying everything LOOKS fine. BUT I cannot ADD a calendar event. I am sure it is something very minor, but in the dropdown boxes for "add an event" the dropdown box is unpopulated.
From Coldfusion when I am populating a drop down box with a variable (query) and I get nothing, then I usually woudl go to the code that CALLS the list for which I would be looking.
Does ANYONE have an idea how I might go about looking into this? Think it might be something small?
There is a file called cal_config.asp that you can edit to change the calendar settings. Try changing the value of
arrCalForumID = Array(1)
to the forum ID where you want events to be posted. < |
|
|
ump14
Starting Member
USA
30 Posts |
Posted - 18 December 2003 : 12:23:44
|
I had planned on redoing this as I have a number of other mods that required some serious thinking during the installation. I am planning to redo this on a dev site tonight - but I will try your suggest first - Did I miss a step or do something incorrectly? Just thinking out loud. Let me know what you think... Will report back here later tonight or tomorrow. < |
|
|
wwalker
Starting Member
10 Posts |
Posted - 02 February 2004 : 00:37:05
|
Do you have an updated Events Calendar that will work with 3.4.04? This is a new install and I have tried to add your calendar mod - making obvious allowances for line number variance. I can't get it to work.< |
|
|
golfmann
Junior Member
United States
450 Posts |
Posted - 02 February 2004 : 09:28:38
|
I see no birthdays... Set to TRUE in Cal config. What am I missing??? :)< |
|
|
Topic |
|