Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Snitz Polls (voting) addon
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

JK_Bowman
New Member

USA
60 Posts

Posted - 25 October 2000 :  18:55:51  Show Profile  Visit JK_Bowman's Homepage  Send JK_Bowman an ICQ Message
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
Go to Top of Page

JK_Bowman
New Member

USA
60 Posts

Posted - 31 October 2000 :  00:13:22  Show Profile  Visit JK_Bowman's Homepage  Send JK_Bowman an ICQ Message
<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
Go to Top of Page

phynias
New Member

USA
64 Posts

Posted - 31 October 2000 :  00:20:43  Show Profile  Visit phynias's Homepage  Send phynias an ICQ Message
<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/
Go to Top of Page

JK_Bowman
New Member

USA
60 Posts

Posted - 01 November 2000 :  16:07:17  Show Profile  Visit JK_Bowman's Homepage  Send JK_Bowman an ICQ Message
Thanks, Phynias...

I will eagerly await.. :)

J.K. Bowman
http://spider-food.net/forum
Go to Top of Page

wedont
Junior Member

Canada
344 Posts

Posted - 03 December 2000 :  19:13:48  Show Profile
Waiting number2,
Just posted for the e-mail notification (sorry JK for the false hope!)

wedont

Go to Top of Page

Eyad
Starting Member

Saudi Arabia
11 Posts

Posted - 04 December 2000 :  05:25:12  Show Profile  Visit Eyad's Homepage  Send Eyad a Yahoo! Message
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
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 07 December 2000 :  13:53:37  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 December 2000 :  14:32:22  Show Profile
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
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 08 December 2000 :  12:28:51  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 08 December 2000 :  12:32:05  Show Profile
Tim,

No, I haven't implemented them, but I'll give it a shot and let you know.
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 08 December 2000 :  12:39:16  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 08 December 2000 :  13:01:13  Show Profile
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.
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 08 December 2000 :  14:13:57  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
Rich,
Thanks for everything, I do really appreciate your efforts.

- Tim
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 08 December 2000 :  15:45:21  Show Profile
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.
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 08 December 2000 :  16:00:44  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
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
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07