Is it possible to have the ip logging show to only admin, and mot to moderators?
I searched here, and looked at the topic.asp, but it isn't anything I can figure out myself.
If I am correct, this is the spot where the ip image shows in posts..
(broke up the one line of coding for side scrolling purposes)
if (strIPLogging = "1") then
if (AdminAllowed = 1) then
Response.Write " <a href=""JavaScript:openWindow('pop_viewip.asp?" & ArchiveLink &
"mode=getIP&REPLY_ID=" & Reply_ReplyID & "&FORUM_ID=" & Forum_ID &
"')"">" & getCurrentIcon(strIconIP,"View user's IP
address","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
end if
end if
Thanks,