Mouth Oct 27, 2018 #1 The schema.org image reference has an incorrect URL... Code: "image": "https://netrider.net.au/https://cdn.netrider.net.au/data/nixfifty/calendar/238/238762-f1f6a2d340289c92fa1b6523252a95cd.jpg"
The schema.org image reference has an incorrect URL... Code: "image": "https://netrider.net.au/https://cdn.netrider.net.au/data/nixfifty/calendar/238/238762-f1f6a2d340289c92fa1b6523252a95cd.jpg"
Naz Staff member Oct 27, 2018 #2 Mildly annoying. How is your cdn url generated? Are you using the config.php option to change your data directory or something else?
Mildly annoying. How is your cdn url generated? Are you using the config.php option to change your data directory or something else?
Mouth Oct 27, 2018 #3 NixFifty said: How is your cdn url generated? Are you using the config.php option to change your data directory Click to expand... Yes. In template nf_calendar_event_view, I edited from ... Code: "image": "{xen:jsescape '{$xenOptions.boardUrl}/{$event.cover_image.thumbnailUrl}'}" ... to ... Code: "image": "{xen:jsescape '{$event.cover_image.thumbnailUrl}'}" Fixed
NixFifty said: How is your cdn url generated? Are you using the config.php option to change your data directory Click to expand... Yes. In template nf_calendar_event_view, I edited from ... Code: "image": "{xen:jsescape '{$xenOptions.boardUrl}/{$event.cover_image.thumbnailUrl}'}" ... to ... Code: "image": "{xen:jsescape '{$event.cover_image.thumbnailUrl}'}" Fixed
Naz Staff member Oct 27, 2018 #4 Mouth said: Yes. In template nf_calendar_event_view, I edited from ... Code: "image": "{xen:jsescape '{$xenOptions.boardUrl}/{$event.cover_image.thumbnailUrl}'}" ... to ... Code: "image": "{xen:jsescape '{$event.cover_image.thumbnailUrl}'}" Click to expand... Perfect, way ahead of me. I will look in to better support for cdn’s in the meantime.
Mouth said: Yes. In template nf_calendar_event_view, I edited from ... Code: "image": "{xen:jsescape '{$xenOptions.boardUrl}/{$event.cover_image.thumbnailUrl}'}" ... to ... Code: "image": "{xen:jsescape '{$event.cover_image.thumbnailUrl}'}" Click to expand... Perfect, way ahead of me. I will look in to better support for cdn’s in the meantime.