Author |
Topic |
|
jcm001
Starting Member
45 Posts |
Posted - 30 January 2004 : 16:54:22
|
After implementing two MODS (Events Calendar and Poll)...
The message field (the one where you write a message you might intend to post) in the table associated with the post.asp page is not positioned correctly; i.e., it is located to the right of all the other table's fields and is sandwiched between two apparantly empty (or black) fields.
Similarly, after a message is posted, the related text is located in an empty (or black) field, to the right of where it should be. This happens in regular and poll topics.
The problems seem related. Would someone please point me in the right direction on how to correct this? As always, your guidance is appreciated.
Environment: 3.4.04, MS Acess 2000 --> intend to eventually switch to MySQL.
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
jcm001
Starting Member
45 Posts |
Posted - 30 January 2004 : 17:16:16
|
Thanks OneWay. I've successfully implemented each of the mods separately, but have struggled somewhat to integrate them. I think I'm getting closer to where I'd like to be now. I'll check out where I changed the above files and will re-attempt to catch the error I must have made. If not, I'll post a link or screenshot as you suggested. Thanks again.
|
|
|
jcm001
Starting Member
45 Posts |
Posted - 30 January 2004 : 18:27:30
|
So far...so good. First problem in post.asp seems fixed. Relative to the mod code, my forum's post.asp file had what looked like an extra link reference under the 12th mod incidence.
'################################## 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></b><br />" & 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. '############################################################################### (extra link ref was here)
|
Edited by - jcm001 on 30 January 2004 18:53:21 |
|
|
jcm001
Starting Member
45 Posts |
Posted - 30 January 2004 : 19:08:36
|
Hopefully I'll be able to finish the rest tomorrow. Es ist Feierabend! |
|
|
jcm001
Starting Member
45 Posts |
Posted - 02 February 2004 : 11:28:02
|
<screenshot removed>
I worked on this over the weekend, but haven't been able to figure it out...Thanks in advance for any help.
So far, it seems that the first issue I mentioned regarding the post.asp page seems to be holding resolved.
<link removed> |
Edited by - jcm001 on 02 February 2004 16:39:17 |
|
|
jcm001
Starting Member
45 Posts |
Posted - 02 February 2004 : 13:02:20
|
Well, after all that copy and pasting, it looks like I chopped off some of the topic.asp file. Will redo it. I'll post when I've reassembled it. Thanks again. |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 02 February 2004 : 13:02:43
|
Your topic.txt file is missing half of the code. Piece of the file is missing.
Just open your topic.asp file in notepad, click File "Save As" and save it as topic.txt. Then upload it to your site. |
Support Snitz Forums
|
Edited by - Davio on 02 February 2004 13:04:03 |
|
|
jcm001
Starting Member
45 Posts |
Posted - 02 February 2004 : 13:25:11
|
I just reposted it and it should all be visible now. Any ideas? |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 02 February 2004 : 13:47:25
|
I edited your file. Download it here: <link removed> |
Support Snitz Forums
|
Edited by - Davio on 02 February 2004 14:35:18 |
|
|
jcm001
Starting Member
45 Posts |
Posted - 02 February 2004 : 14:19:29
|
I got the file and loaded it to the Snitz forum folder. I've tested a few posts and so far so good...actually: GREAT! Thank you. |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
|
Topic |
|