Search found 13 matches

by drewlander
Mon Mar 11, 2019 1:00 am
Forum: E-Learning Management & Frontend
Topic: .search_t cllass in content library height not same as other controls; forma 2.1
Replies: 3
Views: 3962

Re: .search_t cllass in content library height not same as other controls; forma 2.1

One more edit for /var/www/html/forma/formalms/appLms/views/kb/show.php <div class="quick_search_form navbar forma-quick-search-form"> <div class="simple_search_box" id="usermanagement_simple_filter_options" style="display: block;"> <div class="navbar-for...
by drewlander
Sun Mar 10, 2019 9:34 pm
Forum: E-Learning Management & Frontend
Topic: .search_t cllass in content library height not same as other controls; forma 2.1
Replies: 3
Views: 3962

Re: .search_t cllass in content library height not same as other controls; forma 2.1

after further review, I notice the padding on the controls does not match the e-learning tab either, and it probably was meant to be the same. The fix above is a temporary fix I suppose and a better fix to match the styles on the other tab will involve quite a bit more review. The controls on e-lear...
by drewlander
Sun Mar 10, 2019 8:47 pm
Forum: E-Learning Management & Frontend
Topic: .search_t cllass in content library height not same as other controls; forma 2.1
Replies: 3
Views: 3962

.search_t cllass in content library height not same as other controls; forma 2.1

Not sure where in the software it was decided that 22px is appropriate for the .search_t class, but the effect in the content library is that the search box is smaller than the filter drop menu control to the left. If there is a reason for the 22px height for something elsewhere in the software, the...
by drewlander
Sun Mar 10, 2019 8:37 pm
Forum: E-Learning Management & Frontend
Topic: offsetWidth news area Forma 2.1
Replies: 1
Views: 2996

offsetWidth news area Forma 2.1

javascript error on the bootstrap carousel for the user news area ( under the profile slide-in ). VM3692 bootstrap-3.3.6.min.js:6 Uncaught TypeError: Cannot read property 'offsetWidth' of undefined This happens when there is no news. simple fix is to add the news. A better fix might be to check if t...
by drewlander
Sun Mar 10, 2019 7:49 pm
Forum: Installazione e Configurazione
Topic: Forma 2.1 issues
Replies: 0
Views: 4494

Forma 2.1 issues

I rolled this into a single topic for lack of time to create 4 separate ones. lib.user.php -- No setting in UI for ldap_alternate_check. No setting in database. Not sure if it should be there, but its in code. // Edited by Claudio Redaelli if (Get::sett('ldap_alternate_check') == 'on') { if(!$user_m...
by drewlander
Thu Apr 14, 2016 8:13 am
Forum: Installation and configuration
Topic: time_offset
Replies: 2
Views: 3792

time_offset

I have found if you have the time_offset configured then the 0000-00-00 00:00:00 date\time stamps in the database are completed with the offset value. One major consequence is that the access to course objects can be altered. For a working example: set the time offset in the php file or create the v...
by drewlander
Wed Apr 13, 2016 10:00 pm
Forum: Administration Management
Topic: Unable to Log in
Replies: 5
Views: 6237

Re: Unable to Log in

from phpmyadmin you could execute this statement:

update core_setting set ldap_used = 'off'
by drewlander
Wed Apr 13, 2016 9:22 pm
Forum: Feedback & Suggestions
Topic: Time zones
Replies: 5
Views: 7222

Re: Time zones

Thanks for that information. Ill consider all these factors when I review over the weekend and reserve my immediate thoughts for some testing before I lay out a path.

thx
-d
by drewlander
Wed Apr 13, 2016 2:21 am
Forum: Installation and configuration
Topic: Missing references
Replies: 1
Views: 3124

Missing references

Looking at my web stats, I saw some 404's and checked them out. The ones that stuck out and I verified are below: /appLms/views/cart/cart.css - referenced in CartLmsController.php /templates/standard/images/standard/upcheck.gif - referenced in learning.htmlpage.php - referenced in do.faq.php /templa...
by drewlander
Tue Apr 12, 2016 7:30 pm
Forum: Feedback & Suggestions
Topic: Time zones
Replies: 5
Views: 7222

Re: Time zones

Interesting thing about the time_offset is that it doesnt seem to exist "out-of-the-box" as a setting in core_reg_setting. I add it and it works as I expect, using the value in +/- minutes. It's like a hidden feature. Anyway, I tested this and it does seem to store to the database with the...