Topic on Extension talk:MsLinks

Not supported in 1.34?

3
Summary by Sophivorus

Fixed in MsLinks 5.2+

InnerCitadel (talkcontribs)

In my mediawiki 1.34 setup the following is not working. Does it support 1.34?

  • The dlink feature, it does not make the link direct download
  • The functions msl_addButton1 and function msl_addButton2 in file MsLinks.js do not seem to be doing anything.
  • The MsUpload code that is supposed to recognise the presence of MsLinks and change the normal links to MsLinks is not working.
InnerCitadel (talkcontribs)

I'm using a CSS trick instead now using the before pseudo-element, some people might not be aware of this so I'm posting here.

a[href$=".pdf"]::before {
    content: url(...pdf-file.png);
}
Sophivorus (talkcontribs)

Fixed, please download the latest MsLinks 5.2 and confirm. Thanks for the report!