Author |
Topic |
|
bonehead
Starting Member
8 Posts |
Posted - 03 August 2002 : 17:17:08
|
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
|
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.
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 03 August 2002 : 20:27:13
|
That particular poll mod code replaces that one line in your file. Sorry if you mis-understood it.
«-----------------------------------» Join the Snitz Forums WebRing ! |
|
|
bonehead
Starting Member
8 Posts |
Posted - 06 August 2002 : 17:56:32
|
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.
|
|
|
|
Topic |
|
|
|