#5749 - Search Comcode pages for images before setting page icon

This is a spacer post for a website comment topic. The content this topic relates to: #5749 - Search Comcode pages for images before setting page icon
Automated message: This issue was created using the Report Issue Wizard on the Composr homesite.
Image

(Click to enlarge)

Image

(Click to enlarge)

This has too much of a time cost for v10 but will look into it for v11; it definitely needs to be fixed for v11.
v11 should already be capable. Attachments should work so long as they haven't been set as WYSIWYG-editable (which gets rid of the Tempcode in MEDIA_IMAGE_WEBSAFE.tpl that makes it work). Custom image fields on Comcode pages should work as next precedence.

Or you can edit HTML_HEAD.tpl and remove this:
<meta property="og:image" content="{$METADATA*,image}" />
<meta property="og:image:width" content="{$IMG_WIDTH*,{$METADATA,image}}" />
<meta property="og:image:height" content="{$IMG_HEIGHT*,{$METADATA,image}}" />
to just let agents choose on their own which image to use.
0 guests and 0 members have recently viewed this.