Results 1 to 4 of 4

Thread: Insert-Tags

  1. #1
    New user
    Join Date
    06-13-10.
    Posts
    5

    Default 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.

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default 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).

  3. #3
    New user
    Join Date
    06-13-10.
    Posts
    5

    Default 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!

  4. #4
    New user
    Join Date
    06-13-10.
    Posts
    5

    Default Re: Insert-Tags

    Oh yeah... one more thing. It does work in the main template "fe_page.tpl"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •