Is there any way that I am able to point the signup feature and profile of the snitz forum to my own members table, so that the user doesnt have to signup twice?
The forum will be a new addition so I dont want to have to copy each user from my original table to the snitz table.
This question's come up a few times before. If I remember right, you'll probably have to modify the login process in inc_header.asp, and you'll probably have to make sure certain information is in your site's cookie.
I wish I could be more specific, but this is just off the top of my head. If you do a search you should be able to find more info... I'll try a quick search a little later (I'm at work now and technically shouldn't be on here...) and I'll see what I can come up with if you haven't found anything by then.
I had a similar issue. I solved it by exporting all my members to Snitz member table and created corresponding SHA-password. When new members register on my original site I send all data to Snitz-member table and after that I use Snitz-security on all my original pages. I understand that you have another solution but if you would like to know more about "my way" (hm, with very much help from Snitzers) please let me know and I will search for expert-links on this forum and send you my lines of code for doing it.