Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter mawspitau

    (@mawspitau)

    Top. Vielen Dank!

    Thread Starter mawspitau

    (@mawspitau)

    Ja, das kann sein. Unser Workaround war:

    – Seasons deaktivieren
    – Episode ver?ffentlichen
    – Seasons wieder einschalten

    Ich werde berichten, wie es das n?chste klappt… oder nicht. ??

    Danke bis hierher.

    Thread Starter mawspitau

    (@mawspitau)

    Hallo 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!
    Marcel

    Thread Starter mawspitau

    (@mawspitau)

    Hey Jan-Peter,

    vielen Dank für die Nachricht, auch wenn Sie anders aussieht, als erwartet.

    Liebe Grü?e
    Marcel

    Thread Starter mawspitau

    (@mawspitau)

    Meine Todo-Liste erinnert mich, alle vier Wochen mal hier reinzugucken… Vielleicht bekomme ich ja mal eine Reaktion… ??

    Thread Starter mawspitau

    (@mawspitau)

    Heyho… 4 Wochen sp?ter. Gibt es noch Ambitionen, sich mit der Problematik zu befassen?

    Thread Starter mawspitau

    (@mawspitau)

    Eine weitere kleine Erinngerung, ob man sich scchon um dieses Problem gekümmert hat, oder nicht.

    Liebe Grü?e
    MAWSpitau

    Thread Starter mawspitau

    (@mawspitau)

    Meine monatliche, freundliche Erinnerung an dieses kleine Problemchen ??

    Thread Starter mawspitau

    (@mawspitau)

    *hust* *r?usper*

    Thread Starter mawspitau

    (@mawspitau)

    *push* 8)

    Thread Starter mawspitau

    (@mawspitau)

    *r?usper* ;D

    Thread Starter mawspitau

    (@mawspitau)

    *hust* Nix für ungut. Wollte nur mal den Thread hier ins Ged?chtnis rufen. ??

    Thread Starter mawspitau

    (@mawspitau)

    Moinsen,

    gibt das schon etwas Neues von der Front von dieser Baustelle? Soll nur eine freundliche Nachfrage sein. ??

    Liebe Grü?e
    MAW

    Thread Starter mawspitau

    (@mawspitau)

    Hi JP,

    vielen Dank. Manchmal gibt Wichtigeres als dieses Internet. ??

    Liebe Grü?e
    MAW

Viewing 14 replies - 1 through 14 (of 14 total)