I'm trying to learn how to make a certain conditional xf.resource.resource_id that works under template "xfrm_resource_reviews" but doesn't work under "thread_view."
I stumbled upon this tutorial here that seems like it is possible with something like
being placed in the "xfrm_resource_wrapper" template.
So I went ahead and placed
into xfrm_resource_wrapper and tried using {$xfrmID} in the thread_view template and it doesn't seem to show the resource ID.
Any idea what I did wrong?
I stumbled upon this tutorial here that seems like it is possible with something like
Code:
<xf:page option="xfrmID">{$xf.resource.resource_id}</xf:page>
So I went ahead and placed
Code:
<xf:page option="xfrmID">{$xf.resource.resource_id}</xf:page>
Any idea what I did wrong?