YAFLogo

ewitcher
  • ewitcher
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
So I have membership integration working on our site that users ASP.NET Membership and YAF. However, the users are not imported into the yaf_User table until the first time that the user clicks through to the forum.

I want to make sure all the users get imported even if they never click through to the forum. Is there a stored procedure or other method for doing this? Thanks!

Sponsor
dieseldaryl
15 years ago
I'm trying to figure out the same sort of thing. I thought about writing a quick VB script to call CreateUser for each of the users in my custom db.

I've also found that in my case the users are not being created the first time that a user clicks through to the forum. I've got YAF running as a control in the same app as my existing app, maybe that has something to do with it?

ewitcher
  • ewitcher
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
I ended up diving into the YAF source code to accomplish this, and it was pretty complex. My client also had some weird requirements that required a custom build of the forum.

If anyone wants more information on how I got this done, reply and I'll try to give an outline of what I did, or PM me. I did learn a lot about the forum internals though, so that's probably a good thing.