pfsm999
Forum Replies Created
-
Forum: Plugins
In reply to: [hCaptcha for WP] Problem on CommentsHello 🙂
It’s done and thanks for your quick reply !!!Forum: Plugins
In reply to: [Download Monitor] Request An idea for your pluginThanks Barry 🙂
It’s okay !
I wrote the code to do that !
Very simple with “dlm_can_download” event 🙂It’s work well and it’s perfect for me :).
Bye and thanks again for your reactivity !PS : If you want the code, i can send you the code by mail.
Forum: Plugins
In reply to: [Download Monitor] Request An idea for your pluginThanks Harish for your answer 🙂
Do you think, we cannot propose that for a new feature to do that ?
Or this feature works “against the philosophy” of your plugin ?It’s just a proposition.
Perhaps, i will do a custom plugin to add these feature :).Thanks again for your reactivity !
AHHHH
Exaclty that 🙂
YEAHHHPERFECT !
LOVE YOUDidn’t see your message… sorry.
Again 😉 Your are quick answer !But i only need to get one download with a identify id !
I’m not searching at all. And my need is to get the url of an specify download id store in my database.And i don’t want to fetch a download.
Perhaps it’s a bad pratice but if you want to propose an update : don’t destroy a lot of work already done by user and say in your update note !
I will not update all my theme with your new plugin without that…
I always use your class like this :$download = new DLM_Download($id);And it’s so …. so much simple than :
$download = new DLM_Download(); $download->set_id($id);So please … could you add this simple constructor in your DLM_Download again ?
And if not … could you explain me why ?Close 🙂
Okay i find the issue 🙂
Not a problem from YOAST but from my code !
To see the solution : Go inside the GitHub ticket : https://github.com/Yoast/wordpress-seo/issues/7759I just delete all sitemap cache (45 rows) inside my option table in my database : All custom post type sitemap work now !
But they don’t appear in my sitemap home again -_-.
And i try to change the Action Reference.With
after_setup_theme: My custom post type disapear from my admin menu … : not a good solution.
And my code is not inside a plugin but inside my theme.I can’t check my php log (My website is host by OVH who don’t give access to PHP log).
Inside my apache log : nothing relevant !
But if you want, i share my custom post type code in the github issue : https://github.com/Yoast/wordpress-seo/issues/7759?_pjax=%23js-repo-pjax-containeAnd, see, the ecole sitemap don’t work, but diplome sitemap work …
I don’t understand why …
I know, the problem must be in my side … but where ?Like i said : already done that !
Nothing change !I already done that.
All my custom post type are allowed to have a sitemap !I just don’t understand why they are not inside my main sitemap.
https://paul-fsm.net/sitemap_index.xmlThanks a lot for your answer but … unfortunately … It does nothing.
The cache seem to be cleared and i unload the sitemaps functionnality and i had a 404 error.
I reloaded it and … nothing happen !
Only 5 entries in my sitemap … and i don’t know why 🙁Any other ideas ? Perhaps i do something wrong with my code … but i don’t know where !
Thanks a lot and have a nice week-end !