Eric Teubert
Forum Replies Created
-
Forum: Plugins
In reply to: [Podlove Podcast Publisher] php warning for commentsHi, fixed in 3.8.5, thanks for reporting!
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Disabling piwik device-detectorRelease 3.8.6 fixes this, thanks for reporting!
Forum: Plugins
In reply to: [Podlove Podcast Publisher] PHPs warning in wp-admin when creating new postsHi, fixed in 3.8.5, thanks for reporting!
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Spotify not picking up right categorieHere’s the docs from Spotify: https://support.spotifyforpodcasters.com/hc/en-us/articles/360043988752-Changing-podcast-categories
Looks like the feed is fine, maybe Spotify needs some time to pick it up.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] PHP Warnings is logsHi, this Warning should disappear with the current (just released) update 3.8.2, thanks for reporting! This releases fixes various PHP warnings/notices that started appearing with PHP 8.1. If you encounter more after the update, please feel free to open another issue.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Crashes with php 8.1Here you can see the proposed change: https://github.com/eteubert/archivist-custom-archive-templates/pull/5/files
Thanks Greg!
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Crashes with php 8.1Hi,
I don’t know when/if I will have time to update the plugin, but the workaround you can do yourself is:
Open the plugin file “archivist.php” and remove these lines:
if ( get_magic_quotes_gpc() ) { // strip slashes so HTML won't be escaped $_POST = array_map( 'stripslashes_deep', $_POST ); $_GET = array_map( 'stripslashes_deep', $_GET ); $_REQUEST = array_map( 'stripslashes_deep', $_REQUEST ); }Forum: Plugins
In reply to: [Podlove Podcast Publisher] Episoden ohne MP3 DateiVerstehe, es wird tatsächlich gezählt, unabhängig davon, ob der Datei-Check im Backend fehlschlägt oder nicht. Das möchte ich auch ungerne ändern, da sonst ggf. legitime Downloads nicht gezählt werden könnten.
Lieber wäre mir hier eine explizite Handhabung. Im einfachsten Fall eine “Diese Episode von Analytics ausschließen” Checkbox. Aber irgendwann müssen wir auch mal das ganze Thema mit Free-vs-Paywall-Feeds angehen, wird ja doch immer häufiger genutzt.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Episoden ohne MP3 DateiSeitenaufrufe speichert der Publisher nicht. Es werden nur Medien-Asset-Abrufe gezählt. Wenn du in die Analytics der Episode klickst, solltest du sehen, welches Asset gezählt wurde, da dort eine Aufschlüsselung zu sehen ist.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Episoden ohne MP3 DateiHi,
Ich denke nicht, dass das funktioniert, da Podcatcher die Episode vermutlich gar nicht anzeigen, wenn kein gültiges enclosure-Element enthalten ist (darin ist die Audio-Datei referenziert).
Wie wäre es damit, wenn du für solche Episoden einen kurzen Audioschnipsel einsprichst und diesen an der Stelle verwendest? Dann hören die Hörer in den Podcatchern auch was sinnvolles. Also im Sinne von “Danke, dass du den Podcast hörst, Bonus-Episoden wie diese gibt es auf …”
Grüße, Eric
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Search Feature on Podcast ListsHi, not sure what you mean exactly but the WordPress default search is extended so that for example terms in chapter marks or the episode summary are found as well.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] PHP Warning in Error LogHi, this does look like a Podlove Publisher issue with PHP 8. I will look into it.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Podlove Web Player required?Hi,
the Web Player is compatible to the latest WordPress version. We just haven’t bumped up the version number yet.
The plugin is necessary if you want a web player on your website for playing your podcast episodes. But it’s not required for generating the RSS feed for Apple Podcast and other directories.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Styling the pagination?Indeed, very little chance that I will release another version that may override your edits.
Thanks for leaving a solution for others!
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Styling the pagination?Hi,
I’m not working on this plugin any more. But maybe you can still find a solution by using CSS Child combinators, maybe that way you can be specific enough? I can’t recall how the generated HTML looks exactly though, so it’s just a wild guess 🙂