Resource icon

lms Footer Pie - XenFácil 5

No permission to download
8thos, are you using a custom style or default?

I was going to try this one on the default style, but am holding off until I hear from you :)
 
8thos, are you using a custom style or default?

I was going to try this one on the default style, but am holding off until I hear from you :)
I got it working now. It wasn't working the way I needed to before because I did not check 'Use Customizable Style' in AdminCP/Options
 
lms updated XenFácil's Footer Pie with a new update entry:

XenFacil's Footer - Pie Engish install

I put the add-On so you can use the AddOn Installer (xx-xxx-AIC.zip).

This release can be upgraded using the Add-On Installer by Chris Deeming
autoinstall.png
Please consider donating if you find this add-on useful.

Salud2

Read the rest of this update entry...
 
For anyone that has a Facebook Pages set up, I could never get the built in codes to work, but I replaced the default link with
http://www.facebook.com/########## (where # is the Facebook page ID)
and left the ID number blank and it directs to my Facebook page for the forum.
 
@lms everytime I put, my Facebook ID it takes me to the wrong page?

fb.webp

Also how do I get the Facebook image to the right?
fb2.webp


When I click on the above Facebook Link it takes me to this page.. For some reason it adds the %20
fb3.webp


To make the actual page work I found that it should be like below.. /facebook ID ..
fb4.webp
 
@wickedstangs

In the template lms_FooterPie search by:
Code:
<a href="{xen:property lms_FooterPie_FacebookLink} {xen:property lms_FooterPie_FaceBookID}" target="_blank"
delete the space between {xen:property lms_FooterPie_FacebookLink} and {xen:property lms_FooterPie_FaceBookID}

would be something like this:
Code:
<a href="{xen:property lms_FooterPie_FacebookLink}{xen:property lms_FooterPie_FaceBookID}" target="_blank"

In the facebook link put
Code:
https://www.facebook.com/
In the facebook user id put
Code:
WickedStangsMustangClub

To display social icons
AdminCP --> Home --> Options --> XenFácil Footer-Pie --> Select the icons for Facebook and Twitter.

Sorry for my english.
 
Top Bottom