Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Label FAQ.

Label FAQ: Difference between revisions

From MoodleDocs
m (Added link to spanish translation of page)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
# Find where your label's code is(if it has text, look for the text)  
# Find where your label's code is(if it has text, look for the text)  
# You should have something like ''class="activity label" id="module-310''. The number will be the number of the label you want to edit - so remember its number and then:
# You should have something like ''class="activity label" id="module-310''. The number will be the number of the label you want to edit - so remember its number and then:
# Open a new tab or new window in your browser and type this in ''http://yourmoodle/course/modedit.php?update=310&return=0'' where the number is the number of the label you want to edit. It should take you straight to editor to edit the label.
# Open a new tab or new window in your browser and type this in ''http://[yourmoodle]/course/modedit.php?update=310&return=0'' where the number is the number of the label you want to edit. It should take you straight to editor to edit the label.
# Delete the contents, save and start again
# Delete the contents, save and start again


See also [http://www.youtube.com/watch?v=DXIhDt5rCmc How to edit a label with no edit icon video] and PDF [http://groups.google.com/group/moodlersLA/files Moodle 1.9 How to fix corrupted Labels Moodle] - by Maryel Mendiola (PDF, 1.84 MB, Sep 2009)
See also [http://www.youtube.com/watch?v=DXIhDt5rCmc How to edit a label with no edit icon video]  


[[Category:FAQ]]
[[Category:FAQ]]


[[es:Etiqueta FAQ]]
[[es:Etiqueta FAQ]]
[[de:Textfeld FAQ]]

Latest revision as of 15:27, 25 November 2018

I am no longer able to edit a label. What can I do?

If you add something to a label that Moodle doesn't like or recognise, it can sometimes disfigure your page such that you lose the label editing icon. To remove the offending item without having access to the editing icon:

  1. Log in to your Moodle
  2. Right click on your page to see the source code.
  3. Find where your label's code is(if it has text, look for the text)
  4. You should have something like class="activity label" id="module-310. The number will be the number of the label you want to edit - so remember its number and then:
  5. Open a new tab or new window in your browser and type this in http://[yourmoodle]/course/modedit.php?update=310&return=0 where the number is the number of the label you want to edit. It should take you straight to editor to edit the label.
  6. Delete the contents, save and start again

See also How to edit a label with no edit icon video