Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 8, 20231 yr I have a Pages DB and the results when entered display the Record Image in the Activity Stream view, but when someone comments on it, that images is no longer displayed. Is there a way to make it always show the Record Image?
October 9, 20231 yr It would require customization of the feed template. A Pages record reply is treated like a forum reply, which also doesn’t repeat the attachments posted to the original post.
October 9, 20231 yr Author On 10/9/2023 at 6:39 AM, opentype said: It would require customization of the feed template. A Pages record reply is treated like a forum reply, which also doesn’t repeat the attachments posted to the original post. You mean the activity stream feed template? In this case that's the streamItems template, which just shows the following within a loop to output each stream item: {$result->html( $view, $sort != 'date', TRUE )|raw} Edited October 9, 20231 yr by Clover13