hatrick Posted May 28, 2015 Share Posted May 28, 2015 Mam moduł faq (najczęściej zadawane pytania). Moduł ten tworzy swój własny link e-kaan.pl/faq. Chciałbym ten link dodać to stopki. Jaki plik muszę edytować aby ten link widniał w stopce pod działem "informacje"? Link to comment Share on other sites More sharing options...
0 endriu107 Posted May 28, 2015 Share Posted May 28, 2015 Plik blockcms.tpl Link to comment Share on other sites More sharing options...
0 hatrick Posted May 28, 2015 Author Share Posted May 28, 2015 Plik blockcms.tpl Ale w themes/modules/blokcms czy modules/blockcms? Jeśli możesz, to co powinienem tam dodać, bo zerknąłem w oba te pliki i widzę że czarna magia, myślałem że znajde tam te linki które są teraz i skopiuje z małą przeróbką , a tam jest grubo i nie wiem za bardzo jak to ogarnąć. Link to comment Share on other sites More sharing options...
0 endriu107 Posted May 28, 2015 Share Posted May 28, 2015 Raczej w themes jeśli masz tam taki plik, a dodaj normalnie tak jak sie zwykły link w html-u dodaje. Link to comment Share on other sites More sharing options...
0 hatrick Posted May 28, 2015 Author Share Posted May 28, 2015 Raczej w themes jeśli masz tam taki plik, a dodaj normalnie tak jak sie zwykły link w html-u dodaje. A w którym miejscu {if $block == 1} <!-- Block CMS module --> {foreach from=$cms_titles key=cms_key item=cms_title} <div id="informations_block_left_{$cms_key}" class="block informations_block_left"> <h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4> <div class="block_content"> <ul class="bullet"> {foreach from=$cms_title.categories item=cms_page} {if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;"> <a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a> </b></li>{/if} {/foreach} {foreach from=$cms_title.cms item=cms_page} {if isset($cms_page.link)}<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if} {/foreach} {if $cms_title.display_store}<li><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} </ul> </div> {/foreach} <!-- /Block CMS module --> {else} <!-- MODULE Block footer --> <div id="tmfooterlinks"> <div><h4>{l s='Information' mod='blockcms'}</h4> <ul> {if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} <li class="item"><a href="{$link->getPageLink($contact_url, true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} </ul> </div> <div><h4>{l s='Our offers' mod='blockcms'}</h4> <ul> {if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if} <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li> {if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if} {if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('sitemap')}" title="{l s='Sitemap' mod='blockcms'}">{l s='Sitemap' mod='blockcms'}</a></li>{/if} </ul> </div> {$footer_text} </div> <!-- /MODULE Block footer --> {/if} I dla pewności, tak ten kod powinien wyglądać? <a title="FAQ" href="https://e-kaan.pl/faq">FAQ</a> Link to comment Share on other sites More sharing options...
0 endriu107 Posted May 28, 2015 Share Posted May 28, 2015 Gdzieś pomiędzy tymi znacznikami <!-- MODULE Block footer --> <!-- /MODULE Block footer --> a do kodu dodaj znaczniki <li>. 2 Link to comment Share on other sites More sharing options...
0 hatrick Posted May 28, 2015 Author Share Posted May 28, 2015 Gdzieś pomiędzy tymi znacznikami <!-- MODULE Block footer --> <!-- /MODULE Block footer --> a do kodu dodaj znaczniki <li>. Dodałem i chyba się udało. Kolejny raz bardzo Ci dziękuję. A co ma wpływ na pozycję? Chodzi mi o to, że chciałbym to mieć na pierwszym miejscu.Pytanie może jest laickie, ale nie bardzo się na tym programowaniu znam i robię wiele metodą prób i błędów A wolę zapytać niż namieszać. Link to comment Share on other sites More sharing options...
0 endriu107 Posted May 28, 2015 Share Posted May 28, 2015 U ciebie na pierwszym miejscu teraz jest kontakt za to odpowiada linijka: <li class="item"><a href="{$link->getPageLink($contact_url, true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> żeby było przed umieść link powyżej tego. Link to comment Share on other sites More sharing options...
0 hatrick Posted May 28, 2015 Author Share Posted May 28, 2015 U ciebie na pierwszym miejscu teraz jest kontakt za to odpowiada linijka: <li class="item"><a href="{$link->getPageLink($contact_url, true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> żeby było przed umieść link powyżej tego. Super, wszystko zrobione. Jeszcze raz dzięki. Link to comment Share on other sites More sharing options...
Question
hatrick
Mam moduł faq (najczęściej zadawane pytania). Moduł ten tworzy swój własny link e-kaan.pl/faq.
Chciałbym ten link dodać to stopki. Jaki plik muszę edytować aby ten link widniał w stopce pod działem "informacje"?
Link to comment
Share on other sites
8 answers to this question
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