Hallo,
Daher habe ich mir mal die sidebar.tpl angeschaut und festgestellt das diese doch recht einfach aufgebaut ist.
    [{block name="sidebar_partners"}]
        [{if $oView->getClassName() eq "start"}]
            [{include file="widget/sidebar/partners.tpl" }]
        [{/if}]
    [{/block}]
usw.
wenn ich jetzt die Datei login.tpl in das Verzeichnis application/views/azure/tpl/widget/sidebar kopiere und in der sidebar.tpl dann den Code einfüge sollte es doch klappen.
   [{block name="sidebar_partners"}]
        [{if $oView->getClassName() eq "start"}]
            [{include file="widget/sidebar/partners.tpl" }]
        [{/if}]
    [{/block}]
    [{block name="sidebar_login"}]
        [{if $oView->getClassName() eq "start"}]
            [{include file="widget/sidebar/login.tpl" }]
        [{/if}]
    [{/block}]
usw.
leider war dies ohne Erfolg 
Aja
             
            
              
            
           
          
            
              
                m4r73n  
              
                  
                    June 25, 2015,  8:27pm
                   
                  2 
               
             
            
              [QUOTE=Ajatuksia;160703]
             
            
              
            
           
          
            
            
              naja, es wird nichts angezeigt
             
            
              
            
           
          
            
            
              hast du tmp/ geleert und befindest auch auf der Startseite?
             
            
              
            
           
          
            
            
              ja, jetzt die frage es gab mehrer sidebar.tplś
welche ist die richtige?
             
            
              
            
           
          
            
            
              application/views/azure/tpl/layout/sidebar.tpl
in application/views/azure/tpl/widget/sidebar/ dürfte es eigentlich keine sidebar.tpl geben.
             
            
              
            
           
          
            
            
              stimmt das hatte ich mal, ok hab die datei gelöscht… geht aber alles noch
step1
[{foreach from=$oxidBlock_sidebar item="_block"}]
    [{$_block}]
[{/foreach}]
[{block name="sidebar"}]
    [{block name="sidebar_adminbanner"}]
        [{if $oView->isDemoShop()}]
            [{ include file="widget/sidebar/adminbanner.tpl" }]
        [{/if}]
    [{/block}]
    [{block name="sidebar_categoriestree"}]
        [{if $oView->getClassName() != 'start'}]
            [{oxid_include_widget cl="oxwCategoryTree" cnid=$oView->getCategoryId() deepLevel=0 noscript=1 nocookie=1}]
        [{/if}]
    [{/block}]
    [{block name="sidebar_partners"}]
        [{if $oView->getClassName() eq "start"}]
            [{include file="widget/sidebar/partners.tpl" }]
        [{/if}]
    [{/block}]
    [{block name="sidebar_boxproducts"}]
        [{if $oView->getClassName() eq "start" && $oView->getTop5ArticleList()}]
            [{include file="widget/product/boxproducts.tpl" _boxId="topBox" _oBoxProducts=$oView->getTop5ArticleList() _sHeaderIdent="BOX_TOPOFTHESHOP_HEADER"}]
        [{/if}]
    [{/block}]
    [{block name="sidebar_recommendation"}]
        [{if $oViewConf->getShowListmania() && $oView->getSimilarRecommListIds() }]
            [{oxid_include_widget nocookie=1 cl="oxwRecommendation" aArticleIds=$oView->getSimilarRecommListIds() searchrecomm=$oView->getRecommSearch()}]
        [{elseif $oViewConf->getShowListmania() && $oView->getRecommSearch()}]
            [{oxid_include_widget nocookie=1 cl="oxwRecommendation" _parent=$oView->getClassName() searchrecomm=$oView->getRecommSearch()}]
        [{/if}]
    [{/block}]
    [{block name="sidebar_tags"}]
        [{if $oView->showTags() && $oView->getClassName() ne "details" && $oView->getClassName() ne "alist" && $oView->getClassName() ne "suggest" && $oView->getClassName() ne "tags"}]
            [{oxid_include_widget nocookie=1 cl="oxwTagCloud" blShowBox="1" noscript=1 }]
        [{/if}]
    [{/block}]
    [{block name="sidebar_news"}]
        [{if $oxcmp_news|count }]
            [{include file="widget/sidebar/news.tpl" oNews=$oxcmp_news}]
        [{/if}]
    [{/block}]
[{*
    [{block name="sidebar_facebookfacepile"}]
          [{if $oView->isActive('FbFacepile') && $oView->isConnectedWithFb()}]
            <div id="facebookFacepile" class="box">
                <h3>[{oxmultilang ident="WIDGET_FACEBOOK_FACEPILE_HEADER"}]</h3>
                <div class="content" id="productFbFacePile">
                    [{include file="widget/facebook/enable.tpl" source="widget/facebook/facepile.tpl" ident="#productFbFacePile" type="text"}]
                </div>
            </div>
        [{/if}]
    [{/block}]
*}]
[{*
    [{block name="sidebar_shopluperatings"}]
        [{if $oView->getClassName() eq "start"}]
           [{include file="widget/shoplupe/ratings.tpl" }]
        [{/if}]
    [{/block}]
*}]
[{/block}]
ändern auf
[{foreach from=$oxidBlock_sidebar item="_block"}]
    [{$_block}]
[{/foreach}]
[{block name="sidebar"}]
    [{block name="sidebar_adminbanner"}]
        [{if $oView->isDemoShop()}]
            [{ include file="widget/sidebar/adminbanner.tpl" }]
        [{/if}]
    [{/block}]
    [{block name="sidebar_categoriestree"}]
        [{if $oView->getClassName() != 'start'}]
            [{oxid_include_widget cl="oxwCategoryTree" cnid=$oView->getCategoryId() deepLevel=0 noscript=1 nocookie=1}]
        [{/if}]
    [{/block}]
    [{block name="sidebar_partners"}]
        [{if $oView->getClassName() eq "start"}]
            [{include file="widget/sidebar/partners.tpl" }]
        [{/if}]
    [{/block}]
 [{block name="sidebar_login"}]
        [{if $oView->getClassName() eq "start"}]
            [{include file="widget/sidebar/login.tpl" }]
        [{/if}]
    [{/block}]
    [{block name="sidebar_boxproducts"}]
        [{if $oView->getClassName() eq "start" && $oView->getTop5ArticleList()}]
            [{include file="widget/product/boxproducts.tpl" _boxId="topBox" _oBoxProducts=$oView->getTop5ArticleList() _sHeaderIdent="BOX_TOPOFTHESHOP_HEADER"}]
        [{/if}]
    [{/block}]
    [{block name="sidebar_recommendation"}]
        [{if $oViewConf->getShowListmania() && $oView->getSimilarRecommListIds() }]
            [{oxid_include_widget nocookie=1 cl="oxwRecommendation" aArticleIds=$oView->getSimilarRecommListIds() searchrecomm=$oView->getRecommSearch()}]
        [{elseif $oViewConf->getShowListmania() && $oView->getRecommSearch()}]
            [{oxid_include_widget nocookie=1 cl="oxwRecommendation" _parent=$oView->getClassName() searchrecomm=$oView->getRecommSearch()}]
        [{/if}]
    [{/block}]
    [{block name="sidebar_tags"}]
        [{if $oView->showTags() && $oView->getClassName() ne "details" && $oView->getClassName() ne "alist" && $oView->getClassName() ne "suggest" && $oView->getClassName() ne "tags"}]
            [{oxid_include_widget nocookie=1 cl="oxwTagCloud" blShowBox="1" noscript=1 }]
        [{/if}]
    [{/block}]
    [{block name="sidebar_news"}]
        [{if $oxcmp_news|count }]
            [{include file="widget/sidebar/news.tpl" oNews=$oxcmp_news}]
        [{/if}]
    [{/block}]
[{*
    [{block name="sidebar_facebookfacepile"}]
          [{if $oView->isActive('FbFacepile') && $oView->isConnectedWithFb()}]
            <div id="facebookFacepile" class="box">
                <h3>[{oxmultilang ident="WIDGET_FACEBOOK_FACEPILE_HEADER"}]</h3>
                <div class="content" id="productFbFacePile">
                    [{include file="widget/facebook/enable.tpl" source="widget/facebook/facepile.tpl" ident="#productFbFacePile" type="text"}]
                </div>
            </div>
        [{/if}]
    [{/block}]
*}]
[{*
    [{block name="sidebar_shopluperatings"}]
        [{if $oView->getClassName() eq "start"}]
           [{include file="widget/shoplupe/ratings.tpl" }]
        [{/if}]
    [{/block}]
*}]
[{/block}]
step2
die login.tpl von application/views/azure/tpl/form nach application/views/azure/tpl/widget kopieren
soo habe ich noch was vergessen?
             
            
              
            
           
          
            
            
              nein, sieht alles gut aus.
             
            
              
            
           
          
            
            
              absolut nichts, browser komplett cookies cach us gelöscht bekomme immer noch das selbe angezeigt… kannst du den login sehen? evtl spinnt mein browser
http://grewatsch-oc.de/ 
             
            
              
            
           
          
            
            
              ich sehe da leider auch nichts. versuch mal probeweise den original Pfad zu nehmen: form/login.tpl statt widget/sidebar/login.tpl
             
            
              
            
           
          
            
            
              nix