rgarg Starting Member
30 Posts
D3mon Senior Member
United Kingdom 1685 Posts
quote:Originally posted by D3monBy default Snitz will create all it's tablenames with a prefix of 'FORUM_' like:FORUM_MEMBERSFORUM_FORUMFORUM_CATEGORY etc..So long as you dont currently have an tables called FORUM_[something] you'll be ok.if you change these lines in config.asp (around line 50):strTablePrefix = "snitz_"strMemberTablePrefix = "snitz_"then the new tables Snitz creates will all be prefixed with these words like:snitz_MEMBERSsnitz_FORUMsnitz_CATEGORY etc..this way you can run many different Snitz forums from one database.