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/O Code)
 Rabble Mod?
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

wizards2k
Starting Member

30 Posts

Posted - 07 April 2003 :  23:02:41  Show Profile
Is there a rabble mod, or a mod that lists all the Mod/Admins, for the basic Snitz forum?

I've looked repeatedly everywhere.

Thanks

MyGolfer Tour
http://mygolfer.net/forum/

Steve D.
Average Member

USA
640 Posts

Posted - 07 April 2003 :  23:38:02  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
you coul try this...

http://www.shnforum.com/forum/topic.asp?TOPIC_ID=1246

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

wizards2k
Starting Member

30 Posts

Posted - 08 April 2003 :  10:04:26  Show Profile
Thanks, didn't work. I tried the about.asp earlier also from SH, same error. I'll play around with it some more, maybe get it to work.

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/forum/about.asp, line 37


strSQL = "SELECT MEMBER_ID FROM " & strMemberTablePrefix & "MEMBERS WHERE M_LEVEL > 1 ORDER BY M_LEVEL DESC, " & strMemberTablePrefix
set rsStaff = my_conn.execute( strSQL)

MyGolfer Tour
http://mygolfer.net/forum/
Go to Top of Page

wizards2k
Starting Member

30 Posts

Posted - 08 April 2003 :  11:06:12  Show Profile
Update... It doesn't work due to the variable names in respect to the avatars. I just took that out, along with most the other staff. For my staff page, I just needed the names and contact info.

http://mygolfer.net/forum/about.asp

It works and I'm just working on customizing it now.

MyGolfer Tour
http://mygolfer.net/forum/
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 08 April 2003 :  11:09:35  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
Glad you got it working.

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 20 April 2003 :  20:34:34  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
I tried getting this rabble mod to work and have the avatar but asking for a colum M_PHOTOID
http://www.weeweeslap.com/forum/about.asp
anyone know what other mods this raable uses? I'm on snitz 3.4.03 if that matters

coaster crazy
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 20 April 2003 :  21:18:46  Show Profile  Visit dayve's Homepage
The Rabble mod was very poorly coded. I cleaned it up a little bit and use it on my forum but I call it The Wretched

http://www.burningsoulsforum.com/about.asp

here is the code:

The Rabble (tweaked)

Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 20 April 2003 :  22:00:35  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
nice! Thanks dayve!
I uploaded it, here is the page
http://www.weeweeslap.com/forum/aboit.asp ( yes aboit, for not)
I noticed the people that have avatars only get a dot displayed in the picture ID. Shouldn't it still have the no photo icon or show the full avatar? Just curious, but it works1 I appreciate this dayve!

coaster crazy

Edited by - weeweeslap on 21 April 2003 01:26:19
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 21 April 2003 :  01:16:38  Show Profile  Visit dayve's Homepage
This is my noavatar.gif



I'm also using a dynamic resizing routine for my avatars. After looking at your page I can see its not completely configured correctly. I can see a 1x1 pixel image on shaggszgn's profile. This may be because of URL referencing. Do you allow external avatar referencing? I allow my members to upload their images instead which is why this resizing routine is pretty cool..


Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 21 April 2003 :  01:24:56  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
yes I do allow external avatar referencing, but I upload all the avatars and I am using the absolute links ( i.e. http://www.weeweeslap.com/forum/avatars/server%20down.gif and same with all other avatars, I'm not ../forum/avatars/etcetc.jpg)

coaster crazy
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 21 April 2003 :  12:49:50  Show Profile  Visit dayve's Homepage
in the Sub GetPicFileInfo routine, look for this line:

Set ts = fso.OpenTextFile(Server.MapPath("/forum/" & i_sFilename))

make sure it is pointing to where your avatars are stored...

Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 21 April 2003 :  15:17:16  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
ok I changed that and it displays it as 1 pixel by 1 pixel LOL I noticed a whole lot fo code that sets the height and width but I'm at a lost. LOL avatars are all 96 by 96 pixels, can you help me further so I can set this fixed width and height? Thanks dayve!!!

coaster crazy
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 21 April 2003 :  16:34:41  Show Profile  Visit dayve's Homepage
you need to have the File System Object enabled, and read rights in the avatar directory.

Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 22 April 2003 :  11:22:50  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
hi, I got confirmation from my host that both are enabled, but still same thing with the 1 by 1 pixel bliking dot.
http://www.weeweeslap.com/forum/aboit.asp

coaster crazy
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 22 April 2003 :  14:42:58  Show Profile  Visit dayve's Homepage
let me get this straight, you have all the avatars in one directory and that directoy name is exactly correct in this path statement?

Set ts = fso.OpenTextFile(Server.MapPath("/forum/" & i_sFilename))

Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 22 April 2003 :  15:26:10  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
yes sir!

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