• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

lms Footer Pie - XenFácil

Sure, but I have not installed flexile. You can always tweak the template lms_FooterPie.css
Can you provide me a flexile screen-capture with this addon installed or forum flexile style?

Salud2

I do yo one better. Send you a PC with details :)
 
I do yo one better. Send you a PC with details :)
Thanks for demo forum.

For Flexile users, change all the contents of lms_FooterPie.css template to
PHP:
.wrapperXfSite
{
 background-color: rgb(240,240,240);;
}

.footerXfSite
{
 border-top: 5px solid #176093;
 background: #000000 url('styles/default/xenforo/forum-footer.png') repeat-x bottom;
 overflow: hidden;
 font-size: 11px;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 margin-top: 25px;
 padding-bottom: 50px;
 padding-top: 10px;
}

 .footerXfSite,
 .footerXfSite a
 {
 color: #a5cae4;
 }

 .footerXfSite .content
 {
 margin: 10px 0;
 background: url(rgba.php?r=43&g=72&b=92&a=102); background: rgba(43, 72, 92, 0.4); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#662B485C,endColorstr=#662B485C);
 border: 1px solid rgb(43, 72, 92); border: 1px solid rgba(43, 72, 92, 0.45); _border: 1px solid rgb(43, 72, 92);
 border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
 overflow: hidden; zoom: 1;
 }
 .footerXfSite .logo
 {
 display: block;
 margin-left: -8px;
 float: left;
 }
 .footerXfSite .logo img
 {
 display: block;
 padding: 7px 10px;
 }
 .footerXfSite .strapline
 {
 display: none;
 font-size: 10px;
 font-weight: bold;
 margin-top: -5px;
 }
 .footerXfSite .sales
 {
 display: block;
 text-align: center;
 }
 .footerXfSite .buyCta
 {
 display: inline-block;
 border: solid 2px #176093;
 box-shadow: 2px 2px 5px #032A46; -webkit-box-shadow: 2px 2px 5px #032A46; -moz-box-shadow: 2px 2px 5px #032A46; -khtml-box-shadow: 2px 2px 5px #032A46;
 padding: 1px;
 border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -khtml-border-radius: 7px;
 margin: 7px auto;
 width: 150px;
 text-align: center;
 }
 .footerXfSite .buyCta .inner
 {
 display: block;
 background: #176093 url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x center -7px;
 color: #d7edfc;
 height: 20px;
 line-height: 20px;
 padding: 5px 0;
 border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
 font-size: 14px;
 font-weight: bold;
 }
 .footerXfSite .buyCta:hover
 {
 text-decoration: none;
 border-color: #5fbef5;
 }
 .footerXfSite .buyCta:hover .inner
 {
 background-color: #65a5d1;
 color: #f0f7fc;
 text-shadow: 0 0 0 transparent, 0 1px 3px #032A46;
 }
 .footerXfSite .social
 {
 float: right;
 padding: 5px 10px;
 height: 40px;
 width: 112px;
 }
 .footerXfSite .social a
 {
 display: block;
 margin-bottom: 8px;
 line-height: 16px;
 padding-right: 20px;
 background: transparent url('styles/default/xenforo/forum-footer.png') no-repeat right 0px;
 text-align: right;
 }

 .footerXfSite .social a:hover
 {
 text-decoration: none;
 background-color: #000000;
 color: #ffffff;
 }

 .footerXfSite .social a.twitter
 {
 background-position: right -16px;
 }

 .footerXfSite .content
 {
 overflow: hidden; zoom: 1;
 padding: 2px 5px;
 }
 .footerXfSite .links.left
 {
 float: left;
 }
 .footerXfSite .links.right
 {
 float: right;
 }
 .footerXfSite .links a,
 .footerXfSite .links label
 {
 display: block;
 float: left;
 }
 .footerXfSite .salesLink
 {
 display: inline-block;
 width: 150px;
 }
 .footerXfSite .salesLink.left
 {
 text-align: right;
 }
 .footerXfSite .salesLink.right
 {
 text-align: left;
 }
 .footerXfSite .links a,
 .footerXfSite .links label,
 .footerXfSite .salesLink
 {
 padding: 3px 5px;
 }
 .footerXfSite .links a[href]:hover,
 .footerXfSite .links label:hover,
 .footerXfSite .salesLink:hover
 {
 text-decoration: none;
 background-color: #000000;
 color: #ffffff;
 border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
 }
.xenTooltip.social
{
 width: 110px;
 box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
}
 .xenTooltip.social .arrow
 {
 left: auto;
 right: 9px;
 }

.footerXfSite .demoCta
 {
 display: inline-block;
 border: solid 2px #2B485C;
 box-shadow: 2px 2px 5px #032A46; -webkit-box-shadow: 2px 2px 5px #032A46; -moz-box-shadow: 2px 2px 5px #032A46; -khtml-box-shadow: 2px 2px 5px #032A46;
 padding: 1px;
 border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -khtml-border-radius: 7px;
 margin: 7px auto;
 width: 150px;
 text-align: center;
 }
 .footerXfSite .demoCta .inner
 {
 display: block;
 background: #2B485C url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x center -7px;
 color: #d7edfc;
 height: 20px;
 line-height: 20px;
 padding: 5px 0;
 border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
 font-size: 14px;
 font-weight: bold;
 }
 .footerXfSite .demoCta:hover
 {
 text-decoration: none;
 border-color: #5fbef5;
 }
 .footerXfSite .demoCta:hover .inner
 {
 background-color: #2B485C;
 color: #f0f7fc;
 text-shadow: 0 0 0 transparent, 0 1px 3px #032A46;
  }
Save changes.

Salud2
 
I changed it but it appears the same (two footers)

9609543004.png
 
/****************************************************
[*] XenForo Addon: lms Footer Pie - XenFácil
[*] Addon by: lms and PoLiZe (css)
[*] http://www.xenfacil.com
[*] Copyright 2011 http://www.xenfacil.com
[*] Support at: http://www.xenfacil.com
[*] All rights reserved
****************************************************/
lms Footer XenForo style 2.0

I updated the addon and now is all customizable.
It can be used to locate links to where you want.

Features:

  • All customizable
  • Can be enabled or disabled with a single click
  • Customize css in template lms_FooterPie.css
  • Right bottom text is automatic board title.
  • Show/hide right bottom text
  • Show/hide top and/or bottom rows links
  • show/hide social icons.
  • Show/hide link AND/OR icon for social links
  • Customization social links
  • Replace 'Buscar' text with text and link
  • Flexile style for users Flexile.
  • Show/hide top margin

Installation and Update:

  • Unzip the package in local folder.
  • Upload all contents of upload folder to root of your XenForo forum installation
  • Go to Admin control panel -> Home -> Install Add-on -> Select addon .XML file and click install addon
  • Go to Admin control panel -> Home -> Options -> XenFácil Footer - Pie -> Configure settings.
  • Go to Admin control panel -> Appearance -> Style properties -> FooterPie de XenFácil -> customize to your liking
  • Save changes.

Changelog 2.0


  • Add left and right top row.
  • Customization social icons
  • Flexile style
  • Show/hide top margin
  • Change 'Buscar' text

Files and screenshots in first post.

Salud2
 
how do you import or load the English phrases?

Addon is in english, but....

Admin Control Panel -> Appearance -> Import a Language ->
  1. Import from uploaded file: Select the file to import.
  2. Overwrite language: select the language you want to import the phrases.
  3. Press import button
  4. Enjoy
Salud2
 
Addon is in english, but....

Admin Control Panel -> Appearance -> Import a Language ->
  1. Import from uploaded file: Select the file to import.
  2. Overwrite language: select the language you want to import the phrases.
  3. Press import button
  4. Enjoy
Salud2
figured it out.. thank you..

Is there a why to change the color to match Flexile Dark?
bottom.webp
 
/****************************************************
[*] XenForo Addon: lms Pie de XenFácil
[*] Addon by: lms and PoLiZe (css)
[*] http://www.xenfacil.com
[*] Copyright 2011 http://www.xenfacil.com
[*] Support at: http://www.xenfacil.com
[*] All rights reserved
****************************************************/

lms Footer XenForo style 3.0.4

This plugin places a footer style XenForo style.

Features:

All customizable
Can be enabled or disabled with a single click
Customize css in style properties.
Right bottom text is automatic board title.
Show/hide right bottom text
Show/hide top and/or bottom rows links
show/hide social icons.
Show/hide link AND/OR icon for social links
Customization social links
Replace 'Buscar' text with text and link
Default style or style for customizations.
Show/hide top margin.
Can be placed above or below the footer legal.
Installation and Update:

Unzip the package in local folder.
Upload all contents of upload folder to root of your XenForo forum installation
Go to Admin control panel -> Home -> Install Add-on -> Select addon .XML file and click install addon
Go to Admin control panel -> Home -> Options -> XenFácil Footer - Pie -> Configure settings.
Go to Admin control panel -> Appearance -> Style properties -> FooterPie de XenFácil -> customize to your liking
Save changes.

Changelog 3.0
  • Customization.
  • customizable style or default properties.
  • The addon footer can place above or below Footer legal.
Changelog 2.0
  • Add left and right top row.
  • Customization social icons
  • Flexile style <= deleted
  • Show/hide top margin
  • Change 'Buscar' text
Thanks To
  1. Kier for tutorial How To Use Template Hooks
  2. PoLiZe for addon css.
Demo:
http://www.xenfacil.com/

Permissions:

Do not allow the distribution of the code of this add to anywhere (except xenfacil).
Can be translated into others languages and publish them.

Donations:

I'm an unemployed person (one more than the 4,900,000 unemployed in Spain). Any donation is welcome.
Donations page: Donations

Leave english addon zip and phrases for spanish translation.

1.webp2.webp3.webp4.webp5.webp6.webp

Links in first post.

Salud2
 
Hey the add-on is working fine thanks for it.
Btw I have a problem, I would like that footer to be extend, like on xenforo.com.
Look my screen : http://snpr.cm/qUo1Yb.png
I don't want any blank I want a full footer like on xenforo http://snpr.cm/cI330v.png

Thanks
For the Default Style:
Go to adminCP > Appearance > Styles > Default Style > Templates
Edit lms_FooterPie
Search for (about Line 3):
HTML:
<div class="pageWidth">
<div class="footerXfSite">
Replace with:
HTML:
<div class="footerXfSite">
 <div class="pageWidth">

this should help ;)
 
Top Bottom