Extension talk:Article Highlight

From mediawiki.org
Latest comment: 12 years ago by Beta M in topic I've translated the page into Russian

Multiple Lines[edit]

There is a problem when spanning this over multiple lines. When inserting the following it only highlights the first line.

<basic>
Test, Works


Test, doesn't work
</basic>

Update: I've worked around this issue be replacing the following lines

return	"<span class=\"articleHighlight-humorous\" >" . $input . "</span>";

with

return	"<div class=\"articleHighlight-advanced\" style=\"display:inline\" >" . $input . "</div>";

--153.98.68.197 06:35, 14 February 2011 (UTC)Reply

JavaScript Error[edit]

Cool extension, but it do not work for me. Chrome detect this error:

articleHighlight.js:166 Uncaught ReferenceError: $ is not defined

, so something wrong here as I see:

$( document ).ready( articleHighlightRemoveButtons() );

--Intentio 18:22, 15 February 2011 (UTC)Reply

I've translated the page into Russian[edit]

Hi, i've translated the page. It's a good extension, even though i didn't try it. I don't like the 'unsafe' thing, but it's good that you've implemented the rest. Beta M 11:45, 19 July 2011 (UTC)Reply

Thanks a lot. :) Also, am not able to follow this page now a days. So in future, if anyone feels like discussing about this or seeking help, feel free to mail me at apeksharma@gmail.com. --- apeksharma

Viewership Level[edit]

Hi there... good extension, but are the highlights visible to everyone, or to just my own highlights?

Thanks...