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)
 Poll Mod
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 15

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 August 2002 :  18:34:25  Show Profile
From the looks of it, it seems like it is going to be after the 3.4 version comes out. Because I am working on a MOD Guide for the 3.4 version and I am working on it overtime. So I hardly have time to code anything else.

Sorry to keep you waiting so long on it Aaron. I really wanted to work on it and release it long ago but my first priority is working on the 3.4 version.

«-----------------------------------»
Join the Snitz Forums WebRing !
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 07 August 2002 :  22:24:41  Show Profile  Visit Aaron S.'s Homepage
Hmm... work on the next Poll MOD that a few people want... or 3.4 which every one wants... tough choice!

It was actually much easier than I remember to load it this time (I was a Snitz newbie when I did it last time). I got Avatar, Poll and Active Users going in under an hour.

Let me know if I can help you in any way,

--Aaron



DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

scherry
Starting Member

USA
2 Posts

Posted - 20 August 2002 :  15:18:25  Show Profile
With regards to the current version of the poll mod. We have run into an issue with the limitation of characters in the M_poll field in the forum_members table (sql). Our poll section is now above 150 polls and with a person voting on each poll we have users that have exceeded the 255 charlimit quickly.

Do you have a quick fix available for this? Currently we changed the m_poll field from 255 to 4000, but were looking for any other input.

Thanks!
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 August 2002 :  01:58:11  Show Profile
You can change the field to a MEMO type.

In the next update of the poll mod it will be stored in a new table. So size won't be a problem.

Support Snitz Forums
Go to Top of Page

ClanRegister
Starting Member

United Kingdom
21 Posts

Posted - 25 August 2002 :  09:14:04  Show Profile  Visit ClanRegister's Homepage  Send ClanRegister an ICQ Message
Does anyone has the poll mod working with snitz version 3.4?

I downloaded the mod and converted all the files to poll mod sections to response.write and pasted in very carefully.

However I've got a couple of errors which I cannot resolve.

Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/forum/admin_poll.asp, line 210

I've done some basic checking and it appears my_conn isn't setup.

Regards,
Sy

http://www.clanregister.com
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 25 August 2002 :  10:12:49  Show Profile  Visit Aaron S.'s Homepage
You would need use inc_func_common.asp and possibly others... I have not tried to convert it over since a new version will be out soon.

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

ClanRegister
Starting Member

United Kingdom
21 Posts

Posted - 25 August 2002 :  10:27:00  Show Profile  Visit ClanRegister's Homepage  Send ClanRegister an ICQ Message
Looking into it a bit further, the message I reported earlier was caused by me...removing inc_top.asp as there were some re-definitions of variables already defined in config.asp.

I put this back and commented out the duplicate definitions and now it reports.

Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'dWStatus'
/forum/inc_footer.asp, line 40

This is reported by admin_poll.asp when the changes are submitted from the poll configuration menu.

inc_footer.asp is not included as part of the mod

Regards,
Sy

http://www.clanregister.com
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 25 August 2002 :  10:37:47  Show Profile  Visit Aaron S.'s Homepage
I got it to work:

You need:

inc_func_common.asp
inc_func_secure.asp
inc_header.asp

Then you need to change:

Line 244 to:

if ChkForumAccess(rs("FORUM_ID"), MemberID,false) then

Line 273 change ChkDate to ChkDateFormat

That should get you going!

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

ClanRegister
Starting Member

United Kingdom
21 Posts

Posted - 25 August 2002 :  11:44:23  Show Profile  Visit ClanRegister's Homepage  Send ClanRegister an ICQ Message
ty...I managed to figure out that I should replace inc_top.asp with inc_header.asp and include inc_func_common.asp.

Didnt' find the need for inc_secure.asp, however after getting it all to work without errors I'm not convinced its actually working correctly. As I can create and post a poll, but it appears as a regular message. I don't think this is correct, so I think I'll wait for the update for 3.4

Regards,
Sy

http://www.clanregister.com
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 25 August 2002 :  12:43:18  Show Profile  Visit Aaron S.'s Homepage
I was only looking at the admin_poll.asp page... so I can't speak for any other files that needed editing.

--Aaron


DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 August 2002 :  15:45:16  Show Profile
Next time, post your queries in the Help: Mod Implementation forum. This topic is not for reporting errors with the mod. (Not reffering to you Aaron )

Support Snitz Forums

Edited by - Davio on 25 August 2002 15:49:16
Go to Top of Page

ClanRegister
Starting Member

United Kingdom
21 Posts

Posted - 26 August 2002 :  16:25:19  Show Profile  Visit ClanRegister's Homepage  Send ClanRegister an ICQ Message
Sorry, any news on when the 3.4 compatible version will be released?

Regards,
Sy

http://www.clanregister.com
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 August 2002 :  16:34:28  Show Profile
It's the first mod I will be converting to the 3.4 version. I don't know how hard it is going to be to convert it so I can't give an estimate right now.

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 04 September 2002 :  12:30:39  Show Profile
I am testing the new version of the poll mod for Snitz Forums v3.3.03 at my forum. Your input would be appreciated.

After finish testing it, I will port it over to the 3.4 version.

Support Snitz Forums
Go to Top of Page

Coder_1999
Starting Member

USA
16 Posts

Posted - 04 September 2002 :  20:40:59  Show Profile  Visit Coder_1999's Homepage  Send Coder_1999 a Yahoo! Message
Thanks for the work. I will wait patiently.

Coder
"It it weren't for on-line gaming, I could till be using a 286!"
Go to Top of Page
Page: of 15 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.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07