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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Sigh Help With Poll Mod Please
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 4

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 31 March 2001 :  11:06:30  Show Profile
I'm not quite sure what I'm looking at. Can you explain to me what the screen shot is showing?

Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 31 March 2001 :  11:15:49  Show Profile
hay blackinwhite on your main forum how did u change the color of your forum title to a image call colorstripe? i been trying to figure that out

Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 31 March 2001 :  11:26:25  Show Profile
quote:

I'm not quite sure what I'm looking at. Can you explain to me what the screen shot is showing?



actually, in a page whic has 1 topic, the page(topic.asp) shows the same message twice in a different form on the same page.

I have updated the post.txt file above.

and Raichelle, here is a simple code, you should add a background image to the header cells. Like this,

<td align="center" bgcolor="<% =strHeadCellColor %>" background="colorstripe.gif"><b><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"> </font></b></td>


Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 31 March 2001 :  11:51:45  Show Profile
Raich, updated your files with the poll mod code.

blackinwhite, the file above is the topic.txt file.

Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 31 March 2001 :  12:09:25  Show Profile
i still see the same error message


Admin Options

All Forums
Admin Section
Poll Configuration


Microsoft JET Database Engine error '80040e07'

Data type mismatch in criteria expression.

/rapologist/forum/admin_poll.asp, line 22


Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 31 March 2001 :  12:20:23  Show Profile
sorry, I also mean topic.txt file. (if you want I can give you my ftp password davio,so you can try it yourself.

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 31 March 2001 :  12:33:18  Show Profile
Raich, you haven't selected a poll to make active. You need to select one of the polls that are listed there before you click on the Set Active Poll button.
You only get the error when you haven't selected a poll. Make sure you select the radio button beside the poll you want to make active.

Blackinwhite, are you sure you updated the topic.txt file? You still have the comma missing after the T_MESSAGE.

Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 31 March 2001 :  12:54:20  Show Profile
that mod made me senile

sorry for the inconvenience. I have uploaded it again,you can try it now.

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 31 March 2001 :  13:43:40  Show Profile
Blackinwhite, could you start a new topic in this forum "Help: MOD Implementation". It's getting a bit crowded in here.

And I need some more info. I either need to see first hand the page the duplicate is on, or the screenshot of the entire page. Is the duplicate you're getting on all topics, or is it only when you create a poll?

Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 01 April 2001 :  12:54:36  Show Profile
ok 3 questions.....

why when i place my mouse ontop the announcement fader a message below my screen shows fade. java by blahblahblah name how ever u spell that (how can i take that off?)

2: when i click on the announcement fader to view the announcement i thought it suppose to take me to my page but instead the link end up to http://forum.snitz.com/forum/view_announcements.asp (how can i fix that?)
and finally i heard there is a new member code to add on the announcement (where can i get that?)


thank you
-rai )

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 01 April 2001 :  20:51:54  Show Profile
Hi Raich,
I haven't used the announcement fader, so I can't help you too much. It would be better if you posted a new topic with your questions and the author will see it and respond accordingly.

But for #1, I think that is built into the applet. No way to change that. That's how the author of the fader made it.
#2, you probably would have to modify the url the fader points to. if you have it point to "view_announcements.asp" you would need to change it to something like this "http://mywebsite.com/myforum/view_announcements.asp". But since I've never used it, I'm just guessing.

But do what I mentioned above, and the author will help you out. :-)

Go to Top of Page

mama2000
Junior Member

Canada
100 Posts

Posted - 11 April 2001 :  16:56:48  Show Profile  Visit mama2000's Homepage
Hi!
I haven't uploaded my pages yet, so not sure if I'll have any more questions, but I am kind of stuck here...

I have to insert this part of the code on topic.asp
 <% 		' ################ Poll Mod ###################
if (strUserPolls = "1") or (mlev = 4 or mlev = 3) then %>
 <a href="post.asp?poll=1&method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>"><img src="pin.gif" height=15 width=15 alt="Add Poll" border=0></a> <a href="post.asp?poll=1&method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>">Add Poll</a><br>
<% end if
' ############################################


But where that is supposed to go(at least as far as I can figure) I have this.

'############### READ/WRITE ACCESS ###########################
if cInt(strPrivateForums) < 11 or AdminAllowed = 1 then
if ((rsCStatus("CAT_STATUS") = 1) and (rsFStatus("F_STATUS") = 1)) then %>
<a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>"><img src="<%=strImageURL %>icon_folder_new_topic.gif" height=15 width=15 border=0></a> <a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>">New Topic</a>
<% else
if (AdminAllowed = 1) then %>
<a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>"><img src="<%=strImageURL %>icon_folder_locked.gif" height=15 width=15 border=0></a> <a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>">New Topic</a>
<% else %>
<img src="<%=strImageURL %>icon_folder_locked.gif" height=15 width=15 border=0> Forum Locked
<% end if
end if
end if
'############### READ/WRITE ACCESS ###########################


Help???

I just found this in forum.asp too. It's the last modification on the page. :)

Thanks,

:)
Kelly
http://theparentsite.com/club/default.asp

Edited by - mama2000 on 11 April 2001 17:33:21
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 11 April 2001 :  23:37:18  Show Profile
'############### READ/WRITE ACCESS ###########################
if cInt(strPrivateForums) < 11 or AdminAllowed = 1 then
if ((rsCStatus("CAT_STATUS") = 1) and (rsFStatus("F_STATUS") = 1)) then %>
<a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>"><img src="<%=strImageURL %>icon_folder_new_topic.gif" height=15 width=15 border=0></a> <a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>">New Topic</a>
<% ' ################ Poll Mod ###################
if (strUserPolls = "1") or (mlev = 4 or mlev = 3) then %>
<a href="post.asp?poll=1&method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>"><img src="pin.gif" height=15 width=15 alt="Add Poll" border=0></a> <a href="post.asp?poll=1&method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>">Add Poll</a><br>
<% end if
' ############################################ %>

<% else
if (AdminAllowed = 1) then %>
<a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>"><img src="<%=strImageURL %>icon_folder_locked.gif" height=15 width=15 border=0></a> <a href="post.asp?method=Topic&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID") %>&Forum_Title=<% =ChkString(Request.QueryString("FORUM_Title"),"urlpath") %>">New Topic</a>
<% else %>
<img src="<%=strImageURL %>icon_folder_locked.gif" height=15 width=15 border=0> Forum Locked
<% end if
end if
end if
'############### READ/WRITE ACCESS ###########################



Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 11 April 2001 :  23:47:24  Show Profile
If anyone else has a problem with the poll mod, please post a new topic and not in this one. MisterVB started his own topic for his own problem and now everyone is coming to this one topic to post a problem about the polls.
Please post a new topic so this place won't get so crowded. Thanks

Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous 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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07