Hello, maybe this is a question for active users mod but im trying to slowly convert my whole site to snitz. I have regular pages and would like to add these pages to the active users. Other bbs's had a couple of includes that i could include on each page that would "track" them.. snitz includes (header) takes over the whole site.. i just want to insert something at the top of the page to show that a "guest" or registered user is visiting..
Another thing is that most of my users have cookies planted by me earlier.. I could use this information and give it to snitz so it actually knows whos visiting even if they dont log in.
So i've solved that problem on my own. My new problem stems from the fact that I have two different databases with two distinct Member_ID's Im trying to sync them right now (by somehow forcing the snitzdb to use my old custid's.. i did it before so I know it can be done with some access trickery. Im just not sure how new members will go.. one step at a time . .
I solved this problem on my own too. Perhaps I should just answer all my own post.. I just love talking to myself
This is what I did (though not recommended for reasons i dont know yet)..
I removed the primary key for member_id now i can insert my own values from the other DB for snitz memberDB. This would cause a problem with users trying to register. But since you cannot register from the board (i shut it off) This may not be a problem