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
 Help with Dynamic Sig?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Unison629
Starting Member

USA
5 Posts

Posted - 19 May 2002 :  03:35:56  Show Profile  Send Unison629 an AOL message
Can someone please help me with the dynamic sig please, I think I have something backwards in my post.asp maybe, the test site is at mail.teamunison.org/forum

i get an error at topic.asp, line 278 right before i added some of the MOD code and also at post.asp, line 848 at an end if statement..

278-> strAuthor = rs("R_AUTHOR")
added-> If rs("R_SIG") = 0 Or IsNull(rs("R_SIG")) Then
intSig = 0
Else
intSig = 1
End If


any thoughts?


Unison629
Starting Member

USA
5 Posts

Posted - 19 May 2002 :  03:39:59  Show Profile  Send Unison629 an AOL message
btw text file of post.asp is at

http://mail.teamunison.org/forum/post.txt

Go to Top of Page

HarshReality
Junior Member

USA
128 Posts

Posted - 19 May 2002 :  16:48:59  Show Profile  Visit HarshReality's Homepage  Send HarshReality an AOL message  Send HarshReality an ICQ Message  Send HarshReality a Yahoo! Message
In 3.3.03 topic.asp is split into 2 areas, should you look at the surrounding code you'll be able to determine which belongs where

one should read If rsReplies("R_SIG") = "0" or IsNull(rsReplies("R_SIG")) Then


the other should read:
If rsTopic("R_SIG") = "0" or IsNull(rsTopic("R_SIG")) Then


if the specification is not done in topic it will result in an error.


Oh what wonders await we the ****ed in exile, for in a single act of rage I have slain what little humanity I have left and all that remains is the beast....
Go to Top of Page

Unison629
Starting Member

USA
5 Posts

Posted - 21 May 2002 :  01:43:22  Show Profile  Send Unison629 an AOL message
still can't get it to work right, can't find that second line..

but it says says syntax error on the part i didn't edit.. uhm.. anyone else can help?

thanks you btw to everyone :)

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 1.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07