Jump to content

Recommended Posts

Posted (edited)

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
Posted
23 hours ago, Nathan Explosion said:

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)

Do you happen to know which database table it is?

Posted (edited)

Take a look in core_javascript.  

Again, it's highly recommended you make a backup of your database and understand these modifications are not directly recommended or supported by IPS.  So if something breaks... 😉 

Edited by Randy Calvert
  • Recently Browsing   0 members

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