mawspitau
Forum Replies Created
-
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Fatal Error season.php on line 16Top. Vielen Dank!
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Fatal Error season.php on line 16Ja, das kann sein. Unser Workaround war:
– Seasons deaktivieren
– Episode ver?ffentlichen
– Seasons wieder einschaltenIch werde berichten, wie es das n?chste klappt… oder nicht. ??
Danke bis hierher.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Fatal Error season.php on line 16Hallo Eric,
lieber sp?t als nie ?? Danke, dass Du Dich dem Problem animmst.
Ja, wir nutzen die Seasons. Hier das Template:
Die default-Datei
{% if not is_feed() %} <h4>{{ episode.title }}</h4> <p>Diese Episode ist am {{ episode.publicationDate.format('d.m.Y') }} erschienen und Teil der Staffel <i>?{{ episode.season.title }}“</i>.</p> <p>Aufgezeichnet haben wir sie am {{ episode.recordingDate.format('d.m.Y') }}.</p> {# display web player for episode #} {{ episode.player }} {# display contributors if module is active #} {% if shortcode_exists("podlove-episode-contributor-list") %} {# see https://docs.podlove.org/podlove-publisher/reference/shortcodes.html#contributors for parameters #} <p>[podlove-episode-contributor-list]</p> {% endif %} <div style="background:#e9f1f5;padding:0.5em"> <h5>Informationen zur Staffel:</h5> <h6>{{ episode.season.title }} - {{ episode.season.subtitle}}</h6> <p>{{ episode.season.summary }}</p> </div> {% endif %} <hr>
Die Archive-Datei:
{% set Downloadsumme = 0 %} {% for episode in podcast.episodes %} {% set Downloadsumme = Downloadsumme + episode.total_downloads %} {% endfor %} {% set Durchschnitt = Downloadsumme / podcast.episodes|length %} <!--p style="margin-bottom:30px">Das {{ podcast.title }} besteht aus {{ podcast.episodes|length }} Episoden. </p>--> {% for season in podcast.seasons %} <h3>{{ season.title }}</h3> <h4>{{ season.subtitle }}</h4> <p>{{ season.summary }}</p> <ul> <li>Die Staffel ist am {{ season.startDate.format('d.m.Y') }} gestartet{% if season.running %} und sie l?uft gerade{% endif %}.</li> <li>Staffel {{ season.number }} hat{% if season.running %} bisher{% endif %} {{ season.episodes|length }} Episoden.</li> </ul> <ul style="list-style-type:none"> {% for episode in season.episodes %} <li style="margin-bottom:20px"><span style="font-weight:bold;font-size:1.5em"><a href="{{ episode.url }}">{{ episode.post.post_title }}</a></span><br /><span>{{ episode.subtitle }}</span><br /><small><span class="podlove-duration" style="margin-right:20px">Dauer {{ episode.duration }}</span><span class="podlove-duration" style="margin-right:20px">Erschienen am: {{ episode.publicationdate.format('d.m.Y') }}</span> </small> <br /><b>Moderation:</b> {% for contributor in episode.contributors({group:"macher",order: "ASC", orderby: "name"}) %} {% if contributor.visible %} <span class="name">{{ contributor.name }}</span></span>{% if not loop.last %}, {% else %}. {% endif %} {% endif %} {% endfor %} {% if episode.contributors({group:"unterstuetzer"})|length > 0 %} <strong>Danke an:</strong> {% for contributor in episode.contributors({group:"unterstuetzer",order: "ASC", orderby: "name"}) %} {% if contributor.visible %} <span class="name">{{ contributor.name }} für {{ contributor.comment }}</span></span>{% if not loop.last %}, {% else %}. {% endif %} {% endif %} {% endfor %} {% endif %} {% if episode.contributors({group:"studios"})|length > 0 %} Sowie {% for contributor in episode.contributors({group:"studios"}) %} {% if contributor.visible %} <span class="name">{{ contributor.name }} ({{ contributor.comment }})</span></span>{% if not loop.last %}, {% else %}. {% endif %} {% endif %} {% endfor %} {% endif %}</li> {% endfor %} </ul> {% endfor %}
Und nun freue mich darauf, gepflegt den Code um die Ohren gehauen zu bekommen ??
Liebe Grü?e und Danke!
MarcelForum: Plugins
In reply to: [Shariff Wrapper] Probleme mit ParameterübergabeHey Jan-Peter,
vielen Dank für die Nachricht, auch wenn Sie anders aussieht, als erwartet.
Liebe Grü?e
MarcelForum: Plugins
In reply to: [Shariff Wrapper] Probleme mit ParameterübergabeMeine Todo-Liste erinnert mich, alle vier Wochen mal hier reinzugucken… Vielleicht bekomme ich ja mal eine Reaktion… ??
Forum: Plugins
In reply to: [Shariff Wrapper] Probleme mit ParameterübergabeHeyho… 4 Wochen sp?ter. Gibt es noch Ambitionen, sich mit der Problematik zu befassen?
Forum: Plugins
In reply to: [Shariff Wrapper] Probleme mit ParameterübergabeEine weitere kleine Erinngerung, ob man sich scchon um dieses Problem gekümmert hat, oder nicht.
Liebe Grü?e
MAWSpitauForum: Plugins
In reply to: [Shariff Wrapper] Probleme mit ParameterübergabeMeine monatliche, freundliche Erinnerung an dieses kleine Problemchen ??
Forum: Plugins
In reply to: [Shariff Wrapper] Probleme mit Parameterübergabe*hust* *r?usper*
Forum: Plugins
In reply to: [Shariff Wrapper] Probleme mit Parameterübergabe*push* 8)
Forum: Plugins
In reply to: [Shariff Wrapper] Probleme mit Parameterübergabe*r?usper* ;D
Forum: Plugins
In reply to: [Shariff Wrapper] Probleme mit Parameterübergabe*hust* Nix für ungut. Wollte nur mal den Thread hier ins Ged?chtnis rufen. ??
Forum: Plugins
In reply to: [Shariff Wrapper] Probleme mit ParameterübergabeMoinsen,
gibt das schon etwas Neues von der Front von dieser Baustelle? Soll nur eine freundliche Nachfrage sein. ??
Liebe Grü?e
MAWForum: Plugins
In reply to: [Shariff Wrapper] Probleme mit ParameterübergabeHi JP,
vielen Dank. Manchmal gibt Wichtigeres als dieses Internet. ??
Liebe Grü?e
MAW