Quote:
Originally Posted by Chuck S The usergroup they belong to in vbulletin must match the groupid in photopost users table and verify the groupnames are correct in photopost usergroups. |
I did check this. It is correct.
Quote:
Originally Posted by Chuck S Remember one step in the switch usergroups is for you to delete all photopost usergroups except admin change that to group 6 and then go to admin and resync your groups and set permissions accordingly. |
I also did this everytime. But the problem persist. In both db the UG-ID is the exact same, but when I click on the suer's profile within PP, users are sometimes admins, somtimes banned etc. The suernames affectes are totally wrong in those groups.
IMHO this has nothing to do with the script, since all users are now in the database of
vb. And within
vb they are all in the correct group. also the UG-ID of
vb are teh exact same like in PP after the delete/sync process.
So where does PP get the information, that although according to
vb a user is member of usergroup A, it shows online usergroup B?
in the database of
vb, one user has UG-ID 9 (which is correct) the same user in PP database has UG-ID 6 (which is wrong).
There seems to be a step in the code of PP, where it does not take 100% the information provided in the database of
vb.
Wait a moment...
The UG-ID 6 in PP was formerly (before the import) the correct UG-ID for that user. It is usergrouplevel Bronze.
The UG-ID for Bronze is in
vb 9, not 6. In the database of PP after the sync, is the UG-ID for Bronze also 9.
So it seems that PP does not "update" the UG-ID for each user after the sync! It just leaves the users with their old UG-ID from the time before the sync!
Hope that information helps to find the solution.