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)
 Inactive Users v1.10 for snitz 3.4.x
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 9

burthold
Junior Member

USA
426 Posts

Posted - 09 September 2002 :  13:54:26  Show Profile  Visit burthold's Homepage
UPDATE!

As most of you may have figured out, I no longer support this mod. I have put the download link back up and it will stay that way for as long as it takes for someone to take this thing over. This mod is covered under the GPL so, have fun. I also will attempt to help you if I can but keep in mind I haven't worked with snitz in about two years now!

Wes


Title:
Inactive Users

By:
- Author: Sean Gorman (MotoX), Wesley Brown (burthold)
- Original by: Sean Gorman (MotoX)
- Download: http://www.wesworld.net/mods/default.asp
- Filename: inactiveusers33v1.zip

Please read everything before proceeding!!

Compatibility:
Snitz Forums v3.4.x
Tested on:
Server: Windows 2000/IIS5
Database: MS Access, MSSql, MySql
Client: IE5.5/6

Version History:

v1.1 09/17/2002
Moved to GetCurrentIcon for all those functions
Added and E-Mail all inactive users option. **** WARNING **** can be slow on large user groups.

v1.00, 09/09/2002
This is the first release of this Mod.
Tested by myself and Sean

Ease of Installation (1 - Easy - 10 Hard): 1

Description:
This mod allows the Administrator to cleanup inactive users. You can send a warning message to the user

Installation:
1.
First of all make a backup of your current forum files and current database.
Copy the files into your forum directory.

2.
Note:
The line numbers provided below are from the original forum file.
A line number is only an indication where to look. Please Compare the code.

Apply the following changes:

'#:#
----------------------------
'#: File -> admin_home.asp
----------------------------
------------------------------------------
'#: Around line #94 find this code:
------------------------------------------

" <LI><span class=""spnMessageText""><a href=""admin_newspost.asp"">Add News</a></LI>" & vbNewLine & _

----------------------
'#: Insert This:
----------------------
'# line #94
" <LI><span class=""spnMessageText""><a href=""admin_inactive_users.asp"">Inactive Users</a></LI>" & vbNewLine & _

4.
That's it!

Enjoy the mod.
Please post any problems at http://forum.snitz.forum or send me an email at burthold@yahoo.com

Edited by - burthold on 08 July 2004 18:22:08

cbovis
New Member

United Kingdom
91 Posts

Posted - 09 September 2002 :  14:39:18  Show Profile
sweet mod dude, i seen this on phpbb b4 should be a nice addition to snitz

Thanks

DJNeuphoria


Go to Top of Page

kirgy
New Member

Germany
95 Posts

Posted - 09 September 2002 :  14:50:09  Show Profile  Visit kirgy's Homepage
Nice, but what exactly do you mean with inactive. Do we talk about "0" poster?
I donīt need a forum full of n/a's

Kirgy
-------------
http://www.kirgy-web.de
Go to Top of Page

Etymon
Advanced Member

United States
2383 Posts

Posted - 09 September 2002 :  15:03:48  Show Profile  Visit Etymon's Homepage
quote:
Originally posted by kirgy

Nice, but what exactly do you mean with inactive. Do we talk about "0" poster?
I donīt need a forum full of n/a's



On 3.3.xx version you can hard code the boundry criteria in days like 30, 60, 90, 120, etc., and for those members who are inactive outside of that boundry, you are given the choice to email them or delete them if I remember correctly. Maybe Wes can post a screenshot of what it looks like now. It really is a nice addition to have.

Thanks Wes for the MOD!

Etymon
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 09 September 2002 :  15:28:01  Show Profile
In the new version, it is no longer hard-coded (except for the default setting). There is a form to input your "Inactivity" in days. If you don't want "n/a's" all over your board, just set the inactivity period out to match your archive timeframe.
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 09 September 2002 :  16:06:29  Show Profile  Visit burthold's Homepage
here is a screen shot



Cheers,
Wes

Edited by - burthold on 09 September 2002 16:07:57
Go to Top of Page

ajhvdb
Junior Member

Netherlands
392 Posts

Posted - 09 September 2002 :  19:15:53  Show Profile
Maybe?

Couldn't you delete the user and update the users topics and replies with a (existing) dummy user ID.


Edited by - ajhvdb on 09 September 2002 19:16:44
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 09 September 2002 :  19:38:30  Show Profile  Visit crash's Homepage
it's not fully snitz 3.4 compatible because it does not use the getCurrentIcon function for the images icon_email.gif, icon_profile.gif and icon_trashcan.gif.

also, the folder listing at the top of the page (All Forums, Admin Home, etc.) does not use the getCurrentIcon function.

change it and it is a nice mod.

just my 2 cents...

cHosting.nl
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 09 September 2002 :  19:49:05  Show Profile  Visit burthold's Homepage
I've never heard of the getCurrentIcon for the images can you explain the useage? What else would a mod need to have in it to be 3.4 compliant? I haven't seen any documentation on anything like that. I personally think its a nice mod anyway
Go to Top of Page

MotoX
Junior Member

201 Posts

Posted - 09 September 2002 :  20:31:07  Show Profile
quote:
Couldn't you delete the user and update the users topics and replies with a (existing) dummy user ID.

could you explain that a little more??
quote:
it's not fully snitz 3.4 compatible because it does not use the getCurrentIcon function

I didn't know that use of that function was a requirement for releasing 3.4 mods. I must have missed that one in the manual.
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 10 September 2002 :  00:49:25  Show Profile  Visit crash's Homepage
3.4 uses the getCurrentIcon function. look into inc_iconfiles.asp to see the list of used icons. have a peek at any admin page - near the top - to see how they code the icons using the getCurrentIcon function.

it is a nice mod, that i would have to agree!

cHosting.nl
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 10 September 2002 :  01:07:52  Show Profile  Visit burthold's Homepage
Thanks, I'll check it out. None of my 3.4 mods use it at all.

Thanks crash!

Wes
Go to Top of Page

Etymon
Advanced Member

United States
2383 Posts

Posted - 10 September 2002 :  01:38:24  Show Profile  Visit Etymon's Homepage

Very, very nice, Wes and Sean!

Thanks a lot for the MOD and the screenshots!

Etymon
Go to Top of Page

ajhvdb
Junior Member

Netherlands
392 Posts

Posted - 10 September 2002 :  03:16:05  Show Profile
quote:
Originally posted by MotoX

quote:
Couldn't you delete the user and update the users topics and replies with a (existing) dummy user ID.

could you explain that a little more??



User= Richard K.
MemberID = 400

If you decide to delete this user. The existing topics and replies get "n/a"

Now if I have an existing user:
User= Anonymous
MemberID = 56

and with this Mod delete user 400. I would like to change the memberID 400 in the existing topics and replies to memberID 56. This way you don't get "n/a" but "anonymous".

Go to Top of Page

snerdley
New Member

USA
65 Posts

Posted - 10 September 2002 :  03:21:40  Show Profile
Nice mod, thanks! Without the getCurrentIcon function, if the images are in another folder other than the default, they don't get picked up. Thus the missing images on admin_inactive_users.asp. I just changed each of the three paths manually to:

/images/forum/icon_whatever.gif

where I keep my images, and voila! I don't know enough to try and incorporate the getCurrentIcon function anyway!

snerd



snerd
Go to Top of Page

zoomdubai
Starting Member

25 Posts

Posted - 10 September 2002 :  07:23:08  Show Profile  Visit zoomdubai's Homepage
can you add another option that will Email to All specified message inspite of clicking and sending to each of the members.

It'll be very much helpful.
Go to Top of Page
Page: of 9 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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07