I want to use Snitz Forum as a very simple forum for a running club forum. What I want to do is simply replace the label names on the ASP pages, e.g. Instead of 'User Name' I want to use 'Nick Name' Instead of (say) 'City' I want to use 'Club Name' 'Country' is OK. And that's about it. It's not a matter of changing the field names in the database, only the labels on the viewed pages. I've looked at the ASP coding in the ASP pages, but I'm afraid I'm not that advanced in ASP coding. I've done a bit, but the coding in there is awesome. Hope someone can help me as this application is just what I want.
The labels that you are looking for are in inc_profile.asp and pop_profile.asp and are easy to change. Just do a search for the label and change them to suit.