rpetersnmt
Forum Replies Created
-
Any progress here? I’m desperately trying to find a way to secure some of the pages on one of my WP multisite (3.1) mapped domains? I’m getting nervous now…is it even possible? Thanks for any assistance.
Forum: Plugins
In reply to: [Login Logo] Login Logo Domain Mapping Issues on Multi Site?Yeah…I only have a few “sites” on this “network” at the moment so I stuck with the same general model (of putting various logos in the /wp-content/ folder) & added a little bit in the init function to grab them based on site ID:
global $blog_id; if ( $blog_id != "" ) { $this->logo_locations['site'] = array( 'path' => WP_CONTENT_DIR . '/login-logo-site-' . $blog_id . '.png', 'url' => WP_CONTENT_URL . '/login-logo-site-' . $blog_id . '.png' ); }
[Please post code snippets between backticks or use the code button.]
Seens to work okay and solve it for me. Thx for your help. ??
Forum: Plugins
In reply to: [Login Logo] Login Logo Domain Mapping Issues on Multi Site?Looking forward to 3.1 for sure. Okay…gotcha…I understand. I still need a a way to display a different logo (per site) here but I suspect a person could find a way to do this per multisite “site” based on site ID….assuming one could snag that value. I’ll fiddle. Thanks for the clarification.
Forum: Plugins
In reply to: [Login Logo] Login Logo Domain Mapping Issues on Multi Site?Hmmm….I guess Im confused…so what is the option here in step 4 used for?
https://www.ads-software.com/extend/plugins/login-logo/installation/
I assumed “Network” meant “Site”…I tried to find the definition here but came up empty handed? Any chance you can clear this up for me? Thx in advance…
Forum: Networking WordPress
In reply to: New Multisite with shared blog content between sites?That just might do it. Thanks a million for the suggestion.
Looks like this is associated with an XML stylesheet. Look close in the settings for this plugin and you’ll find that you can uncheck the “use default” checkbox at the end of the option beginning with “Include a XSLT stylesheet:”. This fixed this error for me. Oh..and it appears that it only hiccuped in Firefox…Safari let the original XML file render just fine.