Hallo zusammen,
ich versuche verweifelt seit 2 Stunden die frontend/listing/listing_actions.tpl zu ändern.
Egal wie und was ich ändere, wird einfach nicht übernommen im Frontend.
Sogar wenn ich im Bare Template die Datei ändere, passiert nichts. Mir scheint es fast so, als wird von einer anderen Stelle das ganze überschrieben.
Interessanterweise werden Änderungen in allen anderen Dateien angenommen, nur eben in der listing_actions.tpl NICHT!!!
Ich habe das auch bei anderen Installation getestet, überall das gleiche. Hat sonst niemand das Problem?
Hier mein Code meintheme/frontend/listing/listing_actions.tpl
{extends file='frontend/listing/listing_actions.tpl'}
{* Listing actions *}
{block name='frontend_listing_actions_top'}
{* Filter action button *}
{block name="frontend_listing_actions_filter"}
{include file="frontend/listing/actions/action-filter-button.tpl"}
{/block}
{* Filter options *}
{block name="frontend_listing_actions_filter_options"}
{include file="frontend/listing/actions/action-filter-panel.tpl"}
{/block}
{* Listing pagination *}
{block name='frontend_listing_actions_paging'}
{include file="frontend/listing/actions/action-pagination.tpl"}
{/block}
{block name="frontend_listing_actions_close"}{/block}
{* Filter action button *}
{block name="frontend_listing_actions_filter"}
{include file="frontend/listing/actions/action-filter-button.tpl"}
{/block}
{* Order by selection *}
{block name='frontend_listing_actions_sort'}
{include file="frontend/listing/actions/action-sorting.tpl"}
{/block}
{/block}
Was ich halt sehr strange finde, dass selbst Änderungen im Bare nicht angenommen werden. Ich muss aber unbedingt in dieser Datei was ändern.
Was läuft hier falsch? Wäre um jede Art von Hilfe sehr dankbar. Wer Interesse hat für Support (natürlich nicht unentgeltlich) schreibt mich bitte an.
Grüße