WebsiteBaker Community Forum

General Community => Global WebsiteBaker 2.8.x discussion => Topic started by: midiweb on January 28, 2009, 06:54:32 PM

Title: How to insert some links in the footer block?
Post by: midiweb on January 28, 2009, 06:54:32 PM
hi, how to insert some links in the footer block? In the  backend, there's no block area where I can insert myself a new page or a new link in  the footer.
cheers
Title: Re: How to insert some links in the footer block?
Post by: mr-fan on January 28, 2009, 07:12:36 PM
i've you have the <php> snippet for the footer you can change it in the backend under options>footer...

the snippet for the template looks like there:

http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/adding-template-functions.php (http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/adding-template-functions.php)

under "dynamic footer"

or you must the links hardcode in the template index.php

for example with the new addon file editor on the amasp project!

get it there  http://www.websitebakers.com/pages/admin/admin-tools/addon-file-editor.php (http://www.websitebakers.com/pages/admin/admin-tools/addon-file-editor.php)

regards martin
Title: Re: How to insert some links in the footer block?
Post by: midiweb on January 29, 2009, 10:10:09 PM
hi, thanks for your help. I followed all your advice. I installed the
addon-file-editor. It works fine. But I don't know yet how to insert the links in the footer.

I see the options --->footer ----> and then I enter  my text but how to enter links. I have to enter the html code?

Code: [Select]
<div id="footer">
        <?php page_footer(); ?>
    </div>

is already implemented in the index.php of the template.



Title: Re: How to insert some links in the footer block?
Post by: albatros on January 29, 2009, 11:54:33 PM
Hi,

I think this could be helpful for you http://www.w3schools.com/HTML/html_links.asp (http://www.w3schools.com/HTML/html_links.asp).

hth

albatros