S S Thomas Well-known member Feb 27, 2018 #1 I'm extending forum_view (template) and Controller\Forum, adding plain images to the view. How can I put them through the XF proxy?
I'm extending forum_view (template) and Controller\Forum, adding plain images to the view. How can I put them through the XF proxy?
S S Thomas Well-known member Mar 1, 2018 #2 Found a workaround. Expose the image as bb-code to the controller, then use {{bb_code($img, 'forum', $forum)}} to parse the bb-code.
Found a workaround. Expose the image as bb-code to the controller, then use {{bb_code($img, 'forum', $forum)}} to parse the bb-code.