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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Adding signatures to private messages
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

cripto9t
Average Member

USA
881 Posts

Posted - 04 May 2008 :  10:13:53  Show Profile  Reply with Quote
quote:
Originally posted by philsbbs

Done that change and got

1
1
Phil Forum Admin

You,re not getting a value for sig. When that happens to me its usually because of a missing parenthesis and not neccessarily in that line. I don't see anything wrong with the code you've added. I'll add the pm mod to one of my test forums and see if I can get it to working.
quote:

But the message was not sent, not even in out box.
Response.End stopped it. Those lines were temporary to see the form output.<

    _-/Cripto9t\-_
Go to Top of Page

philsbbs
Junior Member

United Kingdom
397 Posts

Posted - 05 May 2008 :  06:31:33  Show Profile  Reply with Quote
Can you send me the working file.<

Phil
Go to Top of Page

philsbbs
Junior Member

United Kingdom
397 Posts

Posted - 24 May 2008 :  16:50:20  Show Profile  Reply with Quote
has anyone found a solution ?<

Phil
Go to Top of Page

Carefree
Advanced Member

Philippines
4212 Posts

Posted - 24 May 2008 :  23:50:05  Show Profile  Reply with Quote
My files are a bit different than yours, but I got mine working. I noticed that you deleted the second inclusion of inc_func_posting, they specifically said that it was necessary to leave that in. May want to consider putting it back.

I modified the checking routine a wee bit to say:

'	##################################### Include SIGs Mod ###############################
		if strSignatures = "1" and strDSignatures <> "1" then
			if ViewSig(MemberID) <> "0" then
				CanShowSignature = 1
				if Request.Form("Sig") = "yes" and GetSig(strDBNTUserName) <> " " then
					txtMessage = txtMessage & vbNewline & vbNewline & ChkString(GetSig(strDBNTUserName), "signature")
				end if
			end if
		end if
'	##################################### Include SIGs Mod End ###########################


I included inc_func_common.asp in my privatesend_info.asp

Here are links to the two files in .txt format:

http://98.25.191.199/privatesend_info.txt
http://98.25.191.199/privatesend.txt<

Edited by - Carefree on 30 May 2008 21:27:50
Go to Top of Page

philsbbs
Junior Member

United Kingdom
397 Posts

Posted - 25 May 2008 :  18:38:59  Show Profile  Reply with Quote
Thanks it does the trick.<

Phil
Go to Top of Page

Carefree
Advanced Member

Philippines
4212 Posts

Posted - 25 May 2008 :  18:47:09  Show Profile  Reply with Quote
You're welcome. Glad I could help.<
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07