Author |
Topic |
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 07 August 2002 : 18:34:25
|
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 ! |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 07 August 2002 : 22:24:41
|
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 |
|
|
scherry
Starting Member
USA
2 Posts |
Posted - 20 August 2002 : 15:18:25
|
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! |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 25 August 2002 : 01:58:11
|
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
|
|
|
ClanRegister
Starting Member
United Kingdom
21 Posts |
Posted - 25 August 2002 : 09:14:04
|
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 |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 25 August 2002 : 10:12:49
|
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 |
|
|
ClanRegister
Starting Member
United Kingdom
21 Posts |
Posted - 25 August 2002 : 10:27:00
|
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 |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 25 August 2002 : 10:37:47
|
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 |
|
|
ClanRegister
Starting Member
United Kingdom
21 Posts |
Posted - 25 August 2002 : 11:44:23
|
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 |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 25 August 2002 : 12:43:18
|
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 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 25 August 2002 : 15:45:16
|
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 |
|
|
ClanRegister
Starting Member
United Kingdom
21 Posts |
Posted - 26 August 2002 : 16:25:19
|
Sorry, any news on when the 3.4 compatible version will be released? |
Regards, Sy
http://www.clanregister.com |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 26 August 2002 : 16:34:28
|
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
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 04 September 2002 : 12:30:39
|
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
|
|
|
Coder_1999
Starting Member
USA
16 Posts |
Posted - 04 September 2002 : 20:40:59
|
Thanks for the work. I will wait patiently. |
Coder "It it weren't for on-line gaming, I could till be using a 286!" |
|
|
Topic |
|