Mein Versuch mit "orderby":
Code
<!--[assign var=kollektionpublist value=$publist]-->
<!--[foreach from=$kollektionpublist item='Kollektion']-->
<span class = "fontheader">
<a href="<!--[pnmodurl modname='PageMaster' type='user' func='viewpub' tid=$pubtype.tid pid=$Kollektion.core_pid orderby=preise_von_bis]-->"><!--[$Kollektion.$core_titlefield]--></a><br>
</span>
<!--[if !empty($Kollektion.preise_von_bis)]-->
<span class = "fontsize">
<!--[$Kollektion.preise_von_bis]-->
</span><br>
<!--[/if]-->
<!--[foreachelse]-->
<!--[gt text='No publications found.']-->
<!--[/foreach]-->
<!--[foreach from=$kollektionpublist item='Kollektion']-->
<span class = "fontheader">
<a href="<!--[pnmodurl modname='PageMaster' type='user' func='viewpub' tid=$pubtype.tid pid=$Kollektion.core_pid orderby=preise_von_bis]-->"><!--[$Kollektion.$core_titlefield]--></a><br>
</span>
<!--[if !empty($Kollektion.preise_von_bis)]-->
<span class = "fontsize">
<!--[$Kollektion.preise_von_bis]-->
</span><br>
<!--[/if]-->
<!--[foreachelse]-->
<!--[gt text='No publications found.']-->
<!--[/foreach]-->
Leider funktioniert das "orderby" (das hab ich aus der pagesetter-doku) nicht, was muss ich machen ?
Ich habe lange im Forum gesucht aber nichts zu dem Thema gefunden ...
Danke schon mal ~~~ IRRBERT ~~~

Kommentare