I made a small change in default.asp to make the
word Members in the statistics a link to
the members.asp page.
I changed line #934 from:
Response.Write Member_Count & " of " & User_Count & " Members have "
to:
Response.Write Member_Count & " of " & User_Count & " <span class=""spnMessageText""><a href=""members.asp"">Members</a></span> have "
I left the instance of a single member alone as
I didn't think if only one member that it needed
it, but it would be just as easy to change it on
line #932
I was going to put this in the mod forum, but I
didn't think of it as a mod and I really felt
like it was better here as this is something
simple I think should be added to the code.
I was also wondering if the word Members should
be capitalized or not?