eldio Posted February 2, 2014 Share Posted February 2, 2014 (edited) salut, je voudrais rajouter un lien permanent "forum" dans le header vous auriez la commande svp le forum est en externe merci Edited February 6, 2014 by eldio (see edit history) Link to comment Share on other sites More sharing options...
enola Posted February 3, 2014 Share Posted February 3, 2014 Bonjour, Dans le fichier "blockpermanentlinks-header.tpl" vous pourrez ajouter votre lien. Link to comment Share on other sites More sharing options...
eldio Posted February 4, 2014 Author Share Posted February 4, 2014 merci , mais c'est quoi la commande ? forum vers le liens a mettre est du style www.xxxxx.com/forum Link to comment Share on other sites More sharing options...
enola Posted February 4, 2014 Share Posted February 4, 2014 Ajoutez par exemple : <li id="forum"><a href="http://www.xxxxx.com/forum"</a></li> Link to comment Share on other sites More sharing options...
eldio Posted February 4, 2014 Author Share Posted February 4, 2014 sa marche pas Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 5, 2014 Share Posted February 5, 2014 Bonjour, Avez vous vidé le cache ? Link to comment Share on other sites More sharing options...
eldio Posted February 5, 2014 Author Share Posted February 5, 2014 oui Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 5, 2014 Share Posted February 5, 2014 Puis-je avoir le fichier tpl et l'adresse du forum ? Link to comment Share on other sites More sharing options...
eldio Posted February 5, 2014 Author Share Posted February 5, 2014 www.eldio-shop.com/forum tpl {** 2007-2013 PrestaShop** NOTICE OF LICENSE** This source file is subject to the Academic Free License (AFL 3.0)* that is bundled with this package in the file LICENSE.txt.* It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php* If you did not receive a copy of the license and are unable to* obtain it through the world-wide-web, please send an email* to [email protected] so we can send you a copy immediately.** DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.** @author PrestaShop SA <[email protected]>* @copyright 2007-2013 PrestaShop SA* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)* International Registered Trademark & Property of PrestaShop SA*}<!-- Block permanent links module HEADER --><ul id="header_links"> <li id="header_link_contact"><a href="{$link->getPageLink('contact', true)|escape:'html'}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'}</a></li> <li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap')|escape:'html'}" 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' js=1}');</script> </li></ul><!-- /Block permanent links module HEADER --> Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 5, 2014 Share Posted February 5, 2014 C'est bien le tpl de votre theme, pas celui du theme par defaut ? Link to comment Share on other sites More sharing options...
eldio Posted February 5, 2014 Author Share Posted February 5, 2014 oups ^^ je veus enlever favoris et mettre le forum a la place, merci {** 2007-2012 PrestaShop** NOTICE OF LICENSE** This source file is subject to the Academic Free License (AFL 3.0)* that is bundled with this package in the file LICENSE.txt.* It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php* If you did not receive a copy of the license and are unable to* obtain it through the world-wide-web, please send an email* to [email protected] so we can send you a copy immediately.** DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.** @author PrestaShop SA <[email protected]>* @copyright 2007-2012 PrestaShop SA* @version Release: $Revision: 7471 $* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)* International Registered Trademark & Property of PrestaShop SA*}<!-- Block permanent links module HEADER --><ul id="header_links"> <li id="header_link_contact"><a href="{$link->getPageLink('contact', true)}" title="{l s='Contact' mod='blockpermanentlinks'}">{l s='Contact' mod='blockpermanentlinks'}</a></li> <li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap')}" 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 class="header_link_myaccount"><a href="{$link->getPageLink('my-account', true)}" title="{l s='My account' mod='blockpermanentlinks'}">{l s='My account' mod='blockpermanentlinks'}</a></li> <li class="header_link_createanaccount"><a href="{$link->getPageLink('my-account', true)}" title="{l s='Create an account' mod='blockpermanentlinks'}">{l s='Create an account' mod='blockpermanentlinks'}</a></li></ul><!-- /Block permanent links module HEADER --> Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 6, 2014 Share Posted February 6, 2014 Bonjour, Il s'agit du tpl du theme par defaut de prestashop, il faut le tpl de votre theme. Il faut remplacer <li id="header_link_bookmark"> <script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='Bookmark' mod='blockpermanentlinks'}');</script> par <li id="header_link_sitemap"><a href="http://eldio-shop.com/forum" title="forum">Forum</a></li> Link to comment Share on other sites More sharing options...
eldio Posted February 6, 2014 Author Share Posted February 6, 2014 merci nikel Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 6, 2014 Share Posted February 6, 2014 A votre service 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