AdrianB
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End Users] Any plans for MailChimp integration?Not just that, I was thinking real sync of user meta. If a user updates their email in Front-End Only User it would be changed at MailChimp to, and users could opt in/out of newsletter in Front-End Only User.
I understand that this is an advance feature and it’s ok that it’s not in your plans. I’ve already switched to the PrivateContent plugin instead. Thanks for a great plugin anyway!
Forum: Plugins
In reply to: [The Events Calendar] Extra coding characters in footerYeah, I just found it myself. It was added in this commit three days ago. I’ve made a comment there that hopefully the developers will see.
Of course they want them to be found, but sometimes it’s not the job of the contributor to optimize.
Is it that hard to imagine a larger site where where someone else is specialized in SEO and you want that role to handle the optimization, while the contributors shouldn’t be bother with forms they don’t understand?
Forum: Plugins
In reply to: [Multisite Post Duplicator] Setting the limitYes, I can do that and report back!
Forum: Plugins
In reply to: [Multisite Directory] More sites than in the directory, how to add missing?So, getting back to this. I still have more than hundreds of sites outside the index. Do I have to manually delete entries in the database to trigger a re-scan of sites? Or just change some setting? (Turning plugin off/on does not seem to trigger a re-scan.)
No, I haven’t talked to them about this, I had to move on using another solution, but I will try to inform them of the issue as well (I only bought a month of access for temporary needs, but I still have time left to contact them).
Forum: Plugins
In reply to: [Multisite Directory] More sites than in the directory, how to add missing?Ah, I see! That could be useful, indeed.
Maybe this could help (when implemented), instead of redirect show a special message to non-logged in users with shortcode: https://wordpress.org/support/topic/show-default-post-content-logged-out-users-other-content-for-members
Forum: Plugins
In reply to: [Multisite Directory] More sites than in the directory, how to add missing?I’ve tried that one too, but I meant Cloner from WPMU DEV and Batch Create from them as well. Most of my sites were created with Batch Create. Maybe they to are missing the the same trigger, haven’t looked at the code.
Anyway, it would be nice to be able to trigger the “check all existing sites” manually from your plugin.
Not only to scan missing sites, but to also to retrieve name changes. (Before I understood how this plugin worked I was a little confused, trying to change names in one place and it dit not reflect in the other. )
Forum: Plugins
In reply to: [Multisite Directory] More sites than in the directory, how to add missing?Yeah, it’s quite possible that it is the batch creation and/or cloning process that is not triggering the correct action, I’m not familiar with the inner workings of these plugins (i’ve tried a couple, mostly WPMU DEV Batch Create and WPMU DEV Cloner). Or maybe the process is supposed to call that action but something goes wrong in the cloning/creation process. (I could try to pinpoint exactly when it happens, but right now I’m onto other things and not using the Multisite Directory, just wanted to report the issue.)
Anyway, deactivating and re-activating did not create the missing sites.
Forum: Plugins
In reply to: [Multisite Post Duplicator] HTML messed up with batch copyAh, the semicolon thing was only about the display here, I couldn’t show the html entities since they are converted, even with backticks for code.
Anyway, I did a new test. I created a complete new page on my main site, pasted the following code in text editor tab and saved it:
<h1>My Header</h1> <img src="http://www.example.com/wordpress/wp-content/uploads/2016/06/my-image.jpg" />…and then used the batch functions from the pages list to copy the page to another site and it still got messed up.
The thing is, If I erase that image code and insert an image from the library it works, no messed up code. So there is something very weird here…
Forum: Plugins
In reply to: [Multisite Post Duplicator] HTML messed up with batch copyIf that was the issue, it would look messed up on both sites, right? Not just the the target.
Forum: Plugins
In reply to: [Multisite Post Duplicator] HTML messed up with batch copy(My thinking was that maybe some of my < and > are saved as entities in the database instead of litteral characters, or something like that.)
Forum: Plugins
In reply to: [Multisite Post Duplicator] HTML messed up with batch copySorry, they keep getting converted, here I change the semicolon to ordinary colon just to show it:
<h1>My Header<:http://www.example.com/myothersite/wp-content/uploads/sites/3/2016/06h1>:
Forum: Plugins
In reply to: [Multisite Post Duplicator] HTML messed up with batch copyI’ve seen it on many pages, so not just this one.
My pages are copy-pasted from another CMS and I was curious if there where strange characters hidden or something like that, but I could not find any.
What the code above does not show is that some of the < and > are shown as html entities, like this:
<h1>My Header<http://www.example.com/myothersite/wp-content/uploads/sites/3/2016/06h1>