That’s the way MySQL identity fields work. Every relational DB server that I’ve worked with works the same.
ok, I suspected that.
THEN, and take this as a feature request to improve the plugin, is there any good possibility that in a future version of this plugin you autodetect the next available Site ID in order to use?
Because if I have 7 sites, and I delete those with ID 5, 6 and 7, and after 6 months I have to map a new one, it will be gladly welcome that this plugin automatically detect or at least suggest to use ID=8.
Maybe, also, the WP team should also work this out in the network/site-new.php, to show in a big, bold, capital letter, the ID of every newly created site, so that, admins can do their job a bit more pleasant and quickly 🙂
I bet it’s not as difficult to do and you can make it in a visible space of the UI 😉
Hope it to be widely accepted and implemented. Thanks.
You are never going to be mapping a domain to a yet to be created site. It would be of no value to populate the form with an ID of a site that doesn’t exist.
Maybe, also, the WP team should also work this out in the network/site-new.php, to show in a big, bold, capital letter, the ID of every newly created site, so that, admins can do their job a bit more pleasant and quickly 🙂
By default MySQL is configured to increment identity fields by 1. However that default can be change to increment by any number. So, incrementing the last ID by 1 would not be reliable.
Also, it’s possible for multiple sites to be created between when the site-new page is loaded and the site is created. In that case, the ID displayed would not be the ID that was actually created.
ok, in brief, there are absolutely no possibility to ease the current method to see what the ID is for every newly created site? We admins have to check the edit site url to read the ID from there?
Cant you even show the ID for every website in the site list? Isn’t there any plugin doing that either?
Isn’t there any plugin doing that either?
I believe there is a plugin that will add the IDs to the sites listing but I don’t remember what it’s called.
Nice. Looks like Multisite Enhancements plugin by Inpsyde is providing this functionality, among others.
http://ww.wp.xz.cn/plugins/multisite-enhancements/
This is exactly waht I’ve been asking for:
http://wpengineer.com/2188/view-blog-id-in-wordpress-multisite/
Thanks