Recent content by dbsDev

  1. D

    XF 2.2 post install questions

    just as a followup, I have confirmed that regardless of the import setting(s) that users with duplicate email addresses are not being imported from phpBB. From looking at the user registration settings in the options in Admin, I can see no option that would allow future accounts to have...
  2. D

    XF 2.2 post install questions

    Thanks for the reply Mike... but.. :) I did 2 new imports this morning, obviously nuking the xf_ tables to start with. Automatically merge users with the same email unchecked Automatically merge users with the same username unchecked created 1982 users Automatically merge users with the same...
  3. D

    XF 2.2 custom functions

    From what I can tell, I don't think the API will work. The big issue is with the user password. I need it being "clean" so that I can encrypt it to the methods we use, which of course, are way different than what you folks use. Not an informed user of XF at this point, and I am guessing that...
  4. D

    Not a bug import from phpBB 3.3 into xf 2

    Our gaming website uses the phpBB forums to populate our gaming lobby table data. It is critical that any users in the gaming table also be in the forum users table, since the gaming client validates that the forum account exists, otherwise they get kicked out. And of course, if the user tries...
  5. D

    XF 2.2 post install questions

    ok, solved the Google issue... just disabled the site map features. With that said, there is a huge discrepancy with the users imported from phpBB. I've done some database checking and I found that our gaming table has 376 entries for users that are NOT in the xf_users table, and 418 users are...
  6. D

    XF 2.2 custom functions

    We are in the process of changing from phpBB 3.3 to XF 2.2. Importing and converting of the BB data into XF has gone "fairly well", although there is a rather large difference in the user accounts tables between the 2 forums. Anyway, with that said, we currently run 3 custom functions in the BB...
  7. D

    XF 2.2 post install questions

    We run a gaming server system, and have been using phpBB since 2006 when we first started. The forum software has 3 added functions so that when a few things happen, our gaming database is updated. First is when a new user is created, we have to populate that in our database, and 1 each for when...
Back
Top Bottom