LMS Customisation - Question | JoomShaper

LMS Customisation

UM

University of Mauritius

Extension 1 week ago

Hello,

We opted to use the LMS extension. However, we are unable to change a few things to be used for our need. Kindly advise how we can proceed.

  1. We wish to be able to change the terms used like "category", "level", "type" as well as the different levels from "intermediate" "beginner", etc. to something else, and remove "price/free" for courses.
  2. We wish to be able to add a link like in blue in the screenshot: https://prnt.sc/7KJGdtBkUcea
  3. We wish to be able to remove "free" and "Buy now" as well as other information that is irrelevant in our case.. (in red) see picture: https://prnt.sc/gRGGA4gaaenA | https://prnt.sc/5qT_F0_vb_io
  4. Can we resize the course cards? https://prnt.sc/DqQ_GsjAkwe2 for example if we wish to resize them to fit 3 columns instead of 2
  5. The terms used on the following page are not appropriate for our need and we wish to be able to customise.. https://prnt.sc/Nbrn1W7DaKQl | https://prnt.sc/_Deh2rbzGgI0 .. We would like to be able to hide items like skill/ education/ social if not possible to modify the names... https://prnt.sc/3TBeZDFvIjCC
0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 6 days ago #228051

Hello University of Mauritius,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. Rest assured, I will look into this issue for you and work to resolve it as quickly as possible.

  1. Please go to language override and change these texts.
    1. COM_SPLMS_COURSE_FIELD_LEVEL_BEGINNER
    2. COM_SPLMS_COURSE_FIELD_LEVEL_INTERMEDIATE
    3. COM_SPLMS_FILTERS_CATEGORY
    4. COM_SPLMS_FILTERS_LEVEL
    5. COM_SPLMS_FILTERS_TYPE https://prnt.sc/etZxaLfyrsjI
  2. Edit the level name. Whatever you insert here, will be shown in the filter. https://prnt.sc/3mPKO-ltoved https://prnt.sc/tPmYFFoGaruB
  3. Use these Custom CSS on Template Options -> Custom Code -> Custom CSS. It will remove the texts that you do not want to display. You can also edit the overriden files if you do not want to use CSS. But this is easier in my opinion.
    .splms-badge-free,
    .splms-course-teacher,
    .splms-price-box,
    .course-short-info,
    .course-right-content{
     display: none;
    }
  4. Adding a PDF option on the courses page is a customization request which we don't do. You have to modify this file: templates/educon_ii/html/layouts/com_splms/courses/course.php
  5. You can remove skills and education from the teachers profile. If there is no skill and education, then it will not show in the frontend. The same thing goes for social option. If you do not add, then it will not be shown. https://prnt.sc/fVz6solJLw_V

Can we resize the course cards? https://prnt.sc/DqQ_GsjAkwe2 for example if we wish to resize them to fit 3 columns instead of 2

I do not understand this question. Please clarify it. Do you want to modify the admin view? Let me know.

Best regards

0