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: General / Current Version (Old)
 Distinguishing Quotes
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SandmaN
Starting Member

Brazil
22 Posts

Posted - 19 March 2001 :  14:43:07  Show Profile
Hi, i use Snitz on my site and ive been helped here before so i come here again with another question.
When users use their profile signatures on the forums, it appears with the message. I would like to distinguish it with some kind of line or something like "-------" if you know what i mean...

What file should i edit? What should i do?

Thanx for the attention.
SandmaN

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 March 2001 :  19:16:28  Show Profile
It's in post_info.asp

look for this code:


if Request.Form("sig") = "yes" and GetSig(STRdbntUserName) <> "" then
txtMessage = txtMessage & vbCrLf & vbCrLf & ChkString(GetSig(STRdbntUserName), "signature" )
end if


It should be in there twice.

making a change something like this should work:


txtMessage = txtMessage & vbCrLf & "-------" & vbCrLf & ChkString(GetSig(STRdbntUserName), "signature" )
Go to Top of Page

SandmaN
Starting Member

Brazil
22 Posts

Posted - 21 March 2001 :  18:43:19  Show Profile
thanx!!

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 March 2001 :  18:49:59  Show Profile
you're welcome
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07