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)
 Customizing Signature Display
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Sacrilegium
Starting Member

4 Posts

Posted - 17 August 2003 :  13:43:26  Show Profile  Visit Sacrilegium's Homepage
Greetings. I've searched on this topic but haven't found the answer to my question, which is this:

How can I put a bar just above the signature inside of posts? I'm thinking specifically of the HR tag. I've tried putting it in topic.asp, but I must be putting it in the wrong place(s), because it never shows up on the actual page.

Could someone point the correct location out for me?

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 17 August 2003 :  13:51:10  Show Profile
turn on dynamic signatures in admin options and you'll get the horizontal rule by default.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Sacrilegium
Starting Member

4 Posts

Posted - 17 August 2003 :  13:58:33  Show Profile  Visit Sacrilegium's Homepage
Excellent. I had tried that, but I guess it only applies to posts made after the option was turned on.

Thanks!
Go to Top of Page

jerryramone
Starting Member

3 Posts

Posted - 19 November 2003 :  10:55:05  Show Profile  Visit jerryramone's Homepage
How do I remove the horizontal rule from dynamic signature?
I guess I have to edit some of the code, but I can do that, if someone tells me what to remove.

/Jerry
Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 19 November 2003 :  11:30:25  Show Profile  Send Rasco an ICQ Message
in topic.asp find the following code:

if CanShowSignature = 1 and Reply_Sig = 1 and Reply_MemberSig <> "" then
Response.Write " <tr>" & vbNewLine & _
" <td valign=""bottom""><hr noshade size=""" & strFooterFontSize & """><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><span class=""spnMessageText"">" & formatStr(Reply_MemberSig) & "</span></font></td>" & vbNewLine & _
" </tr>" & vbNewLine
end if

Remove there the hr tag.
This will only affect the topic display itself (not the signature preview in the profiles)

German Snitz Forum
Go to Top of Page

jerryramone
Starting Member

3 Posts

Posted - 19 November 2003 :  11:49:29  Show Profile  Visit jerryramone's Homepage
Thanks.

I'd like to have fewer breaks between the message and the signature.
With dynamic signature, it seems to be about 5 or 6 line breaks.
How do I remove these? I'd like 2 or something like that.
Go to Top of Page

jerryramone
Starting Member

3 Posts

Posted - 19 November 2003 :  15:12:01  Show Profile  Visit jerryramone's Homepage
Duh...I figured it out, had nothing to do with the signature, but with the avatars.
Because of their height, the table-cell was higher than necessary with little text :P
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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07