Spalte Sortierung entfernen

[quote=„07alex07“]Ich kenne das Conexco Responsive Template nicht. Zeig mal was du gemacht hast. Und am besten wie die original Datei aussieht[/quote] So sieht die Originaldatei aus: [code]{if !$sOffers} {block name=„frontend_listing_actions_class“}

{/block} {block name=‚frontend_listing_actions_top‘}
{* Sort filter *} {block name=‚frontend_listing_actions_sort‘}
{foreach from=$categoryParams key=key item=value}
{if $key == ‚sSort‘}
{continue}
{/if}

{/foreach}


{s name=‚ListingLabelSort‘}{/s}


{/block} {* Article per page *} {block name=‚frontend_listing_actions_items_per_page‘} {if $sPerPage}
{foreach from=$categoryParams key=key item=value}
{if $key == ‚sPerPage‘}
{continue}
{/if}

{/foreach}


{s name=‚ListingLabelItemsPerPage‘}{/s}


{/if} {/block} {* Change layout *} {block name=„frontend_listing_actions_change_layout“} {if !$sCategoryContent.noViewSelect}
{s name=‚ListingActionsSettingsTitle‘}Darstellung:{/s}({url params=$categoryParams sViewport=‚cat‘ sCategory=$sCategoryContent.id sPage=1 sTemplate=‚table‘} „{s name=‚ListingActionsSettingsTable‘}Tabellen-Ansicht{/s}“)({url params=$categoryParams sViewport=‚cat‘ sCategory=$sCategoryContent.id sPage=1 sTemplate=‚list‘} „{s name=‚ListingActionsSettingsList‘}Listen-Ansicht{/s}“)
{/if} {/block}


{/block} {block name=‚frontend_listing_actions_paging‘} {if $sNumberPages && $sNumberPages > 1}
{* Paging *}
{s name=‚ListingPaging‘}{/s} {if $sPages.previous} {s name=„ListingTextPrevious“} {/if} {* Articles per page *} {foreach from=$sPages.numbers item=page} {if $page.value$sPage-4} {if $page.markup AND (!$sOffers OR $sPage)}{$page.value} {else} {$page.value} {/if} {elseif $page.value==$sPage+4 OR $page.value==$sPage-4}

{/if} {/foreach} {if $sPages.next} {s name=„ListingTextNext“}>{/s} {/if}
{block name=‚frontend_listing_actions_count‘} {* Count sites *}
{se name=„ListingTextSite“}Seite{/se} {$sPage} {se name=„ListingTextFrom“}von{/se} {$sNumberPages}
{/block}
{/if} {/block} {block name=„frontend_listing_actions_close“}

 
{/block} {else} {if $sCategoryContent.parent != 1}

[{s name=„ListingActionsOffersLink“}Weitere Artikel in dieser Kategorie »{/s}]({url controller=‚cat‘ sPage=1 sCategory=$sCategoryContent.id})

 
{/if} {/if}[/code] Mit dieser Datei habe ich versucht, Sortierung/Ansicht/Artikel pro Seite auszublenden: [code]{if !$sOffers} {block name=„frontend_listing_actions_class“}
{/block} {block name=‚frontend_listing_actions_top‘}
{* Sort filter *} {block name=‚frontend_listing_actions_sort‘}{/block} {* Article per page *} {block name=‚frontend_listing_actions_items_per_page‘}{/block} {* Change layout *} {block name=„frontend_listing_actions_change_layout“}{/block}
{/block} {block name=‚frontend_listing_actions_paging‘} {if $sNumberPages && $sNumberPages > 1}
{* Paging *}
{s name=‚ListingPaging‘}{/s} {if $sPages.previous} {s name=„ListingTextPrevious“} {/if} {* Articles per page *} {foreach from=$sPages.numbers item=page} {if $page.value$sPage-4} {if $page.markup AND (!$sOffers OR $sPage)}{$page.value} {else} {$page.value} {/if} {elseif $page.value==$sPage+4 OR $page.value==$sPage-4}

{/if} {/foreach} {if $sPages.next} {s name=„ListingTextNext“}>{/s} {/if}
{block name=‚frontend_listing_actions_count‘} {* Count sites *}
{se name=„ListingTextSite“}Seite{/se} {$sPage} {se name=„ListingTextFrom“}von{/se} {$sNumberPages}
{/block}
{/if} {/block} {block name=„frontend_listing_actions_close“}

 
{/block} {else} {if $sCategoryContent.parent != 1}

[{s name=„ListingActionsOffersLink“}Weitere Artikel in dieser Kategorie »{/s}]({url controller=‚cat‘ sPage=1 sCategory=$sCategoryContent.id})

 
{/if} {/if}[/code]