Hello Everybody!
Website/Page in question:
http://www.fiery-legends.de/index.php?id=48 /
http://www.fiery-legends.de/index.php?id=60
I have two templates, one with a summary and then the actual "news".
As you can see,
48 is the page with the multiple "news’" whilst
60 is the single news.
Multiple template:
<div id="nmultipletemplate">
<div id="ntitlebg"><h5><a class="ntitle" href="[~[+id+]~]">[+pagetitle+]</a></h5>
<span class="margin5l"><span class="grtext">Posted by <span class="wtext">[+author+]</span> on [+date+]</span></span></div>
<div id="ncontent">
<span class="justify"><span class="wtext">[+summary+]</span></span>
<div id="nrm"><span class="margin5r"><span class="wtext"><span class="bold">([[Jot?action=`count-comments` &docid=`[+id+]`]] comments) </span></span><a class="nreadmore" href="[+url+]">-READ MORE</a></span></div>
</div>
</div>
Single template:
<div id="nmultipletemplate">
<div id="ntitlebg"><h5><a class="ntitle" href="[~[*id*]~]">[*pagetitle*]</a></h5>
<span class="margin5l"><span class="grtext">Posted by <span class="wtext">[+author+]</span> on [+date+]</span></span></div>
<div id="ncontent">
<span class="justify"><span class="wtext">[*#content*]</span></span>
<div id="nrm"><span class="margin5r"><span class="wtext"><span class="bold">([[Jot?&action=`count-comments`]] comments) </span></span></span></div>
<div id="ncomments">{{comments}}</div>
</div>
</div>
The thing is, there is a ditto call in the multiple one which enables me to call for [+date+] and [+author+] whilst in the single one, those calls do not work (because there ist obviously no Ditto)..
How can I get around this?
Best Regards,
AR/Counterfire