Text and media area FAQ: Difference between revisions

From MoodleDocs
(Created page with ".")
 
mNo edit summary
Line 1: Line 1:
.
{{Text and media area}}
==I am no longer able to edit a Text and media area. What can I do?==
 
If you add something to a Text and media area that Moodle doesn't like or recognise, it can sometimes disfigure your page such that you lose the editing icon. To  remove the offending item without having access to the editing icon:
# Log in to your Moodle
# Right click on your page to see the source code.
# 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:
# 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
 
See also [http://www.youtube.com/watch?v=DXIhDt5rCmc How to edit a label with no edit icon video]
 
[[Category:FAQ]]
 
[[es:Etiqueta FAQ]]
[[de:Textfeld FAQ]]

Revision as of 12:37, 14 November 2022

Template:Text and media area

I am no longer able to edit a Text and media area. What can I do?

If you add something to a Text and media area that Moodle doesn't like or recognise, it can sometimes disfigure your page such that you lose the 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