Standish
Forum Replies Created
-
Hi,
I’m having the same need as OP.
Is it possible for you to add custom filters and hooks in your plugin?
We are able to do it ourself by adding 2-3 hooks in your plugin. I would prefer if any updates you release do not break our system.
Forum: Plugins
In reply to: [Post Notif] Redirect to homepageI was able to debug it and make it works.
This is what I did:
– I have created pages matching your fake url (ie: /post_notif/manage_prefs/)
– I have edited to edit your plugin. In the file /public/class-post-notif-public.php, I have modified the create_fake_page method.
In the $post variable you add in the “the_posts” filter, I have added those properties :
$post->ID = -99;
$post->post_author = 1;
$post->post_date = current_time( ‘mysql’ );
$post->post_date_gmt = current_time( ‘mysql’, 1 );
$post->post_status = ‘publish’;
$post->ping_status = ‘closed’;
$post->post_name = ‘post-notif-‘.rand(0, 10000000);
$post->filter = ‘raw’;And everything works.
Forum: Plugins
In reply to: [Post Notif] Redirect to homepageHi,
I tried on a fresh 4.9.4 WordPress install, with no plugin.
In the permalink, I have selected Common Settings/Post name.
I use your plugin version 1.3.0.
The validation email works, as the link validate my account, but I’m redirected on the homepage. I was able to validate my account, since I can see it in the backend (and I have received the Thanks for subscribing to the posts emails)
But when I click on the manage pref url : /post_notif/manage_prefs/?email_addr=EMAIL&authcode=CODE, I’m also redirected on the homepage.
Do you have any clues?
I’ll continue looking for this.
Forum: Plugins
In reply to: [WP Migrate Lite - WordPress Migration Made Easy] Encoding failSame problem here. Been using this script for many sites and had no problem with this. Everything is in UTF8 also. This is one of the “rare” website that is not using WPML (yet) and is only in English (for now).
Thanks for the great plugin though,
Hi caimin and angelo,
It was another plugin (Ether Builder) that cause the problem.
I’m getting in touch with the developers to have a fix.
Thanks for your time.
Forum: Plugins
In reply to: [WP-Click-Tracker] 301 RedirectionsDoes anybody have any input about this?
Forum: Plugins
In reply to: [Yoast SEO] Sitemap not updatingHi,
Thanks for the heads up.
May you let us know what plugin you’re using instead of the Yoast Sitemap?
Thanks,
Forum: Plugins
In reply to: [Yoast SEO] Sitemap not updatingI have also desactivated my theme and tried twenty twelve.. still the same problem!