grantus Active member Feb 10, 2018 #1 I created a template with the search box code and want to create a link that opens that template content in a popup. Is that possible? I know about using the overlaytrigger for a link but I just don't know how it's possible to do with a template.
I created a template with the search box code and want to create a link that opens that template content in a popup. Is that possible? I know about using the overlaytrigger for a link but I just don't know how it's possible to do with a template.
Jeremy P XenForo developer Staff member Feb 10, 2018 #2 You'd have to create a way to access the template first. You could use a page node if your use case is simple enough. If you need specific data to be available inside the template you'd have to create an add-on.
You'd have to create a way to access the template first. You could use a page node if your use case is simple enough. If you need specific data to be available inside the template you'd have to create an add-on.
grantus Active member Feb 10, 2018 #3 True, creating a page node with the content inside seems ideal I guess.