e3stone
Average Member
USA
885 Posts |
Posted - 21 April 2001 : 16:45:46
|
My voting poll has been working fine up until about 15 minutes ago. The only changes I've made have been to add some code to display the total members to my forum. I got that code from here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=8403&FORUM_ID=26&CAT_ID=17&Topic_Title=HOW+MANY+MEMBER&Forum_Title=MOD+Add%2DOn+Forum+%28W%2FO+Code%29
Now, my poll disappeared. I don't know if this two things are related or not. I into the poll page code and changed quote: if (strAdminPolls = "1") then '## Forum_SQL - Get Poll strSql = "SELECT....
to this: quote: if (strAdminPolls <> "1") then '## Forum_SQL - Get Poll strSql = "SELECT
and then the poll displays fine. Anyone have a clue as to what this problem is?
Thanks, Eric
Edit: Nevermind. It was a stupid mistake on my part. I added the code to config.asp and uploaded it, but I forgot that I was keeping the config.asp that came with the poll and the original config.asp in seperate places...simply uploaded the wrong config.asp. opps. Its been one of those days......
Edited by - e3stone on 21 April 2001 17:08:54 |
|