Questions tagged [moodle-boost]

10 questions
2
votes
0 answers

Moodle 4.1.2 giving issue with boost theme

Moodle 4.1.2 giving issue with boost theme Mismatched anonymous define() module: function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function e(a){var…
1
vote
2 answers

Version 5.7 is required and you are running 5.6.41.84.1 in bluehost

I installed moodle 4.0 in bluehost recently. When I wanted to install any plugin it giving an error Version 5.7 is required and you are running 5.6.41.84.1 It needs me to update mysql to 5.7. When I spoke with my hosting providers, they said to…
YRT
  • 11
  • 1
1
vote
1 answer

Moodle error: SyntaxError Unexpected token m in JSON at position 0

I've encountered this error in Moodle (v3.11), and was wondering if anyone knows of a fix. I have a block plugin that I am building with my team. All four of us are getting the same error. After installing, when I click on the "Add a Block" button…
Kurt_eh
  • 49
  • 2
  • 10
0
votes
0 answers

removing event listener in moodle

I created a moodle block plugin which contains a form. When a mobile user try to use the form, the resizing of the window due to popup of the keyboard closed the drawer block, I tried to investigate which event listener causes this and here is the…
0
votes
0 answers

How can I display Category tiles in "My Courses" page (ie. courses.php) instead of list of courses?

I am using Moodle 4.0.4 and boost theme, I want Categories to be displayed as tiles in "My Courses" page (i.e., courses.php page), where the users click the category first then see all the courses in that category. I found a block plugin named…
egp_s2s
  • 11
  • 6
0
votes
1 answer

Error when clicking on a link that opens a pop up on moodle 3.5

I have updated my module from moodle 3.2 to moodle 3.5 and receive these errors in the debug web console: moodle-core-event: Global event published: FORM_ERROR yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:5828 moodle-core-event: Global event…
Daniel Baker
  • 75
  • 2
  • 9
0
votes
0 answers

Why does a box appear when clicking on Moodle site?

When I click on the navbar or a button on the Moodle site, it creates a blue box. Is there any other way to solve this? enter image description here I have tried to solve the issue by applying css but didn't work out.
0
votes
1 answer

How to validate something before installing local plugin in moodle

I have developed a local plugin and before installation i want to check if a certain plugin i.e. mod_attendance exists in the moodle, if it exists i want to continue with the normal installation else if the mod_attendance doesn't exist i want to…
0
votes
1 answer

Customize page-header area default theme in Moodle

I am using the default Boost theme and want to add some text beside the logo in the page-header section. I have tried doing so in the Additional HTML in Within HEAD, but does not add the text in that area. I am on version 3.6.3
Rick
  • 2,288
  • 18
  • 66
  • 98
-2
votes
1 answer

How to change the moodle forgot password page?

I want to change the page that has you either type in your email or username. Then from there, if it matches with an account it will send you a password reset email. I want to also change the text in that email. I want to get rid of the option of…