Announcement

Collapse
No announcement yet.

Block If help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Block If help

    I need to have something on my home page but not on my other brochure pages eg: delivery, terms etc.

    How can I do a block If to so that something only happens on the home page?

    #2
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e">
    HOME PAGE ONLY STUFF HERE
    </actinic:block>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks Norman

      Next I need to block the code that is on my brochure page from appearing on my home page. So other way around.

      Comment


        #4
        <actinic:block if="%21%20%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e" >
        NOT HOME PAGE STUFF HERE
        </actinic:block>
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks again Norman. Great help as usual!!!

          Comment

          Working...
          X