Announcement

Collapse
No announcement yet.

Help with a condition please?

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

    Help with a condition please?

    Hi all

    Looking through this forum it seems that it is not possible to have x2 INNERLAYOUTS for brochure pages?

    In this case I was wondering if someone can help me with a condition so the "Home Page Best Sellers List" appears on another SPECIFIC brochure page?

    The condition that shows the above list on the home page is:

    <actinic:variable name="IsBrochureHomePage" />

    Is it possible to add an:

    OR (actinic:variable name="BrochurePageID" ??????) so that the list also appears on a specific brochure page?

    Thanks v much in advance

    DCooke

    #2
    You can use page title, so just add the page title into the equation using your 'or' idea. If you get stuck, show us what you managed so far and we can correct it for you.

    Comment


      #3
      Cheers LeeHack

      Still having a problem I'm afraid. I changed the condition to:

      (<actinic:variable name="IsBrochureHomePage" />) OR (<actinic:variable name="BrochureName" value="Main" />)

      "Main" is what the specific brochure page is called BTW!

      I now get the HomePageBestSellerList on all the brochure pages. Is this the wrong variable?

      Thanks

      DCooke

      Comment


        #4
        Try using 'PageTitle' instead and use the condition creator tools so that you are using the correct expressions. In English it will read:

        or PageTitle = "Main"

        Comment


          #5
          Thanks for the reply.

          Not having much luck unfortunately. Do you know how I can find the BrochurePageID of the MAIN page? This way I can try that variable.

          Cheers

          DCooke

          Comment


            #6
            PageTitle works fine Dan, i use it myself, show me what you have done and lets get that fixed rather than running round trying multiple different things.

            Comment


              #7
              Finally got there! The Page Title in Page Settings was "Main"

              I put in the below - but I think it must have been case sensitive

              (<actinic:variable name="IsBrochureHomePage" />) OR (<actinic:variable name="PageTitle" /> == "main")

              Changed the case and everything is great. Its a very handy way of putting all sorts of different content on different brochure pages without needed different layouts for brochure pages. Thanks very much for your help.

              DCooke

              Comment


                #8
                Originally posted by DCooke
                Its a very handy way of putting all sorts of different content on different brochure pages without needed different layouts for brochure pages. Thanks very much for your help.
                Sure is fella HTH. Well done for persevering.

                Comment

                Working...
                X