Trying to learn about passing conditional statements available in one template to another template

Status
This content is read-only, or is not open for further replies.

John917

Guest
offline
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
Code:

<xf:page option="xfrmID">{$xf.resource.resource_id}</xf:page>
being placed in the "xfrm_resource_wrapper" template...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom