I've tried to search for this but couldn't find anything. I run a Snitz forum and would like Forum Admin and Moderators to see the users real name and e-mail address in the left column for every post. This should be in topic.asp but I haven't really found out how to do it. I'm using MS SQL as the database.
Only Moderators and admins? Have you got any other mods installed? Post a text version copy of your topic.asp file and I'll walk you through the changes.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
You'd follow the same basic steps as the "Joined Date" MOD posted a while ago, but when you get to displaying the data, you only do that if mlev >= 3 (I think that will cover mods & admins)
Laser, awesome! Found the topic about "Joined Date", changed the column name to M_EMAIL + did some other minor changes in the code and it worked perfectly. Thanks!