I’m up to date and using the latest (2.4).
I have a channel on MSM site 1. It has images. I’m trying to output those entries on MSM site two. Nothing.
The paths are good. I can output things just fine on MSM site one. I ran into this first using Wygwam, but it’s also happening with the basic Textarea field.
Digging into the code it seems that Typography library is only checking for “filedir_” IDs based on the current site (EE_Typography.php around line 226-229). So, when MSM site 2 is looking at all the filedir options for MSM site 2, it doesn’t find any that match the filedir_’s stored int he MSM site 1 entry, and just outputs the tag unparsed {filedir_x}.
Is that working as it should? I’d expect this isn’t desired functionality, but maybe I’m just overlooking something. Would love any solutions you can offer!