YAFLogo

Posted by: chadclund - Tuesday, 7 March 2023 16:18:40
OK, so just a couple of quick questions before I download and try out this forum system. I have an existing forum system (.NET/MSSQL) for a client and would need to: 1. Import existing members (and threads) into the new YAF forum 2. Manage membership outside of the forum system (our members are monthly membership) (other parts of the website have member only access pages). 3. All of my current forum is hard coded (no API or .NET membership roles), member data is MSSQL encrypted and stored. That being said, how hard will it be to switch over to this system? I know that my questions are very broad here, and I am just looking for a birdseye view. Thank you in advance

Posted by: tha_watcha - Wednesday, 8 March 2023 09:49:54
Technically it should be possible to do. The only problem would be to import the passwords. If you store them correctly and you cant decode them then the only solution would be to reset all password and notify users of a needed password reset. For importing the users you have 3 options to import them... [list=1] [*]Use the User Importer to import users from an xml oder csv file [*]import them via an sql script [*]import them via code [/list] When the users are imported then you can also manage them outside the forum inside the website.

Posted by: chadclund - Wednesday, 8 March 2023 13:24:51
Yes, I can decrypt through code before creating a csv. Thank you for your response and clarifying

Posted by: chadclund - Thursday, 16 March 2023 17:00:34
What about importing existing forum posts from another system? Just gotta do it my hand?