#Problem with Extension:Title Icon

7 messages · Page 1 of 1 (latest)

loud harness
#

So around a month ago I requested to have $wgUseImageResize set to false for the Look Outside Wiki (https://lookoutside.miraheze.org/wiki/) because almost all the sprites are incredibly small and having them blurred didn't look great. The only problem that has occurred with turning this off is that I believe the Title Icon extension does not load title icons for any wiki page that would use them (for example, https://lookoutside.miraheze.org/wiki/Phillippe). The odd thing is that the search icons that would appear still work. I think this has something to do with the title icon trying to grab the "resized" image for wiki pages but because that doesn't exist anymore it doesn't load. I made a bug report a while ago but I don't know if it has been looked into (https://phabricator.wikimedia.org/T418699).

I don't know if this is the right place to ask about plugin issues, but I thought it would be smart to try at least.

unborn gulch
# loud harness So around a month ago I requested to have $wgUseImageResize set to false for the...

If your hypothesis about $wgUseImageResize messing with the extension is correct, then you likely ran into a very rare bug, as neither the extension nor the configuration are commonly seen. As such here are some possible outcomes of this:

  1. Someone fixes it for you. This is unlikely because the problem is rare and the maintainer of the extension last modified it 10 months ago. If you do report it on [[Phorge]] someone might take care of it though.
  2. Fixing the extension yourself. This is pretty hard unless you have some programming background.
  3. Replacing the extension with custom JavaScript. Requires some JavaScript knowledge, though.
pearl tinselBOT
loud harness
#

Alright I’ll try reporting in on Phorge, thank you

#

On Phorge, would I report it as an extension change, a bug report, or something else?

unborn gulch
#

It'll be a bug report

loud harness