Hi DownloadsII Users
If i change a Users nickname in vbulletin, the database tables of DownloadsII did not change. the column
dl_downloads.user
Code:
UPDATE `vb3_dl_downloads` SET `user` = "xyz" WHERE `userid` = 123
or
dl_files.uploader
Code:
UPDATE `vb3_dl_files` SET `uploader` = "xyz" WHERE `uploaderid` = 123
or
dl_comments.author
Code:
UPDATE `vb3_dl_comments` SET `author` = "xyz" WHERE `authorid` = 123
or
dl_images.uploader
Code:
UPDATE `vb3_dl_images` SET `uploader` = "xyz" WHERE `uploaderid` = 123
are existing with the old "username".
Is there any possibility to
mass-update / mass-sync all nicknames in the DownloadsII tables with the actually existing nicknames in the vbulletin user table?
Thank you 4 ur support