Help on adding a few buttons to footer & header

Hi all, just a quick question; i want to add a few tiny image button links to my footer where it says "about us, privacy, terms, contact, etc etc"

Which page do i alter, ive looked at the /base/__footer.html page but there is no place to add my coding and or to align the buttons to be equally separted apart.

One other question, hehe, i also want to add a button at the top of the page for an "Add This" button, so that appears on every page, ive done the same as above and looked at the /base/__header.html but same problem.

Thanks for any help :)

Quote · 6 Apr 2010

I'm going to toot my own horn.  For Add This button follow my writeup, it will place it in the site's breadcrumb trail: http://www.boonex.com/unity/extensions/entry/AddThis_Button_2010_02_03

As for adding to to your bottom menu you need to do the following:

1)

Open phpMyAdmin and table sys_menu_bottom and Add your new page there

(You ned to fill out ID, Caption, Name, Link and Order)    Order is the order in which it appears on the bottom, caption you need to make a language key for example _linkcaption, put that in the table and then once your finished make a language key called _linkcaption and fill it in with what you want to appear in the link menu.

2)

Find file cache/sys_menu_bottom.inc and delete it

3)

Open your site and you will find your new page on footer links,

Quote · 6 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.