XF 2.0 Not seeing custom variables on inline reply

dirtfilledcarriage

Member
Licensed customer
I've extended the thread and post structures to accommodate additional parameters for template variables and they are working fine, except on inline reply where they are not displaying. They don't seem to exist when I look at the parameters on that post, but when I refresh they appear as expected.

What structure should I be extending to be able to see new variables on an inline reply?
 
Nevermind. Got it by attaching a listener to templater_macro_pre_render (public:post_macros:post if someone lands here looking for similar in the future).
 
Back
Top Bottom