mvc

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
cao
FormaLms User
Posts: 60
Joined: Fri Oct 12, 2018 8:32 pm
Version: forma.lms 2.0

mvc

Post by cao »

Formalms is base on the MVC model.
The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components:
the model talk to the db, the view is what you see, and the controller the business logic.
there is usually a language folder where you can make change to the text.
Each of these components are built to handle specific development aspects of an application.
In addition to the above there the admin side and the client.
In Formalms there is a language folder but the change to the text is not reflected in the view.
the cdata is not being parse. how do you change any the text in the application.
the only text that I was able to change was "recupera" into "recover" in the lostpwd module.
I want to change the following text "forma.lms is an open source e-learning platform (LMS and LCMS) used in corporate and higher education markets"
thank you for you help
alfa24
Senior Boarder
Posts: 2009
Joined: Fri Nov 24, 2017 8:45 am

Re: mvc

Post by alfa24 »

Your pusher is better than mine.
Per supporto GRATUITO contattatemi in privato qui
cao
FormaLms User
Posts: 60
Joined: Fri Oct 12, 2018 8:32 pm
Version: forma.lms 2.0

Re: mvc

Post by cao »

What does your pusher is better than mine mean?
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: mvc

Post by canelli »

Cao
there is no need to change anything in the code.
forma.lms is natively multilingual and can serve pages in the user's preferred language. 26 languages are available and others can be added.
Languages are loaded during the installation process from the xml files in the database and provided to the user from the db. After installation, you can load other languages from the "manage language" administration section.
To change the translation, as a super administrator, you need to access the language management (Administration / Settings / Language Management), choose the language you need to edit, click on "Translation Icon", search for text or keyword and translate the text as you like.
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology

http://www.joint-tech.com
---------------
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Change Language keys

Post by max »

Hi Cao,

what you're looking for does not have anything to do with MVC.... Forma has 26 languages, just choose a different language and you are done.
Also, all languages can be customized, you just need to go to administration > language management
The text you are looking for can be found under the "login" module and the "intro_std_txt" translation key.

By the way, you can find what I just wrote on the LMS' home page...
transl.JPG
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
cao
FormaLms User
Posts: 60
Joined: Fri Oct 12, 2018 8:32 pm
Version: forma.lms 2.0

Re: mvc

Post by cao »

Thank you for the info.
Your solution work, but I wanted to change the text in the code.
I think that I need to Install Symphony and Composer and learn the new framework.
I used to develop modules for Opencart and OpenERP(Odoo).
I am trying to develop a new look and feel for the lms.
To be able to change Image,Text, Button Color, The login Lightbox and so on.
Be able to create a new paragraph in a different location.
I am able to skin and change the look and feel of Litmos lms completely,
Litmos lms is not open source. The same with Skillsoft lms.
I will try my hand with the Symphony framework.
Thank You
Post Reply