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)
 Show signature in profile!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

i011877
Junior Member

Denmark
169 Posts

Posted - 20 April 2004 :  18:14:45  Show Profile  Visit i011877's Homepage
I think it could be nice if, when viewing a profile, that their signature came up as part of the profile.
Could be text, or in many cases graphics.

So whatever the user has written in the 'signature'-box would come up as well in the profile. (like below) -Well i think i spelled it out..

Should be a small problem for you guys...

Anyone?


Linare
Starting Member

32 Posts

Posted - 20 April 2004 :  21:43:19  Show Profile  Send Linare an AOL message  Send Linare a Yahoo! Message
I'll look and let you know what I come up with.
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 23 April 2004 :  07:23:28  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
Yes, this would be a neat feature =)
Linare: did you check on this?

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

lilaccrafts
Starting Member

18 Posts

Posted - 23 April 2004 :  15:29:07  Show Profile
[quote]Originally posted by i011877

I think it could be nice if, when viewing a profile, that their signature came up as part of the profile.
Could be text, or in many cases graphics.

So whatever the user has written in the 'signature'-box would come up as well in the profile. (like below) -Well i think i spelled it out..

Should be a small problem for you guys...

Anyone?



How about this..... The only thing it does not do is 1. Make the link(its just text) 2. Find a way to have it say "no signature available"

After this line
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_BIO"
Add This

strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_SIG"


The after this


Response.Write " <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>No link specified...</font></td>" & vbNewLine
end if
Response.Write " </tr>" & vbNewLine
end if
end if





Add this



Response.Write " <tr>" & vbNewLine & _
" <td valign=""top"" align=""center"" colspan=""2"" bgcolor=""" & strCategoryCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """>Signature</font></b></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td colspan=""2"" bgColor=""" & strPopUpTableColor & """><table><tr>"

Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ align=""right"" nowrap valign=""top""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Signature: </font></b></td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & ChkString(rs("M_SIG"), "display") & "</font></td>" & vbNewLine & _
" </tr>" & vbNewLine


Good Luck

Edited by - lilaccrafts on 23 April 2004 15:30:12
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 23 April 2004 :  20:30:44  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
Try this

In pop_profile.asp

line 199 add
		strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_BIO"
		strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_SIG"
		strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS "


Line 304 add below end if ' strPicture this

			if strSignatures = "1" then
				Response.Write	"                    <tr>" & vbNewLine & _
						"                      <td align=""center"" bgcolor=""" & strCategoryCellColor & """ colspan=""2""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """> My Signature </font></b></td>" & vbNewLine & _
						"                    </tr>" & vbNewLine & _
						"                    <tr>" & vbNewLine
           if Trim(rs("M_SIG")) <> "" then
						Response.Write	"                      <td bgColor=""" & strPopUpTableColor & """ align=""center"" colspan=""2"">" & formatStr(rs("M_SIG")) & "</td>" & vbNewLine
           else
						Response.Write	"                      <td bgColor=""" & strPopUpTableColor & """ align=""center"" colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>No Signature</font></td>" & vbNewLine
           end if
				Response.Write	"                    </tr>" & vbNewLine
           end if
Go to Top of Page

i011877
Junior Member

Denmark
169 Posts

Posted - 26 April 2004 :  14:57:02  Show Profile  Visit i011877's Homepage
Works!
Thanx a million!


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