davethenerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Caching Podcast RSS Feed?Brilliant. Works perfectly. Thanks, @isaumya!
Forum: Plugins
In reply to: [Super Page Cache] Caching Podcast RSS Feed?Ahh ok! Thanks!
Alright, so… do I need to explicitly list *everything*, or does this just allow me to add to the list that SPCFC already builds?
I guess a better way to ask is to show a code snippet, huh? ?? Here goes…<?php
add_filter( 'swcfpc_post_related_url_init', function( $listofurls, $postId ) {
// Add podcast feed to list of URLs to purge
$listofurls = [ "https://www.giggabpodcast.com/feed/podcast", "https://www.giggabpodcast.com/feed/podcast/" ];
return $listofurls;
} );Is that correct? Or do I need to state *every* URL if I’m wanting to add one to the list?
Thanks!
Forum: Plugins
In reply to: [Super Page Cache] Caching Podcast RSS Feed?Ohhh…Thank you! I clearly need to learn about code snippet plugins! Got one you recommend?
Forum: Plugins
In reply to: [Super Page Cache] Caching Podcast RSS Feed?Ahh ok, thank you again @isaumya! I’ll look into what it might take to create a custom plugin to link into that hook.
And in parallel I would like to log a feature request: It would be great to have a field in the Advanced Settings where I could just manually add URLs to this list right inside of SPCFC’s own settings, so users don’t have to create their own helper plugin to do it. ??Forum: Plugins
In reply to: [Super Page Cache] Caching Podcast RSS Feed?Thanks, @isaumya! Is there a hook that I could tie into that would effectively add /feed/podcast to “the list” of things that gets purged/cleared from the cache when something else on the site gets updated?
Like the hook that clears the home page from the cache when I update a post? That’s the same trigger I’d want to use to clear the cache for the feed (and, now that I think about it, that’s probably the hook most sites would want to have feeds cleared from the cache).Forum: Plugins
In reply to: [Super Page Cache] cf-cache-status: DYNAMIC for all pagesThis is resolved. I fat-fingered my domain name when building the custom rule. ?????♂? One too many G’s! LOL
Ok, thank you for looking! I’m going to see if I can wipe that region setting without causing a great amount of friction here. ??
Interesting! I _had_ to configure the region (instead of leaving it blank, which is MinIO’s default) to make it work with BackWPup several years ago, and now everything I have connected to it has the region set to match.
So, yes, I could remove the region and leave it blank (as the default), but then I think just about everything else I connect to this would break (and need to be reconfigured). Is there any off-label way of setting the region for UpDraftPlus?The end-point is my own server running MinIO on my Synology NAS. I have configured it to have its region named us-east-dtndurham, and that’s what I put in as the region into all the other clients I use to connect to it.
My issue (I think?) is that I don’t know how to type in a region when selecting “S3-Compatible (Generic)” in the settings.Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Critical Error on Test XPosterI looked on GitHub and the only one I see is 4.0.0 from 2 days ago. Is that now somehow up-to-date?
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Critical Error on Test XPosterAh, brilliant! I should’ve seen this… right there in the logs it shows BackWPup. I deactivated that temporarily and boom, the Test Tweet (or whatever we call it now) worked perfectly!
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Critical Error on Test XPosterYep!
Great point @daveclements! Does the existing functionality do any verification on the size of the selected/uploaded image to make sure it adheres? If not, then that would be another (quite important) feature request regardless.
And if/once it does, then it could do that same verification if defaulting to the Featured Image, too.I think that would be pretty valuable, and anecdotally I think it’s something many podcasters already believe exists in the software, so would potentially be helpful to add for that reason, too. Thanks!
Forum: Plugins
In reply to: [Redirection] Redirect to one of multiple URLS (round robin)?Thank you for the quick reply!