stoffgrosshandel-holland Posted May 10, 2011 Report Share Posted May 10, 2011 Hallo, Ich möchte gerne im oberen Navigation ein neuen Link einfügen. Die Anleitung hab ich gefunden im Handbuch. Leider steht dies nur knapp beschrieben: Einfügen war simpel auf index.html: <li><a href="{link page='WÜNSCHSEITE'}">{txt key=WÜNSCHTEXT}</a></li> Aber dann kommts: 1)Schrift ist GROSS, auch wenn ich nicht Gross schreibe 2) Wo kann ich den text ändern (und link) für die alternative Sprache? Wer kann mich helfen? Link to comment Share on other sites More sharing options...
oldbear Posted May 10, 2011 Report Share Posted May 10, 2011 tja, dann würde ich mal den Text anlegen unter Einstellungen->Lokalisierung->Sprachtexte "WÜNSCHTEXT" ist der Key und wenn er keinen Text findet , wird eben der ausgegeben wie er geschrieben wird. Einen sprachabhängigen Link müsstest Du halt über die Variable $language steuern. Grüsse Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 10, 2011 Author Report Share Posted May 10, 2011 Vielen Dank für Ihr schnelles Antwort ! Super, das hat geholfen! Nur versteh ich noch nicht wie ich es in ein andere Sprache mach und in welcher index.html Gruss, tom kuiper Stoffgrosshandel-Holland.de Link to comment Share on other sites More sharing options...
oldbear Posted May 10, 2011 Report Share Posted May 10, 2011 hallo, etwa so : {if $language == 'de'} <li><a href="{link page='WÜNSCHSEITE DEUTSCHLAND'}">{txt key=WÜNSCHTEXT}</a></li> {/if} {if $language == 'nl'} <li><a href="{link page='WÜNSCHSEITE HOLLAND'}">{txt key=WÜNSCHTEXT}</a></li> {/if} Grüsse Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 10, 2011 Author Report Share Posted May 10, 2011 Wow... Irgendwo grosses Fehler !! Wenn ich das eingeben auf index.html (templates-default template) dann alles weg !! Seite besteht nicht mehr... Link to comment Share on other sites More sharing options...
oldbear Posted May 10, 2011 Report Share Posted May 10, 2011 tja, dann wirst Du wohl was falsch geschrieben haben, ausserdem geht der Aufruf so natürlich nur für interne Seiten ( die kommen sowieso in der richtigen Sprache ). sonst muss es ja eher heissen: <li><a href="www.dutch-tulips.nl">{txt key=WÜNSCHTEXT}</a></li> Grüsse Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 11, 2011 Author Report Share Posted May 11, 2011 Bin ich jetzt komplett doof oder was????? Ich habs quasie hinbekommen. Nur auf der Holländischer seite kommen jetzt 2 Links im Navigation.... Und in der Deutsche 1 Link. PLease help me... Link to comment Share on other sites More sharing options...
oldbear Posted May 11, 2011 Report Share Posted May 11, 2011 dann poste halt mal, was Du geschrieben hast ! Grüsse Link to comment Share on other sites More sharing options...
df:bug Posted May 11, 2011 Report Share Posted May 11, 2011 Hallo, was ist denn eine "Wünschseite" und ein "Wünschtext"? Versucht es mal ohne Umlaute, Sonderzeichen oder Leerzeichen in den Keys. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 11, 2011 Author Report Share Posted May 11, 2011 Das ist einfach. Die "Wunsche" sind die Seiten wo es hingehen soll. Die umlaute funktionieren aber korrekt. Hier ist mein index.html (von templates-> xt_default -> index.html ) <div id="wrap"> <div id="header"> <div id="logo"><img src="{$tpl_url_path}img/top_logo.jpg" alt="{$store_name}" /></div> <div id="search">{box name=search}</div> </div> <div id="topmenuwrap"> <ul id="topmenu"> <li><a href="{link page='cart'}">{txt key=TEXT_CART}</a></li> {if $account == true} <li><a href="{link page='customer' conn=SSL}">{txt key=TEXT_ACCOUNT}</a></li> {/if} <li><a href="{link page='checkout' paction='shipping' conn=SSL}">{txt key=TEXT_CHECKOUT}</a></li> {if $account == true} {if $registered_customer} <li><a href="{link page='customer' paction='logoff' conn=SSL}">{txt key=TEXT_LOGOFF}</a></li> {else} <li><a href="{link page='customer' paction='login' conn=SSL}">{txt key=TEXT_LOGIN}</a></li> {/if} <li><a href="{link page='Gewinnspiel'}">{txt key=TEXT_Gewinnspiel}</a></li> {/if} {if $language == 'nl'} <li><a href="{link page='Wedstrijd'}">{txt key=TEXT_Gewinnspiel}</a></li> {/if} </ul> <div id="currencies">{box name=currency}</div> <div id="languages">{box name=language}</div> </div> <div id="breadcrumb"> {include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"} </div> <div id="contentwrap"> {if $show_index_boxes == 'true'} <div id="leftcol">{box name=categories} {box name=manufacturers} {content block_id=7 levels=nested} {if $_content_7|count > 0} <h2 class="boxheader">{txt key=TEXT_INFO}</h2> <div class="infoboxbody"> <ul class="contentlist"> {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=xt_special_products type=user order_by='rand()'} {box name=xt_new_products type=user order_by='rand()'} {box name=xt_trusted_shops type=user} </div> {/if} <div> {if $show_index_boxes == 'true'}<div id="content">{else}<div id="contentfull">{/if} {$content}</div> {if $show_index_boxes == 'true'} <div id="rightcol">{box name=cart}{box name=loginbox}{box name=xt_bestseller_products type=user}</div> {/if} </div> </div> {box name=xt_tagcloud type=user} <p class="footer"> <a href="http://www.textiles-online.com/"target="_blank"><img src=" " width="302" border="0" height="31"><p></a> {content block_id=6} {if $_content_6|count > 0} {foreach name=aussen item=box_data from=$_content_6} <a href="{$box_data.link}">{$box_data.title}</a> {/foreach} {/if} </p> [<copyright>] </div> {hook key=index_footer_tpl} {banner bg=banner} Link to comment Share on other sites More sharing options...
amilo Posted May 11, 2011 Report Share Posted May 11, 2011 Hi, da fehlt ja auch die hälfte von dem Code den oldbear gepostet hat. MfG. Hansen Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 11, 2011 Author Report Share Posted May 11, 2011 Wieso?? Der Shop steht ja immer auf Deutsch. Also brauch ich seine code für DE nicht. Wenn ich seine komplette Code einbaue, bekomm ich ja auch die "Lehre Seite" Fahler. ich versuchs einfach nochmal Link to comment Share on other sites More sharing options...
amilo Posted May 11, 2011 Report Share Posted May 11, 2011 Nur auf der Holländischer seite kommen jetzt 2 Links im Navigation.... Und in der Deutsche 1 Link. PLease help me... Deshalb brauchst du die Abfrage.... MfG. Hansen Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 11, 2011 Author Report Share Posted May 11, 2011 .... ???????? Link to comment Share on other sites More sharing options...
amilo Posted May 11, 2011 Report Share Posted May 11, 2011 Wenn du den Code von oldbear kürzt und nicht mehr abfragst ob der Kunde auf der detuschen Seite ist, wird auf der niederländischen Seite logischerweise beides angezeigt. Die Abfrage if de muss wieder rein. MfG. Hansen Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 11, 2011 Author Report Share Posted May 11, 2011 Das hab ich jetzt mehrmals versucht, leider wenn ich das mache, geht der komplette webseite weg, und kommt ein komplette weisse "fehler" seite Die code die dann einführe: <div id="wrap"> <div id="header"> <div id="logo"><img src="{$tpl_url_path}img/top_logo.jpg" alt="{$store_name}" /></div> <div id="search">{box name=search}</div> </div> <div id="topmenuwrap"> <ul id="topmenu"> <li><a href="{link page='cart'}">{txt key=TEXT_CART}</a></li> {if $account == true} <li><a href="{link page='customer' conn=SSL}">{txt key=TEXT_ACCOUNT}</a></li> {/if} <li><a href="{link page='checkout' paction='shipping' conn=SSL}">{txt key=TEXT_CHECKOUT}</a></li> {if $account == true} {if $registered_customer} <li><a href="{link page='customer' paction='logoff' conn=SSL}">{txt key=TEXT_LOGOFF}</a></li> {else} <li><a href="{link page='customer' paction='login' conn=SSL}">{txt key=TEXT_LOGIN}</a></li> {/if} {if $language == 'de'} <li><a href="{link page='Gewinnspiel'}">{txt key=TEXT_Gewinnspiel}</a></li> {/if} {if $language == 'nl'} <li><a href="{link page='Wedstrijd'}">{txt key=TEXT_Gewinnspiel}</a></li> {/if} Link to comment Share on other sites More sharing options...
amilo Posted May 11, 2011 Report Share Posted May 11, 2011 Da fehlt auch ein {/if} über dem {if $language == 'de'}. MfG. Hansen Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 11, 2011 Author Report Share Posted May 11, 2011 Also 2 x {/if} hintereinander? Gruss, Link to comment Share on other sites More sharing options...
amilo Posted May 11, 2011 Report Share Posted May 11, 2011 Ja, davor werden ja auch 2 Abfragen geöffnet. MfG. Hansen Link to comment Share on other sites More sharing options...
stoffgrosshandel-holland Posted May 11, 2011 Author Report Share Posted May 11, 2011 You are the MAN :) Super! Vielen Dank an Oldbear und Amilo SOLVED Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.