Questions tagged [moodle-theme]

40 questions
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
0 answers

moodle program html and css is not responding as required

In moodle; I have added a label section and added html css code so that the frontent looks like overlay design. Program works fine in editor but doesnot respond likewise when uploaded to moodle. Its a simple overlay navigation. my code: main…
0
votes
1 answer

Observer function is not redirecting to my custom page in Moodle

I am fairly new to Moodle. I am working on a custom plugin in which I wanted to make a pop up that shows after the user has logged in for the first time. Exploring the forum, I came up with the idea of catching event and triggering something.…
Shihab
  • 17
  • 6
0
votes
0 answers

How to enable web services in moodle?

i have developed a plugin and when i install it i want to enable web services automatically while installing, i don't want to manually enable it at => site administration > server > overview > enable web services. I can add some plugins i.e.…
0
votes
0 answers

advcheckbox in moodle form is storing only 0 in database

I am new Moodle and working on form data saving. I have created a group of checkbox which will take some input from the users and store it to the database, but unfortunately it is storing only 0/1 in the database. I have no clue where I made the…
Shihab
  • 17
  • 6
0
votes
1 answer

Create a pop up window after signing up for the first time in moodle

I am new to Moodle and I am trying to have a pop up window when an user logged in for the first time. I have created a custom plugin, in there I have made a custom page consist of a form. Is there any way that I can make that form page appear as a…
Shihab
  • 17
  • 6
0
votes
1 answer

Is there a way to inherit the Moodle quiz module?

I've been tasked with developing a custom quiz module that functions exactly like the core quiz module but with some UI modifications. The issue is that our users still need to use the core quiz module as well. Is there a way to create a new…
7Alex
  • 1
0
votes
1 answer

adding menu options to secondary menu links in Moodle

im trying to add a menu option to the secondary menu navigation bar that can be found on the course pages, i can't find any reference to secondary men or the menu names in the root directory can anyone point me in the right direction ? secondary…
0
votes
1 answer

How can I find and edit the html code for Moodle without using the additional HTML box?

I've been hunting for days now and for whatever reason the code seems to be pretty elusive with files linking to files that link to other files that don't exist. So can anyone tell me where i can find the HTML / PHP / SQL code, or whatever it may…
0
votes
2 answers

Moodle 4.0 problems with Moove 3.11.05 theme (the site is not showing breadcrumbs)

Basically I've installed the Moove 3.11.05 theme and everything seems to work except the breadcrumbs. I've done the research and didn't find any solution. Has someone else encountered this problem and how can it be fixed?
Luis Edwards
  • 73
  • 1
  • 8
0
votes
0 answers

Question to set courseformat core_course_create_courses

I want to create a course with reverse week format by using the webservice. What do I have to set in the parameters? courses[0][forcetheme]= string courses[0][courseformatoptions][0][name]= string courses[0][courseformatoptions][0][value]=…
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

Error code: ddlxmlfileerror during plugin installation

I have created a plugin/webservice in moodle in my local folder in moodle, when i converted the folder to zip and then installed it; it would install correctly in local folder in moodle. Now i want to install it in the mod folder so i changed the…
0
votes
1 answer

How to show navigation bar options to specific users in moodle lms?

Below is my code for showing an extra option in navigation-drawer of Moodle LMS account. function local_report_extend_navigation(global_navigation $navigation) { $main_node = $navigation->add(get_string('pluginname', 'local_report'),…
0
votes
0 answers

Can't find data record in database table course_categories in moodle

[I'm getting this error in my moodle][1] And I can't go in any activity like security and any other activity so I can solve [1]: https://i.stack.imgur.com/83ofA.png