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
 Poll Mod Configuration of Post.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bonehead
Starting Member

8 Posts

Posted - 03 August 2002 :  17:17:08  Show Profile
Hi all, I have looked around, but cant find an answer to this problem I have run into. I have edited all the .asp files according to the instructions in the read me file, except one line in the post.asp file. Here is what my current post.asp file has

---- <tr>
<td bgColor="<% =strPopUpTableColor %>" noWrap vAlign="top" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Message:</b><br> ----

But then when I look at the post.asp file with the mod pack, This is what is says to do.

<% ' ##################### Poll Mod - 1 line #################### %>
<td bgColor="<% =strPopUpTableColor %>" noWrap vAlign="top" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>
<% 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
%> </b><br>
<% ' ########################################################### %>



It doesnt really line up correctly, however I know I am in the correct spot in the current post.asp file to add the code. I just am not sure what to add. I am pretty sure it has to do with the mod pack being released for an earlier version, and my newer version has this particuraly part of the post.asp file differnt, than when the mod pack was written. I just need to know what goes where. Any help would be appreciated. thanks..


bonehead
Starting Member

8 Posts

Posted - 03 August 2002 :  17:25:30  Show Profile
quote:

Hi all, I have looked around, but cant find an answer to this problem I have run into. I have edited all the .asp files according to the instructions in the read me file, except one line in the post.asp file. Here is what my current post.asp file has

---- <tr>
<td bgColor="<% =strPopUpTableColor %>" noWrap vAlign="top" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Message:</b><br> ----

But then when I look at the post.asp file with the mod pack, This is what is says to do.

<% ' ##################### Poll Mod - 1 line #################### %>
<td bgColor="<% =strPopUpTableColor %>" noWrap vAlign="top" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>
<% 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
%> </b><br>
<% ' ########################################################### %>



It doesnt really line up correctly, however I know I am in the correct spot in the current post.asp file to add the code. I just am not sure what to add. I am pretty sure it has to do with the mod pack being released for an earlier version, and my newer version has this particuraly part of the post.asp file differnt, than when the mod pack was written. I just need to know what goes where. Any help would be appreciated. thanks..






Nevermind, I am stupid. I figured it out. It was just that "Poll Mod- 1 line" that through me off. I guess all of that is just one line, but I think I have it correct now. I just take off the "Message:</b><br>" on the first line, then paste in the code, and everything should workout ok. Sorry for the post.

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 03 August 2002 :  20:27:13  Show Profile
That particular poll mod code replaces that one line in your file. Sorry if you mis-understood it.

«-----------------------------------»
Join the Snitz Forums WebRing !
Go to Top of Page

bonehead
Starting Member

8 Posts

Posted - 06 August 2002 :  17:56:32  Show Profile
quote:

That particular poll mod code replaces that one line in your file. Sorry if you mis-understood it.

«-----------------------------------»
Join the Snitz Forums WebRing !




Yes, I got it. Thanks for the reply, I just spent way to much time looking at code, when I finally got to that spot, and for some reason it through me for a loop, and I couldnt figure it out. I have it up and running, and everything is working great. Thanks again.

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