Author |
Topic |
JK_Bowman
New Member
USA
60 Posts |
Posted - 25 October 2000 : 18:55:51
|
Thanks so much.
I am trying to install this now. I got to the Post.asp file and looked at the instructions which say:
----------------
'around line 268 find <% =Msg %> </font></p>
'right after this add </font></p> <%if Request.QueryString("method") = "Poll" then%> <form action="post_info.asp" method="post" name="PostPoll"> <%else%> <form action="post_info.asp" method="post" name="PostTopic"> <%end if%> -----------------------
Beginning with line 258 of my code I have
---------------------
set rs = my_Conn.Execute (strSql) if strRqMethod = "EditURL" then TxtUrl = rs("F_URL") end if
if strRqMethod = "EditForum" or _ strRqMethod = "EditURL" then TxtSub = rs("F_SUBJECT") TxtMsg = rs("F_DESCRIPTION") end if end if
if strRqMethod = "EditCategory" then
'## Forum_SQL strSql = "SELECT " & strTablePrefix & "CATEGORY.CAT_NAME " strSql = strSql & " FROM " & strTablePrefix & "CATEGORY " strSql = strSql & " WHERE " & strTablePrefix & "CATEGORY.CAT_ID = " & strRqCatID
set rs = my_Conn.Execute (strSql)
set rs = my_Conn.Execute (strSql) if strRqMethod = "EditURL" then TxtUrl = rs("F_URL") end if
if strRqMethod = "EditForum" or _ strRqMethod = "EditURL" then TxtSub = rs("F_SUBJECT") TxtMsg = rs("F_DESCRIPTION") end if end if
if strRqMethod = "EditCategory" then
'## Forum_SQL strSql = "SELECT " & strTablePrefix & "CATEGORY.CAT_NAME " strSql = strSql & " FROM " & strTablePrefix & "CATEGORY " strSql = strSql & " WHERE " & strTablePrefix & "CATEGORY.CAT_ID = " & strRqCatID
---------------------
Unfortunatly, there is no: <% =Msg %> </font></p> .................. anywhere around. Also, am I to have two: </font></p> </font></p> .......... when I finally find this? I was not quite sure from the instructions if the </font></p> was to be placed in there twice or not.
Last, I thought that perhaps something was wrong with my post.asp file. But as I continued to read the instructions they said:
----------------------
'around line 406 find <% if mlev = 3 or _ ------------------------
Bingo, I've got that right there on line 408.
So, it seems like my file is okay. I just seem to be missing some code around line 268.
Might anyone have an idea on what I should do next? Although I just started installing this I seem to be at a point where I can go no farther. :(
Thanks so much.
J.K. Bowman http://spider-food.net http://spider-food.net/forum http://glassbottom.com |
|
|
JK_Bowman
New Member
USA
60 Posts |
Posted - 31 October 2000 : 00:13:22
|
<blip>
Hello Gang,
So sorry to post again. I've been checking the threads daily for the last 5 days hoping someone could provide some insight to my previous post and I fear I am about to just fall out of sight.
Might anyone have a clue as to what step I should take next to install Polls based on my previous post?
Thanks so much. And again, sorry for posting twice.
J.K. Bowman http://spider-food.net http://spider-food.net/forum http://glassbottom.com |
|
|
phynias
New Member
USA
64 Posts |
Posted - 31 October 2000 : 00:20:43
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> <blip>
Hello Gang,
So sorry to post again. I've been checking the threads daily for the last 5 days hoping someone could provide some insight to my previous post and I fear I am about to just fall out of sight.
Might anyone have a clue as to what step I should take next to install Polls based on my previous post?
Thanks so much. And again, sorry for posting twice.
J.K. Bowman http://spider-food.net http://spider-food.net/forum http://glassbottom.com <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> It is because i made it for version 3.0 and you probably have 3.1. I have to redo it for 3.1 but i havent had the time lately.. sorry..i will try soon
=P http://www.greeneggsnspam.com/newstrax/ |
|
|
JK_Bowman
New Member
USA
60 Posts |
|
wedont
Junior Member
Canada
344 Posts |
Posted - 03 December 2000 : 19:13:48
|
Waiting number2, Just posted for the e-mail notification (sorry JK for the false hope!)
wedont
|
|
|
Eyad
Starting Member
Saudi Arabia
11 Posts |
Posted - 04 December 2000 : 05:25:12
|
waiting too .. and to be notified by mail <img src=icon_smile.gif border=0 align=middle>
Live and Learn .. No matter what you earn .. Money or knowledge .. From the market or the college |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 07 December 2000 : 13:53:37
|
I really would LOVE to see this feature being implemented in the newest version. Please put me on the "email list" awaiting future release also.
Thank you.
Cheers, Tim
http://www.free-guestbook.com |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 December 2000 : 14:32:22
|
JK Bowman,
what version of the forum are you using?
The line in question (line 268) looks like it might be:
line 391 in v3.1 Final
line 355 in v3.1 sr2 (the current release version)
as for the 2 </font></p> - I think there should only be 1
Edited by - Richard Kinser on 08 December 2000 12:57:07 |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 08 December 2000 : 12:28:51
|
Richard, Have you by any chance implemented the polls on the SQL Server also with the private messaging and all other changes? The poll would be an outstanding addition and I'd love to use it .. that is, if you have the files available.
Thanks.
Cheers, Tim
http://www.free-guestbook.com |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 08 December 2000 : 12:32:05
|
Tim,
No, I haven't implemented them, but I'll give it a shot and let you know. |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 08 December 2000 : 12:39:16
|
Richard, No big deal, it's just it appears that alot of things are different between versions and I don't want to mess up my live version I have running now.
Thanks for your help.
Cheers, Tim
http://www.free-guestbook.com |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 08 December 2000 : 13:01:13
|
I'm finding alot of stuff different, but not hard to fix. I'll test it and then put it on a test site for you to look at first, and then decide if you want to use it. |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 08 December 2000 : 14:13:57
|
Rich, Thanks for everything, I do really appreciate your efforts.
- Tim |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 08 December 2000 : 15:45:21
|
Has anyone successfully installed this from the instructions given? If I go by the dbupdate_poll.asp file, then there are some missing datafields. If I go by the database setup that was posted in a previous message, there is a whole other table that isn't included in the dbupdate_poll.asp. I've tried for awhile to get this to work but it's trying to insert data into fields that aren't there.
Phynias, you might want to go back over everything and rewrite the install instructions for this. Especially the database setup.
I can't install it as it is right now.
Sorry Tim... I tried. |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 08 December 2000 : 16:00:44
|
Richard, I looked into it but it appeared to have alot missing also but I thought I just might be overlooking things. Thanks for your efforts.
Cheers, Tim
http://www.free-guestbook.com |
|
|
Topic |
|