-
Insert-Tags
How do we use the custom Insert-tags extension ?
I created a new tags in insert-tags, but have no idea how call this into my template.
i know i can use
{{insert_module::1}}, and create a module to get a custom_html inserted into the template, but i am more curious about this insert-tags extension, and how to use it.
-
Re: Insert-Tags
Zac,
I'm going to move this thread to extension support in a minute, but wanted to answer your question. I used it so I could wrap the company's name in a span for easy styling throughout the site. Here are the variables I used:
Insert-Tag: name
Replacement: <span class='companyName'>The Company Name</span>
Then, you just enter {{custom::name}} anywhere you want the tag to be inserted. I've done it in articles and modules. Not sure if it works in main template files (fe_page.tpl).
-
Re: Insert-Tags
Ah it works! just what i was looking for, couldn't find a single help for the custom insert-tag anywhere - even tried guessing a combination of keyword to see if i could get the tag to work... {{insert-tag::1}}...nope ..{{inserttag::}}...nope
Thanks!
-
Re: Insert-Tags
Oh yeah... one more thing. It does work in the main template "fe_page.tpl"