XF 2.0 Proxy image

S Thomas

Well-known member
Licensed customer
I'm extending forum_view (template) and Controller\Forum, adding plain images to the view. How can I put them through the XF proxy?
 
Found a workaround. Expose the image as bb-code to the controller, then use {{bb_code($img, 'forum', $forum)}} to parse the bb-code.
 
Back
Top Bottom