JohnM
Forum Replies Created
-
Forum: Plugins
In reply to: [AdRotate Banner Manager] "Select Banner" button is not workingOk, in Firebug I get the following when loading the ad management page:
Blocked loading mixed active content “http://mysite.com/wp-content/plugins/adrotate/library/uploader-hook.js?ver=3.6.1”
I run the admin over HTTPS, and the content above is loading over HTTP. This is a security feature with Firefox 23+.
Forum: Plugins
In reply to: [WP-Polls] Multisite not working properlyOk, so I was playing around and I discovered something. The widget is doing the opposite of what is defined under Poll Options for “Who Is Allowed To Vote?”
For instance, if I enable only for Registered Users,the widget actually hides it for registered users, showing it for Guest Users. But even though the Guest Users can see the poll, they can’t vote because the “Who Is Allowed To Vote?” setting! haha.
This is killing me. π
Forum: Plugins
In reply to: [WP-Polls] Multisite not working properlyyeah, I’m not seeing where each site plugin directory exists. Not sure it’s possible in WordPress MU. Any idea where that would be?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] CNAME and DM exampleWorks! Thank you for your patience! π
Forum: Plugins
In reply to: [WP Editor] MultisiteIt doesn’t look like this plugin is compatible with multisite. The WP Editor Options page is not available from the toolbar in the network admin dashboard. This is the one place that this panel option should appear. Without access to it, I can’t configure the the plugin, and thus I can’t browse sub-directories in a theme/plugin.
Any plans to fix this?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] CNAME and DM exampleSo I issued a GET request via the command line, and a 302 is sent by the server:
$ telnet www.mydomain.com 80 Trying IP.IP.IP.IP ... Connected to www.mydomain.com. Escape character is '^]'. GET / HTTP/1.1 host: www.mydomain.com HTTP/1.1 302 Moved Temporarily Date: Tue, 10 Sep 2013 03:02:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache X-Pingback: http://site1.otherdomain.com/xmlrpc.php Set-Cookie: PHPSESSID=4cc5b84514446373c43349158546f87a; path=/; domain=.mydomain.com; HttpOnly Location: http://site1.otherdomain.com/ Content-Length: 0 Content-Type: text/html; charset=UTF-8 Connection closed by foreign host.This was AFTER I changed my DNA entry from a CNAME record to A Record pointing to the otherdomain.com IP.
Is there any way to retain mydomain.com in the URL bar instead of showing the redirected site1.otherdomain.com?
Forum: Plugins
In reply to: [WP-Polls] Multisite not working properlyI installed the plugin via the network plugin management, but I activated the plugin per site. You’re saying I should disable and uninstall the plugin, and do a manual drop in each site plugin directory?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] CNAME and DM exampleThe wordpress options table does not contain any “dm_%” values. Where are those stored?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] CNAME and DM exampleOk. So, does the DM config look ok?
Forum: Plugins
In reply to: [WP-Polls] ignore this postForum: Plugins
In reply to: [Fast Secure Contact Form] Fast Secure Contact Form 4.0 Beta 2 – Please TestI love the ability to copy settings from one form to another. Can you add the capability to copy form settings from one site to another site in a multisite installation? That would be a huge help.
Forum: Plugins
In reply to: [AdRotate Banner Manager] MultisiteI had to use a mysql export. The key to this plugin working in multisite is to NOT network active, instead site activate. Also, keep in mind that the site tables will be different:
wordpressPrefix_SITE-ID_adrotate
For example: wp_2_adrotate, wp_2_adrotate_groups, etc …..
Forum: Plugins
In reply to: [AdRotate Banner Manager] MultisiteSo this is where I stand. I did an import from another wordpress install into a new site under my multisite install. Everything was imported correctly, but I would get the above error when displaying the page. A little investigation lead to the group not being found (which was odd because the group was there). The plugin was initially network activate, so deactivated it and reactivated it at the site level. After doing so, all my ads and ad groups disappeared. My guess is that the import associated them with the main site, and enabling the plugin at the site level created a new group of ads. Which sucks. I guess I have to do an sql dump and import, unless you have another suggestion.
Forum: Plugins
In reply to: [AdRotate Banner Manager] MultisiteRunning in multisite I get the following where the ads should be:
An unknown error occured.
Any ideas how I can look for the cause?
What do you mean by “set it per site” ? Do you mean don’t network enable it? Or network enable, and configure it under each site settings? Thanks for the response, btw.