Page 1 of 1

I want to modify the footer

Posted: Sat Sep 01, 2018 3:32 pm
by gihel
Hi everybody
how to have a footer with more information on my company
and may be translate powered by french world ?

Re: I want to modify the footer

Posted: Sat Sep 01, 2018 8:29 pm
by murat
You must go to Setting page.
And you can see footer text for change

Re: I want to modify the footer

Posted: Mon Sep 03, 2018 12:24 pm
by canelli
you can change in footer the copyrigth: go in Administration / Settings / System Configuration / Settings and change the "Site owner" content

you can not changed the "Powered by forma.lms CE"
the label is hadrcoded and the license forces you to view it

from readme.txt

Code: Select all

1. LICENCE
....
The hardcoded "Powered by forma.lms CE" credit must NOT be removed, in respect to the work of the project and community. 
You are welcome to add your credits to the page footer using the provided configuration option.

Re: I want to modify the footer

Posted: Thu Nov 22, 2018 6:26 pm
by mauro.renga
canelli wrote: Mon Sep 03, 2018 12:24 pm you can change in footer the copyrigth: go in Administration / Settings / System Configuration / Settings and change the "Site owner" content

you can not changed the "Powered by forma.lms CE"
the label is hadrcoded and the license forces you to view it

from readme.txt

Code: Select all

1. LICENCE
....
The hardcoded "Powered by forma.lms CE" credit must NOT be removed, in respect to the work of the project and community. 
You are welcome to add your credits to the page footer using the provided configuration option.
E se invece di toglierlo io volessi solo aggiungere testo a "Powered by forma.lms CE" ? Non trovo la stringa

Re: I want to modify the footer

Posted: Thu Nov 22, 2018 6:41 pm
by canelli
canelli wrote: Mon Sep 03, 2018 12:24 pm you can change in footer the copyrigth: go in Administration / Settings / System Configuration / Settings and change the "Site owner" content
it's clear
site_owner.png

Re: I want to modify the footer

Posted: Fri Nov 23, 2018 1:41 pm
by mauro.renga
canelli wrote: Thu Nov 22, 2018 6:41 pm
canelli wrote: Mon Sep 03, 2018 12:24 pm you can change in footer the copyrigth: go in Administration / Settings / System Configuration / Settings and change the "Site owner" content
it's clear
site_owner.png
It isn’t clear.

Quella sezione ok ci ero arrivato.
Io voglio aggiungere (come indicato prima) testo a “Powered by Forma...”.

Re: I want to modify the footer

Posted: Fri Nov 23, 2018 3:45 pm
by alfa24
public static function copyright() in /lib/layout/lib.layout.php
you could have simply been searching for the string "powered" in Forma files...

Re: I want to modify the footer

Posted: Fri Nov 23, 2018 4:27 pm
by canelli
as already wrote you can't delete or modify the "Powered by forma.lms CE" label

Iit is not a good practice to change core files because it will be difficult to update the system.

if you want add text you can add html tag in the "site owner" config vaule and then work on css claas for the output. or you can work / modify the template