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
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 |
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 https://www.deanbassett.com |
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 Post Reply - if you going to help - No for - bla bla bla bla |
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 |
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 |
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 |
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 |
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 |
Someone did some instructions for this - I am pretty sure it was either mrpowless or okweb. |
Hello UFO360, To add deviders to boonex bottom links you need to do the following:
2. Open '{Dolphin root}/templates/tmpl_{yourTemplate}/_sub_footer.html' and replace this near line 10: <div class="bottomLinks"> by this: <div class="bottomLinks"> 3. Find '{Dolphin root}/templates/tmpl_{yourTemplate}/css/general.css' file and add the following to the end of the file: .bottomCopyright .bottomLinks 4. To change the color of deviders find the following in 'general.css' file: .bottomCopyright .bottomLinks span a
Best regards, nuknspax. Free and premium Dolphin templates. Custom design services. |
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:
2. Open '{Dolphin root}/templates/tmpl_{yourTemplate}/_sub_footer.html' and replace this near line 10: <div class="bottomLinks"> by this: <div class="bottomLinks"> 3. Find '{Dolphin root}/templates/tmpl_{yourTemplate}/css/general.css' file and add the following to the end of the file: .bottomCopyright .bottomLinks 4. To change the color of deviders find the following in 'general.css' file: .bottomCopyright .bottomLinks span a
Best regards, nuknspax. Post Reply - if you going to help - No for - bla bla bla bla |