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
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  00:39:22  Show Profile
im sure you guys are really sick of helpin me by now. lol. but i have another problem. this time with the pm modification. alright first of all when i was trying to add the code to inc_header.asp, the readme isnt very specific and i cant seem to get it right. i dont know exactly where to put the code. there are two different places in inc_header.asp that i have to edit. first one i dont know where its at. here are the needed files:

www.bleedinginternally.com/readme.html <-- PM read me
www.bleedinginternally.com/inc_header.txt <-- inc_header.txt

Second i have an if statement inside the code and the readme doesnt show there being one. and when i try to send a pm this is the screen i get:

http://www.bleedinginternally.com/COLDtalk/privatesend.asp?method=Topic&mname=bestbandCold

you guys are great...thanks for all your help

Wayne

Edited by - thecoldone06 on 20 February 2004 00:49:09

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  11:45:24  Show Profile
anybody?
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  15:08:21  Show Profile  Visit Jezmeister's Homepage
In inc_header.asp:
insert first lines starting line 241
and the second starts line 505 and ends line 508 - simply replace the lines with the provided code
Go to Top of Page

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  15:38:50  Show Profile
line 505 is an "end if" statement. i dont want to replace that do i?

wayne
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  15:43:18  Show Profile  Visit Jezmeister's Homepage
ah sorry i had a line at the top with nothing there lol try the line below - it should start "DEM End of...." and end it one line lower 2...
Go to Top of Page

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  15:59:36  Show Profile
ok i added the code. but now my members.asp and pm_view.asp dont work. it says page cannot be displayed because in the link to the page the code has it going to /forum/members.asp and /forum/pm_view.asp. it should be /COLDtalk/members.asp. any ideas on how to change that?

Wayne
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  16:06:39  Show Profile  Visit Jezmeister's Homepage
ah try this:
' DEM --> End of Code added to show subscriptions if they exist
	Response.Write	"          |" & vbNewline & _
			"          <a href="""http://yourURL/coldtalk/members.asp""" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			If strPMStatus = "1" then
	Response.Write "          <a href="""http://yourURL/coldtalk/pm_view.asp""" & dWStatus("Check Your Private Messages...") & " tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private Messages" 
			if pmcount > 0 then Response.Write "(<font color=""" & strActiveLinkColor & """><b>" & pmcount & " New</b></font>)" 
	Response.Write "</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			end if
	Response.Write "          <a href=""search.asp"

I think thats how I did it for non /forum/ urls... ive ditched my old hearder.asp tho... replace "your url" with ur url lol
Go to Top of Page

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  16:17:04  Show Profile
i added the code and changed the url's now it says expected end of statement line 522. and its on the line that reads:

" <a href="""http://www.bleedinginternally/COLDtalk/members.asp""" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _

the line after that is:

" |" & vbNewline

Wayne
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  16:26:03  Show Profile  Visit Jezmeister's Homepage
ok slight change:
' DEM --> End of Code added to show subscriptions if they exist
	Response.Write	"          |" & vbNewline & _
			"          <a href=""""http://yourURL/coldtalk/members.asp""" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			If strPMStatus = "1" then
	Response.Write "          <a href=""""http://yourURL/coldtalk/pm_view.asp""" & dWStatus("Check Your Private Messages...") & " tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private Messages" 
			if pmcount > 0 then Response.Write "(<font color=""" & strActiveLinkColor & """><b>" & pmcount & " New</b></font>)" 
	Response.Write "</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			end if
	Response.Write "          <a href=""search.asp"

Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  16:27:23  Show Profile  Visit Jezmeister's Homepage
that should work
Go to Top of Page

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  16:34:21  Show Profile
alright...now im not getting an error. but its not going to members.asp or pm_view.asp. its not recognizing the files its just going to the forum like default.asp

Wayne
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  16:47:43  Show Profile  Visit Jezmeister's Homepage
' DEM --> End of Code added to show subscriptions if they exist
	Response.Write	"          |" & vbNewline & _
			"          <a href=""http://yourURL/coldtalk/members.asp" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			If strPMStatus = "1" then
	Response.Write "          <a href=""http://yourURL/coldtalk/pm_view.asp" & dWStatus("Check Your Private Messages...") & " tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private Messages" 
			if pmcount > 0 then Response.Write "(<font color=""" & strActiveLinkColor & """><b>" & pmcount & " New</b></font>)" 
	Response.Write "</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			end if
	Response.Write "          <a href=""search.asp"

try that... u dont no how much I hate quotation marks...
Go to Top of Page

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  16:52:29  Show Profile
now heres the url http://www.bleedinginternally.com/COLDtalk/members.asp%20onMouseOver= <-- same for both members and pm_view and i get page cannot be displayed

Wayne
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  17:01:27  Show Profile  Visit Jezmeister's Homepage
well i can confirm you are the proud father of a "members.asp" lol
try
' DEM --> End of Code added to show subscriptions if they exist
	Response.Write	"          |" & vbNewline & _
			"          <a href="""http://yourURL/coldtalk/members.asp"" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			If strPMStatus = "1" then
	Response.Write "          <a href="""http://yourURL/coldtalk/pm_view.asp"" & dWStatus("Check Your Private Messages...") & " tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private Messages" 
			if pmcount > 0 then Response.Write "(<font color=""" & strActiveLinkColor & """><b>" & pmcount & " New</b></font>)" 
	Response.Write "</acronym></a>" & vbNewline & _
			"          |" & vbNewline
			end if
	Response.Write "          <a href=""search.asp"

that work? lol i think its the only combination I haven't tried... lol try the following if that doesn't work:

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

and if that doesnt work either then i sure as hell would like to know how i did it lol
Go to Top of Page

thecoldone06
Starting Member

26 Posts

Posted - 20 February 2004 :  17:22:48  Show Profile
the first one gave me the expected statement error and the second one gave me the same http://www.bleedinginternally.com/COLDtalk/members.asp%20onMouseOver= as before.

Wayne
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 20 February 2004 :  17:44:26  Show Profile  Visit Jezmeister's Homepage
ok use this for now - it will work but you won't get any of your fancy little messages when you scroll your mouse over etc. if someone else hasnt come up with an answer by tomorrow ill try and figure it out - i hav to go its getting on for 11pm here and i need some tea...
' DEM --> End of Code added to show subscriptions if they exist
	Response.Write	"          |" & vbNewline & _
			"          <A HREF="http://yourURL/coldtalk/members.asp"</a>" & vbNewline & _
			"          |" & vbNewline
			If strPMStatus = "1" then
	Response.Write "          <a href="http://yourURL/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"
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next 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 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07