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
 PM Mod
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  17:47:10  Show Profile
ok...thanks for all your help
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 21 February 2004 :  10:04:30  Show Profile  Visit Jezmeister's Homepage
ok this is what I used on mine - for some reason I didn't delete one copy of it... If the first doesn't work (it should do though) use the second. It won't show new private messages - this is done in default.asp anyway though.

' DEM --> End of Code added to show subscriptions if they exist
	Response.Write	"          |" & vbNewline & _
			"          <a href="http://www.bleedinginternally.com/coldtalk/members.asp"><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			If strPMStatus = "1" then
	Response.Write "          <a href=""http://www.bleedinginternally.com/coldtalk/pm_view.asp"			if pmcount > 0 then Response.Write "(<font color=""" & strActiveLinkColor & """><b>" & pmcount & " New</b></font>)" 
	Response.Write "</a>" & vbNewline & _
			"          |" & vbNewline
			end if
	Response.Write "          <a href=""search.asp"

Without new pm message:
' DEM --> End of Code added to show subscriptions if they exist
	Response.Write	"          |" & vbNewline & _
			"          <a href="http://www.bleedinginternally.com/coldtalk/members.asp"><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			If strPMStatus = "1" then
	Response.Write "          <a href="http://www.bleedinginternally.com/coldtalk/pm_view.asp" <acronym title=""View your Private Messages..."">Private Messages</acronym> </a>" & vbNewline & _
			"          |" & vbNewline
			end if
	Response.Write "          <a href=""search.asp"
Go to Top of Page

thecoldone06
Starting Member

26 Posts

Posted - 23 February 2004 :  13:24:30  Show Profile
this is suposed to be put in default.asp? i thought we were suposed to be working from inc_header.asp?

~bleed cold
wayne
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 23 February 2004 :  13:33:11  Show Profile  Visit Jezmeister's Homepage
o yeh lol my mistake - i meant inc_header - sorry
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 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 3.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07