Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Will show favicons before the picture with favicon plugin. How do i disable that.
aquazero
New
How do i disable the favicon from embedding before the images?
http://vanillaforums.org/addon/721/faviconlinks
Thanks.
0
Comments
Hello @aquazero,
I have written a workaround which works, but the solution is not ideal thanks to the FaviconLinks plugin being written quite badly.
It's not possible to check for the existence of the plugin reliably, nor is it possible to exclude links from having favicons added in front.
Since the functionalities of the FaviconLinks plugin is very simple, I can write a replacement plugin which caters to your needs.
Would you like that?
swook
Yes please. That would be awesome. I would switch to mediator.
<img src=http://whatever.com/img1.jpg" />
shouldn't have any favicons.<a href="http://whatever.com/img1.jpg">http://whatever.com/img1.jpg</a>
is the one that should have. Currently i'm using the OEmbed plugin which does not embed images.Maybe you could release it as "FaviconLinks Reloaded". I'm sure other people would find it useful.
aquazero
Hello @aquazero,
I've just created http://vanillaforums.org/addon/enhancelinks-plugin
Enjoy!
Awesome. I have submitted issue that was found.
Nice work.