• 1) If you Edit a domain, you get a form with Site ID, Domain, and Primary.
    Updating Domain or Primary works fine, but changing the SiteID does nothing. This is NOT introduced with 3.3 and the add_site_option change, as it functions this way on 3.2.1 as well.

    2) Would it be possible/desired to display Site Titles or non-mapped URLs in the table of Mapped domains? Site IDs are pretty meaningless, but being able to quickly see which blog is mapped would be helpful.

    3) Other than 1) above, Dev version is working great on 3.3.1 – thanks!!

    http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/

Viewing 1 replies (of 1 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    1) If you want to change what site a mapped domain points to then unmap it from one site and re-map it to the other.

    2) In the admin are you can see the mapped domains in the sites listing in network admin. If you are looking at it in MySQL you can do that with something like

    SELECT d.*, b.domain, b.path FROM wp_domain_mapping d JOIN wp_blogs b on b.blog_id = d.blog_id;

    3) than you for letting me know, I’m hoping to release a version this weekend.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress MU Domain Mapping] Form bug or possible UI improvement, and UI suggestion/request’ is closed to new replies.