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
 Signature text size
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rabufo
Junior Member

Italy
328 Posts

Posted - 04 December 2005 :  12:29:03  Show Profile
Hello,

which is the way to force a lower size of the signatures text for all forum users? I think I should add [size=1]...somewhere in inc_profile.asp, but don't know exactly where...but maybe I'm wrong.

Thank you

Edited by - rabufo on 04 December 2005 12:31:21

Bassman
Junior Member

Netherlands
256 Posts

Posted - 04 December 2005 :  14:47:39  Show Profile  Visit Bassman's Homepage
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=58931

There is a mod for this.
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 04 December 2005 :  14:53:39  Show Profile
I force the font size in topic.asp there are 2 places to change - one for the initial post (like yours in this thread), and another for all the replies (like mine and the ones that follow).

I also limit the height allowed in the sig, but the easy way for you is :

1. Find where Reply_MemberSig is used on a Response.Write line
2. Add this line just before it :

Reply_MemberSig = "<font size=1>" & Reply_MemberSig & "</font>"

3. Find where Topic_MemberSig is used on a Response.Write line
4. Add this line just before it :

Topic_MemberSig = "<font size=1>" & Reply_MemberSig & "</font>"

Go to Top of Page

rabufo
Junior Member

Italy
328 Posts

Posted - 05 December 2005 :  02:39:32  Show Profile
Thank you very much!
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