Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Calendar MOD-Poll MOD conflict
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

eroemer
Starting Member

16 Posts

Posted - 18 February 2004 :  11:10:39  Show Profile
I have the following code in my admin_forums.asp file:

'############################# EVENTS ################################
strSql = "DELETE FROM " & strTablePrefix & "CAL_EVENTS "
strSql = strSql & "WHERE TOPIC_ID = " & drs("TOPIC_ID")
my_Conn.Execute (strSql)
'#####################################################################

'############################# Poll Mod ##############################
'## Delete poll votes from POLL_VOTES table
strSql = "DELETE FROM " & strTablePrefix & "POLL_VOTES "
strSql = strSql & "WHERE " & strTablePrefix & "POLL_VOTES.TOPIC_ID = " & drs("TOPIC_ID")
my_Conn.Execute (strSql)
'#####################################################################

Response.Write msg


If I place the poll code above the calendar code I get an error when deleting a calendar. If the calendar code is above the poll code I get the error when I delete a poll. I am new to this, but from what I can see the instructions for both mods say to put the code in the same place. Any suggestions on how to resolve this conflict?

Radianation
Junior Member

USA
186 Posts

Posted - 18 February 2004 :  16:24:48  Show Profile  Visit Radianation's Homepage  Send Radianation an ICQ Message
I think my problem is a result of the same conflict, but I have managed to combine some of this code on my end (I think)... Check this thread

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=50761

at the bottom I linked my poll.asp as a txt file ... Compare it to yours and maybe between the two of us we can figure out both of our problems. I'm searching my admin_forums.asp for you.

Edited by - Radianation on 18 February 2004 16:27:31
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 18 February 2004 :  20:46:28  Show Profile
And what is the error you are getting eroemer?

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07