|
|||
|
Hallo,
ich hoffe ich bin hier richitg. Also ich habe folgendes Problem. Bei einer Veyton4-Installation möchte ich das Template anpassen, soweit so gut. Im Gegensatz zum xt_default Template, möchte ich nicht Leftbar Content Rightbar sondern Content Leftbar Rightbar haben. Dies funktioniert auf den Unterseiten auch soweit ganz gut. Nur auf der Startseite (Willkommensseite) werden die DIV-Boxen falsch zusammengesetzt. So sollte es sein: HTML-Code:
<div id="contentwrap" class="clearfix"> <div id="content"></div> <div id="leftcol"></div> <div id="rightcol"></div> </div> HTML-Code:
<div id="contentwrap" class="clearfix"> <div id="content"> <div id="leftcol"></div> <div id="rightcol"></div> </div> </div> HTML-Code:
<div id="contentwrap" class="clearfix"> {if $show_index_boxes == 'true'} <div id="content"> {else} <div id="contentfull"> {/if} {$content} </div> {if $show_index_boxes == 'true'} <div id="leftcol"> {box name=xt_new_products type=user order_by='rand()'} {box name=xt_new_products type=user order_by='rand()'} {box name=xt_new_products type=user order_by='rand()'} </div> <div id="rightcol"> {box name=categories} {box name=cart} {box name=loginbox} {content block_id=7 levels=nested} {if $_content_7|count > 0} <div class="boxWrapper"> <h2>{txt key=TEXT_INFO}</h2> <ul class="categorymenu"> {foreach name=aussen item=box_data from=$_content_7} <li class="level{$box_data.level}{if $box_data.active} active{/if}"><a href="{$box_data.link}">{$box_data.title}</a></li> {/foreach} </ul> </div> {/if} {box name=manufacturers} {box name=xt_bestseller_products type=user} </div> {/if} </div> EDIT Die Zeilen in der default.html waren dafür verantwortlich. HTML-Code:
{page name=xt_startpage_products type=user order_by='p.products_sort' tpl_type='product_listing'}
{page name=xt_upcoming_products type=user order_by='p.date_available' tpl_type='product_listing'}
Geändert von aminox (01.09.2010 um 14:32 Uhr) |
![]() |
| Lesezeichen |
| Stichworte |
| aufbau, startseite, template, unterschiedlicher, unterseiten |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Wo Liegt Das Template F?r Die Startseite? | llaron | Template System | 5 | 03.05.2005 11:20 |
| Template Auswal Auf Der Startseite | sex-go | Installation und Konfiguration | 0 | 25.01.2005 17:05 |