Footer links

Hi Everyone!

Can someone tell me were to go to add this >> |

on my footer links to make look liek this >>   Help  |  FAQ  | Support  | Developers  | Job

Thank's a lot Guy

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 2 Jul 2010

You will need to modify the function that generates the bottom links. Not as easy as you might think. You will find it in templates\base\scripts\BxBaseFunctions.php

Function genSiteBottomMenu

https://www.deanbassett.com
Quote · 3 Jul 2010

Thank's Deano I wil ltry and do my best

You will need to modify the function that generates the bottom links. Not as easy as you might think. You will find it in templates\base\scripts\BxBaseFunctions.php

Function genSiteBottomMenu

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Jul 2010

I check the file but i dont see the links  or the text for each link

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Jul 2010

That is why i said it would not be easy. The links are generated by php code from values pulled from the database.

https://www.deanbassett.com
Quote · 3 Jul 2010

lol can you tell me how please

That is why i said it would not be easy. The links are generated by php code from values pulled from the database.

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Jul 2010

Trying to figure that out. Looks like changes will need to be made to the code, and possibly the template also. I suppose the | could just be added to the template, but that would result with an extra | after the last link. So it will take me a while to figure out the best way to deal with it.

https://www.deanbassett.com
Quote · 3 Jul 2010

Yea they need to make more easy for people some time people like to add | to make the footer links look beter

Trying to figure that out. Looks like changes will need to be made to the code, and possibly the template also. I suppose the | could just be added to the template, but that would result with an extra | after the last link. So it will take me a while to figure out the best way to deal with it.

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Jul 2010

Someone did some instructions for this - I am pretty sure it was either mrpowless or okweb.

Quote · 4 Jul 2010

Hello UFO360,

To add deviders to boonex bottom links you need to do the following:


1. Find '_sub_footer.html' file in '{Dolphin root}/templates/base/' directory and copy it to your 'tmpl_{yourTemplate}/' directory.

2. Open '{Dolphin root}/templates/tmpl_{yourTemplate}/_sub_footer.html' and replace this near line 10:

<div class="bottomLinks">
__bottom_links__
</div>

by this:

<div class="bottomLinks">
<div class="nkBottom">
__bottom_links__
</div>
</div>

3. Find '{Dolphin root}/templates/tmpl_{yourTemplate}/css/general.css' file and add the following to the end of the file:

.bottomCopyright .bottomLinks
{
position:relative;
left:6px;
top:0;
padding-left:0;
}

.nkBottom
{
position:relative;
left:-1px;
top:0;
}

.bottomCopyright .bottomLinks span
{
padding-left:0;
}

.bottomCopyright .bottomLinks span a
{
padding-left:5px;
border-left:1px solid #000;
}

4. To change the color of deviders find the following in 'general.css' file:

.bottomCopyright .bottomLinks span a
{
padding-left:5px;
border-left:1px solid #000;
}


and change #000 to your color

Best regards, nuknspax.

Free and premium Dolphin templates. Custom design services.
Quote · 4 Jul 2010

Wow Thank's a lot man this one is so easy and finally I got it done Thank's to you man

Thank's guys for helping me two but nuknspax   instruction much easy to follow

Hello UFO360,

To add deviders to boonex bottom links you need to do the following:


1. Find '_sub_footer.html' file in '{Dolphin root}/templates/base/' directory and copy it to your 'tmpl_{yourTemplate}/' directory.

2. Open '{Dolphin root}/templates/tmpl_{yourTemplate}/_sub_footer.html' and replace this near line 10:

<div class="bottomLinks">
__bottom_links__
</div>

by this:

<div class="bottomLinks">
<div class="nkBottom">
__bottom_links__
</div>
</div>

3. Find '{Dolphin root}/templates/tmpl_{yourTemplate}/css/general.css' file and add the following to the end of the file:

.bottomCopyright .bottomLinks
{
position:relative;
left:6px;
top:0;
padding-left:0;
}

.nkBottom
{
position:relative;
left:-1px;
top:0;
}

.bottomCopyright .bottomLinks span
{
padding-left:0;
}

.bottomCopyright .bottomLinks span a
{
padding-left:5px;
border-left:1px solid #000;
}

4. To change the color of deviders find the following in 'general.css' file:

.bottomCopyright .bottomLinks span a
{
padding-left:5px;
border-left:1px solid #000;
}


and change #000 to your color

Best regards, nuknspax.

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 4 Jul 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.