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
 Need some help with PM icon on topic.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 26 August 2004 :  02:03:41  Show Profile  Visit tjhilder's Homepage
Hi,

I need to add the PM icon to the topic.asp file but I haven't a clue how to do it, plus I got some other MODs on there (too many to list)

here's a link to the txt file of this file, maybe you could give me some instruction on where I need to put it.

http://manbehindthespecs.co.uk/topic.txt

Thanks in advance!

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004

weeweeslap
Senior Member

USA
1077 Posts

Posted - 26 August 2004 :  02:39:00  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
line 803 to 807 change it from:

			if strYAHOO = "1" then
				if Trim(Reply_MemberYAHOO) <> "" then
					Response.Write	"                       <a href=""http://edit.yahoo.com/config/send_webmesg?.target=" & ChkString(Reply_MemberYAHOO, "urlpath") & "&.src=pg"" target=""_blank"">" & getCurrentIcon(strIconYahoo,"Send " & ChkString(Reply_MemberName,"display") & " a Yahoo! Message","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
				end if
			end if

to

			if strYAHOO = "1" then
				if Trim(Reply_MemberYAHOO) <> "" then
					Response.Write	"<a href=""http://edit.yahoo.com/config/send_webmesg?.target=" & ChkString(Reply_MemberYAHOO, "urlpath") & "&.src=pg"" target=""_blank"">" & getCurrentIcon(strIconYahoo,"Send " & ChkString(Reply_MemberName,"display") & " a Yahoo! Message","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
				end if
			end if
			If (Reply_MemberPM = "1" and strPMStatus = "1") Then
				if Trim(Reply_MemberPM) <> "" then
					Response.Write	"<a href=""privatesend.asp?method=Topic&mname=" & ChkString(Reply_MemberName,"display") & """>" & getCurrentIcon(strIconPmprivatemessage,"Send " & ChkString(Reply_MemberName,"display") & " a Private Message","align=""absmiddle"" hspace=""0""") & "</a>" & vbNewLine
				End If
			End IF


and lines 1018 to 1022 change it from:

	if (strYAHOO = "1") then
		if Trim(Member_YAHOO) <> "" then
			Response.Write	"                       <a href=""http://edit.yahoo.com/config/send_webmesg?.target=" & ChkString(Member_YAHOO, "urlpath") & "&.src=pg"" target=""_blank"">" & getCurrentIcon(strIconYahoo,"Send " & ChkString(Member_Name,"display") & " a Yahoo! Message","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
		end if
	end if

to:

	if (strYAHOO = "1") then
		if Trim(Member_YAHOO) <> "" then
			Response.Write	"<a href=""http://edit.yahoo.com/config/send_webmesg?.target=" & ChkString(Member_YAHOO, "urlpath") & "&.src=pg"" target=""_blank"">" & getCurrentIcon(strIconYahoo,"Send " & ChkString(Member_Name,"display") & " a Yahoo! Message","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
		end if
	end if
	If (Member_PM = "1" and strPMStatus = "1") Then
		if Trim(Member_PM) <> "" then
			Response.Write	"<a href=""privatesend.asp?method=Topic&mname=" & ChkString(Member_Name,"display") & """>" & getCurrentIcon(strIconPmprivatemessage,"Send " & ChkString(Member_Name,"display") & " a Private Message","align=""absmiddle"" hspace=""0""") & "</a>" & vbNewLine
		End If
	End IF


and that should have it working right

coaster crazy
Go to Top of Page

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 26 August 2004 :  09:28:19  Show Profile  Visit tjhilder's Homepage
Ok added all the code like you surgested but it still doesn't show up.

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 26 August 2004 :  12:29:15  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
placed the pm image in the images folder?

coaster crazy
Go to Top of Page

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 26 August 2004 :  22:45:26  Show Profile  Visit tjhilder's Homepage
Yea, the PM icon is working fine for the member list but not for the topic.asp

can't work it out

http://manbehindthespecs.co.uk/topic.txt is now saved the way i have my topic.asp.

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004

Edited by - tjhilder on 26 August 2004 22:47:03
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.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07