Jump to content

Recommended Posts

Based on the topic: https://invisioncommunity.com/forums/topic/472186-twitter-emoji-dont-work/#comment-2926789

can someone tell me in which file I can change the inclusion from the cdn to my Local Server?

 

So: 

https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f600.png

To:

https://OWNDOMAIN.tld/twemoji/assets/......

 

Thanks 🙂

 

Link to comment
Share on other sites

If the intention is to host the images on your own server instead of the cdn, then it's not as simple as a single file edit.

It's...

  • a language string update, to handle the display of a small number of items in the ACP (that's what the issue was in that linked topic)
  • a modification of core ips JS which contains the hard-coded cdn URL (JS which isn't stored in a local file, but in a database table)
  • a modification (via plugin/app hook, ideally) of a function contained in IPS\Output
Edited by Nathan Explosion
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...