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
 events calendar: line not found in post.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

weeweeslap
Senior Member

USA
1077 Posts

Posted - 20 April 2003 :  17:17:55  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
when arriving to this step:


* On line 815 find these lines:
Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Message:</b><br />" & vbNewLine & _
" <br />" & vbNewLine & _

* Replace with these:
Response.Write " <tr>" & vbNewLine
if Request.QueryString("event")="1" or isevent="1" then
Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strCalEventDetails & "</b><br />" & vbNewLine
else
Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Message:</b><br />" & vbNewLine
end if
Response.Write " <br />" & vbNewLine & _



I couldn't find the lines mentioned anywhere around there or anywhere from the previous step on down. I have other mods installed on the forum, poll mod, active users, ip search.. Is there a way around this? I am attaching a txt version of my post.asp file I even commented of where lne 815 is supposed to go in relation to the number of lines down from the previous step it's commented in the form of '######## this is where line 815 is supposed to go######
I did not comment the other sections I added (oops), line 815 should go where line 932 is on my post.asp ( http://www.weeweeslap.com/post.txt ), please help! Thanks
WWS

coaster crazy

Edited by - weeweeslap on 20 April 2003 17:18:31

weeweeslap
Senior Member

USA
1077 Posts

Posted - 21 April 2003 :  18:43:27  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
help?

coaster crazy
Go to Top of Page

Dave.
Senior Member

USA
1037 Posts

Posted - 21 April 2003 :  20:50:04  Show Profile
quote:
* On line 815 find these lines:
	Response.Write	"              <tr>" & vbNewLine & _
			"                <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Message:</b><br />" & vbNewLine & _
			"                <br />" & vbNewLine & _

* Replace with these:
	Response.Write	"              <tr>" & vbNewLine
	if Request.QueryString("event")="1" or isevent="1" then 
		Response.Write	"                <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strCalEventDetails & "</b><br />" & vbNewLine
	else 
		Response.Write	"                <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Message:</b><br />" & vbNewLine
	end if
	Response.Write	"                <br />" & vbNewLine & _


I'm no expert but....

945-959:
	'################################## Poll Mod ###################################
	'Remember to remove the &_ code from the end of the line above.
	Response.Write	"                <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & vbNewLine
	if strRqMethod = "Topic" or strRqMethod = "EditTopic" then 
		if Request.QueryString("poll") = "1" then
			Response.Write "Poll Question:"
		else 
			Response.Write "Message:"
		end if 
	else 
		Response.Write "Message:"
	end if 
	Response.Write "</b><br />" & vbNewLine
	' Remember to start the 2nd line below with Response.Write.
	'###############################################################################


Change it to:

	'################################## Poll Mod ###################################
	'Remember to remove the &_ code from the end of the line above.
	Response.Write	"                <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & vbNewLine
	if strRqMethod = "Topic" or strRqMethod = "EditTopic" then 
		if Request.QueryString("poll") = "1" then
			Response.Write "Poll Question:"
		else 
			Response.Write "Message:"
		end if
	elseif Request.QueryString("event")="1" or isevent="1" then
                Response.Write strCalEventDetails
	else 
		Response.Write "Message:"
	end if 
	Response.Write "</b><br />" & vbNewLine
	' Remember to start the 2nd line below with Response.Write.
	'###############################################################################



NOT TESTED, Backup the file first.
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 21 April 2003 :  23:17:15  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
THANK YOU!
That worked perfectly!
Check out the finished result
http://www.weeweeslap.com/forum/
bottom of page
Thanks again Dave 6625!
WWS

coaster crazy
Go to Top of Page

Dave.
Senior Member

USA
1037 Posts

Posted - 21 April 2003 :  23:31:53  Show Profile
Your welcome
Go to Top of Page

Radianation
Junior Member

USA
186 Posts

Posted - 02 June 2003 :  10:08:10  Show Profile  Visit Radianation's Homepage  Send Radianation an ICQ Message
Just a thank you for this. Glad I could find it without having to ask. ; )

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