danhgilmore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login/Register Via Java Web AppWe set a cookie when they are logged into our LDAP app…You could do the same…just have your Java web app set a cookie once they are authenticated.
Forum: Fixing WordPress
In reply to: Blog Back-End and Images Loading Extremely Slow?Can you provide a link to your site?
Forum: Fixing WordPress
In reply to: How to remove blank space above & below header imageYour site is in maintenance mode, and we can’t see the header π
Forum: Fixing WordPress
In reply to: How to hide main menu title and footers on a landing pageIt would depend on your theme, but you can go into your dashboard and then go to Appearance->Menus or Customizer
Forum: Everything else WordPress
In reply to: Best practice for member only shoppingYou can lock down pages/posts in WordPress, if that’s what you’re asking. https://codex.wordpress.org/Content_Visibility
Forum: Fixing WordPress
In reply to: Login/Register Via Java Web AppWe use an external LDAP app for authorization. You don’t have to move all the users first. On first visit to the WordPress installation, a user that is logged into our LDAP would be created in WordPress. It only requires 3 items to create an account: username, password, and email. We pull username and email from the LDAP and use a “fake” password for WordPress.
In a plugin you can write code to do this using the init action
Forum: Fixing WordPress
In reply to: Share plugin data with other domains running WPWordPress multisite has https://codex.wordpress.org/Must_Use_Plugins
One thing to understand about multisite is that by default each subsite functions as a completely separate site as far as content. That said, there are some plugins where you can duplicate content between sites. Search the repository for “multisite duplicate content”. BUT, you should be aware that Google will penalize you as far as SEO when you duplicate site content in this way.
Forum: Fixing WordPress
In reply to: Website Codes gots replacedAnyone that has access to your WordPress code can make changes. You would have to work with your web host to determine that. We can’t help with that π
Forum: Fixing WordPress
In reply to: Large SiteYou should be fine. I currently run three different Multisite installations and the largest has 39K sites, and 260K users.
It’s so large that I cannot currently get an accurate count of posts and comments π
Forum: Networking WordPress
In reply to: Fatal error messageThe event plugin is causing the fatal error. You need to contact the developers of the plugin for assistance. We can only assist with WordPress itself.
Forum: Networking WordPress
In reply to: My boss wants a "mini-site"??You said your boss wants a subdomain. That would be http://SUBDOMAIN.whatyousee.com/
– Yes, this is possible, but it’s called subfolder, not subdomain.
– WordPress offers a WYSIWYG HTML editor, but they’d need to log into WordPress to access it.
– Once created, the URL cannot be changed. So, while http://www.whatyousee.com/houston is permanent, the content of that site can be exported to another WordPress site such as http://www.whatyousee.com/houston2
– There are many SEO plugins and can be updated individually
– That’s what WordPress does really well π
– You can create as many menus and lists as your heart desires.
– New sites can be created at any timeForum: Hacks
In reply to: Are my $wpdb queries efficient?The following article should help: https://codex.wordpress.org/Class_Reference/wpdb
Forum: Fixing WordPress
In reply to: How to save and upload data on another server with wordpress or php?I was able to do this but only by attaching a networked NFS drive mount.
Forum: Fixing WordPress
In reply to: [ASK] WP Version 4.6 Support multiple network ?Upgrading from WordPress Multisite version 4.5.3 to WordPress Multisite version 4.6 should pose no problem.
Forum: Fixing WordPress
In reply to: [ASK] WP Version 4.6 Support multiple network ?You should not have any problems upgrading 4.3 to 4.6.