Feel free to post where you like.
Code: Select all
Can users have the same ID from phpBB in the WordPress ?
The plugin work by usernames, not by ID. It maintain linked users recognizing usernames and not IDs, that's more easy and allow several benefits that an integration by IDs can't give, into different cms.
Believe me, i installed the plugin somewhere, with peace of mind over the disaster others developers was doing. The fact that this plugin works by usernames, and not by ids, allowed awesome switches without broken things. To say just one, last time some site developers reinstalled and reconfigured all wp Member Press plugin: they reinstalled member press and imported users in WP via memberpress.
A disaster. S when in trouble, they asked help to me, because all the payment system was broken things, but not caused by wp_W3all. I had to rebuild via db all things for those crazy guys. After all broken things about ids fixed manually, i finished the work reactivating the integration plugin. All working like a charm after 2 days of hard work for all others things, 1 minute (may also because i know well it) about integration with phpBB.
Could be possible to have same IDs for users?
No with the code as is.
It is quite easy to switch to something like, but, to achieve what? To a possible future disaster when you'll reinstall something that will exchange ids into phpBB or WP?
Be NON intrusive, it's the clue. Easy things are better. KISS (keep it stupid simple).
Beside all above, you can agree with or not, why you should want by IDS?