wpsilb
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Where is version 2.9.2?Thanks for investigating anyway.
I guess we’ll have to upgrade to version 3.0 sooner rather than later 🙂
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Where is version 2.9.2?The missing version 2.9.2 broke our build, but as a workaround we downgraded to 2.9.
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Where is version 2.9.2?We are currently using 2.9.2 in production and haven’t gotten around to test 3.0 yet.
Forum: Plugins
In reply to: [Redirection] Redirection and Multisite: BrokenWe are using domain based multi site.
Forum: Plugins
In reply to: [Redirection] Redirection and Multisite: BrokenThere is a workaround.
The site specific tables are created when one opens Tools\Redirection under the WPAdmin dashboard of a site.
Forum: Plugins
In reply to: [Redirection] Redirection and Multisite: BrokenWe’re using domain based multi sites.
The plugin creates tables prefixed with
wp_.But when the plugin is used from the non-primary multisite, it expects the tables to be prefixed by
wp_3_where 3 is the site / blog ID.Should the plugin use site / blog specific tables?
If yes, it should create the site specific tables.
If no, maybe it could use
wpdb->base_prefixinstead ofwpdb->prefix(see wpdb) when constructing queries.