SUMMARY QUESTION:
Can I call TWO AnyModProjectID’s on one page? In my case, I would even need to call 4 AnyModProjectID’s because 4 Domains run their own News-Blog-Sections, and the goal is to also display those four news sections on the Group-domain(page/project) : skysails-group.de
LONGER VERSION :
my question in more detail:
skysails-power.de is entertaining a MOD containing Blog-like News-Content on AnyModProjectID= 86N4N3 .
My aim is to display that very same MOD on a different Domain called skysails-group.de. But that different domain has a different V2 Script , thus the AnyModProjectID differs = 87M4M7.
I stumbled upon the problem that the relevant MOD cannot be available on both AnyModProjectID’s at the same time. Is that true?
How may I call the same MOD if the AnyModProjectID on skysails-group.de is different ?
I thought about an API Request, but I am not sure if this is possible in this scenario, also am I not sure if it is the best possible way to take. Is there an easier approach to solve my issue?
https://guide.anymod.com/guide/data-only.html#single-mod-request
Also am I unaware of how to handle the json-data correctly, If my goal is to render the content on the page, having a different V2 Script AnyModProjectID.
Sorry to bother you with this edge case!
The core question is: I wonder how I may I reuse a MOD (best-way), if the Mod is inside one Project but it is supposed to also be available inside of a second Anymod-Project?
I hope the questioon is defined clearly enough to provide me with a helpful hint ; )
I am aware of cause, I may simply clone the MOD and tell the client to update the News Section twice: inside both Projects manually and separately. I would strongly prefer to find a way to reuse one MOD across more than one project.
The AnyModProjectID does not match with the MOD I aim to load. The Mod will not load on my second Project. Merely adding both Domainnames to the Project hosting the relevant MOD did not do the trick, of cause. Because the other domain is calling the V2 script with a different AnyModProjectID.