hab seit meiner Umstellung auf 4.7 ein kleines Problem bei einem template von mir… wurden in 4.6.3 noch die Longdescription der Kategorie sowie das “PromotionIcon”-Bild richtig angezeigt, liefern die Abfragen derzeit wohl leere Ergebnisse retour…
hier das snippet:
[{Startseite Category Boxes}]
[{foreach from=$oxcmp_categories item=ocats}]
[{if $ocats->oxcategories__oxid->value eq $startTeaserCategory }]
<div class=“start-category shadow box”>
<a href="[{$ocats->getLink()}]" title="[{$ocats->oxcategories__oxtitle->value}]">
<div class=“start-category-content”>
<div class=“box-headline shadow-bottom”><h1>[{$ocats->oxcategories__oxtitle->value}]</h1></div>
<div class=“box-content”>[{if $ocats->oxcategories__oxlongdesc->value }][{oxeval var=$ocats->oxcategories__oxlongdesc}][{else}][{$ocats->oxcategories__oxtitle->value}][{/if}]</div>
</div>
<img src="[{$ocats->getPromotionIconUrl()}]" width=“300” height=“150” border=“0” alt="[{$ocats->oxcategories__oxtitle->value}]" title="[{$ocats->oxcategories__oxtitle->value}]">
</a>
</div>
[{ /if }]
[{/foreach}]
IDs sind gleich geblieben und die Titel werden ausgegeben…