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: General / Classic ASP versions(v3.4.XX)
 Member viewing statistics . . .
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

welcome2
Starting Member

6 Posts

Posted - 23 October 2004 :  19:23:46  Show Profile
Hi, hope this in the right forum, if not please forgive me.

Have just been awarded the task of admin for forums using Snitz. All is fine, great and straightforward except:

As an admin when i view the members list I can see when people last logged on, as a member the last logged on column disappears. Is there any way that snitz can be configured to show this to all user levels? I only have admin access and cannot access server this is stored on!!!

Client has requested this feature and I can't see how to resolve other than making everyone an admin or moderator (no-way!)

All help MUCH appreciated.

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 23 October 2004 :  20:36:30  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
This would require a modification of the code, you won't be able to change this without access to the files.

Here's the required change anyway:

Find the following code in members.asp (approx. lines 453-455):
		if mlev = 4 or mlev = 3 then
			Response.Write	"                <td bgcolor=""" & CColor & """ align=""center"" nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & ChkDate(Members_MemberLastHereDate,"",false) & "</font></td>" & vbNewLine
		end if
and replace it with the following code:
		Response.Write	"                <td bgcolor=""" & CColor & """ align=""center"" nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & ChkDate(Members_MemberLastHereDate,"",false) & "</font></td>" & vbNewLine
(or remove the red code).

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

welcome2
Starting Member

6 Posts

Posted - 23 October 2004 :  21:02:47  Show Profile
OneWayMule, thanks for your swift and helpful reply. Now I know it's possible i will forward to our hosting company and get them to amend.

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