We are setting up a database activity in moodle (1.9.10). The database has embedded video players that use mms links to our windows media servers. The videos work great until we do a search.
For example, the path on the first video is: mms://videofiles/Tutorial/YoungJoblessAndLivingAtHome.wmv
but if I do a search for Jobless then the path to the video changes to mms://videofiles/Tutorial/Young<span class=
and obviously the video then wont work.
Its related to the highlighting of the search term. Is there any way of us removing the highlighting of search term. When we look at the source code of the searched page, the relevant link shows up like so:
<param name="URL" value="mms://videofiles/Tutorial/Young<span class="highlight">Jobless</span>AndLivingAtHome.wmv">
Thanks for any help,
Graeme