Page 1 of 2

The Course Catalog is not showing on login page

Posted: Mon Apr 27, 2020 1:31 pm
by deevman
Hello,

I just installed Forma v2.3 and i noticed that a lot of features both in terms of structure and functionality has been changed.

One of the most critical is that the Course Catalog in which users who are not even registered can click on the login page has disappeared.

Now you must register and login to the portal to see them,and they must be assigned to a user before they can view the course on the My Profile page.

I noticed the portal does not have good Navigation menu at the top , making it difficult for users to easily go back and forth on the portal.

Please revise these changes to v2.3 and re-add these user friendly features.

Thanks

Re: The Course Catalog is not showing on login page

Posted: Mon Apr 27, 2020 1:46 pm
by max
Hi Deevman, well those features have not been changed in 2.3 related to Forma 2.2
The public catalog is still there, you just have to enable it just like you did in the past.

Also, the navigation menu at the top has not changed, so I don't know what you're talking about, frankly.

Would you like to show us what you mean with some screenshots?

Re: The Course Catalog is not showing on login page

Posted: Tue Apr 28, 2020 12:33 pm
by deevman
Thanks max.

Please show me what you mean with screenshots.

Re: The Course Catalog is not showing on login page

Posted: Tue Apr 28, 2020 12:45 pm
by deevman
Please see attached screenshots of the issue.

Kindly advise.

Thanks

Re: The Course Catalog is not showing on login page

Posted: Tue Apr 28, 2020 2:06 pm
by max
Ah, but that's a different question, then! And a different issue from what you described at the beginning.

There is an option that on older versions was selected by default and now is deselected by default, to be compliant with GDPR.

Under administration>configuration>system settings>settings>elearning please enable

"If not a single course catalog is assigned to a user, show all the courses and curricula"

Concerning the untranslated label: you're right. It's untranslated. We'll fix it for the next release

Re: The Course Catalog is not showing on login page

Posted: Tue May 05, 2020 9:42 am
by deevman
Ok max, I enabled the course catalog and it is showing now.

Thanks

Re: The Course Catalog is not showing on login page

Posted: Wed May 06, 2020 10:48 am
by deevman
Hello Max,

Kindly let me know which php file contains the label CATALOGO CORSI so that I can change it to English.

Thanks

Re: The Course Catalog is not showing on login page

Posted: Fri May 08, 2020 7:12 pm
by alberto
Hi, you should be able to change it from the language management

Check the brand new documentation HERE

Re: The Course Catalog is not showing on login page

Posted: Fri May 15, 2020 1:06 pm
by deevman
alberto wrote: Fri May 08, 2020 7:12 pm Hi, you should be able to change it from the language management

Check the brand new documentation HERE
Hello Alberto,

Thanks for the info.

Which modules or keys do I update in language management settings for CATALOGO CORSI ?

see attached screenshots

BR

Re: The Course Catalog is not showing on login page

Posted: Fri May 15, 2020 1:42 pm
by alfa24
In /appLms/views/homecatalogue/catalog_header.php

change:

Code: Select all

<a href="index.php?r=catalog/show&amp;id_cata=0">Catalogo Corsi</a>
with:

Code: Select all

<a href="index.php?r=catalog/show&amp;id_cata=0"><?php echo Lang::t('_CATALOGUE') ?></a>