How to modify and add the link in the footer page

How to modify and add the link in the footer page.

see photo

http://pro.photomania.com/photoview3.asp?login=x_x14022010_PQRI8&photo=radD5816.png&album=1

Thank you

Free Dating Site on: http://coolonweb.com
Quote · 14 Feb 2010

Hi, Not sure if this is what your after but this is how i've editted mine.....

Footer

You need to edit.....
_sub_footer.html in your templates and also the general.css in your css folder

Find in css:
.bottomCopyright .bottomLinks {

I changed to this,
.bottomCopyright .bottomLinks {
overflow:hidden;
padding-left:10px;
padding-top:30px;
text-transform:none;
width:75%;
text-align:left;
}
.bottomCopyright .bottomPanic {
overflow:hidden;
padding-left:10px;
padding-top:10px;
text-transform:none;
width:20%;
text-align:right;
}

In  _sub_footer.html i changed to this

<div class="bottomLinks">
   __bottom_links__
  </div>
  <div class="bottomPanic">
   <a href="http://www.ceop.police.uk/reportabuse/" target="_blank"><img src="http://www.pudonk.co.uk/banners/CEOPReportBtn.gif" border="0"></a>
  </div>

Hope this helps :)

Steve 

Quote · 13 Mar 2010

To do this properly, you will need to edit the database. Navigate to your database, sys_menu_buttom and insert a new entry into the table. Use the other entries as a template on how to go about it.

Once you're done, empty the ./cache and ./cache_public directories, leaving the .htaccess file intact (don't delete it). You must empty your cache directories for database changes to take immediate effect.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 13 Mar 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.