The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
New Members Mod by Da_Stimulator
For Support post in the Mod Implementation Forum at http://forum.snitz.com
Description: Allows users to see all newly registered members for that day. Download: http://www.stormwhispers.com/snitz_testing/newmembers.zip
Installation: Readme Included Copy newmembers.asp to your forum directory, and make the following
changes to default.asp
Around line 580, add the following:
Mine looks like the below
----------------
Da_Stimulator Need a Mod? My Snitz Test Center
<
For Support post in the Mod Implementation Forum at http://forum.snitz.com
Description: Allows users to see all newly registered members for that day. Download: http://www.stormwhispers.com/snitz_testing/newmembers.zip
Installation: Readme Included Copy newmembers.asp to your forum directory, and make the following
changes to default.asp
Around line 580, add the following:
<tr>
<td bgcolor="<%=strForumCellColor%>" colspan="<% if (strShowModerators = "1") or (mlev = 4 or mlev = 3) then response.write("7") else response.write("5") end if%>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><a href="newmembers.asp">View today's New Members</a></td>
</tr>
Mine looks like the below
rs.close
set rs = nothing
ShowLastHere = (cint(ChkUser2(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"))) > 0)
%>
<tr>
<td bgcolor="<% =strCategoryCellColor %>" colspan="<% if (strShowModerators = "1") or (mlev = 4 or mlev = 3) then Response.Write("7") else Response.Write("5") end if %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" size="+1"><b>Statistics</b></font></td>
</tr>
<tr>
<td bgcolor="<%=strForumCellColor%>" colspan="<% if (strShowModerators = "1") or (mlev = 4 or mlev = 3) then response.write("7") else response.write("5") end if%>"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><a href="newmembers.asp">View today's New Members</a></td>
</tr> <tr>
<td rowspan="<% if ShowLastHere then Response.Write("5") else Response.Write("4") end if %>" bgcolor="<%= strForumCellColor %>"> </td>
<%
if ShowLastHere then
%>
----------------
Da_Stimulator Need a Mod? My Snitz Test Center
<