A <nofilter> tag in the forum?

A <nofilter> tag in the forum?

by Visvanath Ratnaweera -
Number of replies: 4
Picture of Particularly helpful Moodlers Picture of Translators
How can I avoid ugly posts like this: https://moodle.org/mod/forum/discuss.php?d=217935#p950320 ? Is there a tag similar to <nowiki> for the forum ?

What I need is to display just the hyperlink without the graphics.
Average of ratings: -
In reply to Visvanath Ratnaweera

Re: A <nofilter> tag in the forum?

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Visvanath,

I think the 'Prevent automatic linking' button in the text editor, which inserts span class="nolink" tags around text, is supposed to prevent filter auto-linking. At least, that's how it used to work.

Average of ratings: Useful (1)
In reply to Helen Foster

Re: A <nofilter> tag in the forum?

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators

Hi Helen,

thanks for the hint. I knew there must be a simple way of doing this. Since I have the WYSIWYG editor deactivated I don't see the button. I activated WYSIWYG and editing this post. The "nolink" button created the following code.

<p><span class="nolink"><a href="http://www.youtube.com/watch?v=61lkqSFJPbs">Test Signal HD</a></span></p>

The graphic is still there, I'm afraid.

In reply to Visvanath Ratnaweera

Re: A <nofilter> tag in the forum?

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

I found a report of the problem in the tracker: MDL-4330.

Average of ratings: Useful (1)