derbenny Posted February 27, 2012 Share Posted February 27, 2012 Aloha, ich möchte gerne Buttons in einen Bereich meines Shops einbinden ich habe den Bereich auch schon ausmachen können. <ul id="header_links"> <li id="header_link_contact"><a href="http://www.f/shop/contact-form.php" title="Kontakt">Kontakt</a></li> <li id="header_link_sitemap"><a href="http://www.f/shop/sitemap.php" title="Sitemap">Sitemap</a></li> <li id="header_link_bookmark"> Nun ist meine Frage, wo ich meine Buttons einbinden kann, wo finde ich die passende Datei. Gruß DerBenny Link to comment Share on other sites More sharing options...
guest* Posted February 27, 2012 Share Posted February 27, 2012 Die angeführten Links sind normalerweise im Header Standard. Ich verstehe nicht was genau du machen möchtest. Du möchtest, dass sie angezeigt werden ? Module -> nach permanentlinks suchen - >aktivieren Im Header sind als Standard vorhanden (Währungs-Block, Sprach-Block und Link-Block) Link to comment Share on other sites More sharing options...
derbenny Posted February 27, 2012 Author Share Posted February 27, 2012 Aloha, ich würde gerne weitere Button neben die bereits Vorhandenen setzen. Gruß DerBenny Link to comment Share on other sites More sharing options...
guest* Posted February 27, 2012 Share Posted February 27, 2012 Ah so... /module/blockpermanentlinks/blockpermanentlinks-header.tpl 1 Link to comment Share on other sites More sharing options...
derbenny Posted February 27, 2012 Author Share Posted February 27, 2012 Aloha, danke für die Antwort! Es gibt ja die folgenden Dateien: blockpermanentlinks.tpl <div id="permanent_links"> <!-- Sitemap --> <div class="sitemap"> <a href="{$link->getPageLink('sitemap.php')}"><img src="{$img_dir}icon/sitemap.gif" alt="{l s='sitemap' mod='blockpermanentlinks'}" title="{l s='sitemap' mod='blockpermanentlinks'}" /></a> <a href="{$link->getPageLink('sitemap.php')}">{l s='sitemap' mod='blockpermanentlinks'}</a> </div> <!-- Contact --> <div class="contact"> <a href="{$link->getPageLink('contact-form.php', true)}"><img src="{$img_dir}icon/contact.gif" alt="{l s='contact' mod='blockpermanentlinks'}" title="{l s='contact' mod='blockpermanentlinks'}" /></a> <a href="{$link->getPageLink('contact-form.php', true)}">{l s='contact' mod='blockpermanentlinks'}</a> </div> <!-- Bookmark --> <div class="add_bookmark"> <script type="text/javascript"> writeBookmarkLink('{$come_from}', '{$shop_name|addslashes|addslashes}', '{l s='bookmark this page' mod='blockpermanentlinks'}', '{$img_dir}icon/star.gif');</script> </div> </div> und blockpermanentlinks-header.tpl <!-- Block permanent links module HEADER --> <ul id="header_links"> <li id="header_link_contact"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'}</a></li> <li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap.php')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</a></li> <li id="header_link_bookmark"> <script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks'}');</script> </li> </ul> <!-- /Block permanent links module HEADER --> Ich habe testweise mal aus beiden Dateien den Bookmark-Eintrag gelöscht, doch auf der Seite hat sich nichts geändert. Hast Du noch eine Idee ? Gruß DerBenny Link to comment Share on other sites More sharing options...
guest* Posted February 28, 2012 Share Posted February 28, 2012 Das gilt für alle 1.3. und 1.4. Versionen - http://www.prestashop.com/forums/index.php?/topic/141245-tippich-habe-anderungen-vorgenommen-die-sind-aber-nicht-sichtbar/ Link to comment Share on other sites More sharing options...
derbenny Posted February 28, 2012 Author Share Posted February 28, 2012 Aloha, vielen Dank für die Antwort! Das klappt soweit. Ich habe nur noch ein Problem und zwar, wie kann ich zum beispiel ein Link auf www.ebay.de setzen ? <a href="{$link->getPageLink('contact-form.php', true)}">{l s='contact' mod='blockpermanentlinks'} ..... öffnet ja relativ gesehen die contact-form.php, wie kann ich jetzt auf www.ebay.de oder facebook.com linken ?r Gruß DerBenny Link to comment Share on other sites More sharing options...
guest* Posted February 28, 2012 Share Posted February 28, 2012 Für Links gibt es ein Modul. Dort kannst du in einem Block Links setzen wohin du möchtest. Module -> Linkblock(f. Prestaversion 1.4.6.2)/Block-Verknüpfungen (f. Prestaversion 1.4.7.). Ich habe das mal kurzfristig in den Übersetzungen umbenannt, bin mir aber nicht schlüssig, ob Linkblock doch nicht besser wäre, aber besteht Verwechslungsgefahr mit den permanentlinks... Was ist deine Meinung ? Was wäre besser ? Version 1 oder 2 ? Block erstellen und dann die Links erfassen. Link to comment Share on other sites More sharing options...
derbenny Posted February 28, 2012 Author Share Posted February 28, 2012 Aloha, danke für die Antwort! Zu deiner Frage: Ich wäre für Link-Block , da es genau das beschreibt, was es ist. Irgendwie bin ich aber noch zu doof Links einzustellen, wenn ich als URL z.B. www.facebook.com eingebe, will er folgende Seite meines Shops, öffnen, die es aber nicht gibt: http://www.meinshop.com/shop/www.facebook.com Wie kann ich auf andere Webseiten absolut linken ? Gruß DerBenny Link to comment Share on other sites More sharing options...
derbenny Posted February 28, 2012 Author Share Posted February 28, 2012 habe mir meine Frage gerade selbst beantwortet .... http:\\www.facebook.com erledigt das. Link to comment Share on other sites More sharing options...
guest* Posted February 28, 2012 Share Posted February 28, 2012 Ja oder es gibt mehrere Facebook-Module, auf API-Basis. Nutze ich selbst auch. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now