Announcement

Collapse
No announcement yet.

Help Error

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

    Help Error

    Using PHP In Actinic v11

    The text suggest correctly to use a "block" but the screen grab image shows a "block if"


    Bikster
    SellerDeck Designs and Responsive Themes

    #2
    A Block tunrs into a Block If, if it also has a condition added to it after the initial addition of the Block i have found, perhaps it is because of that.

    Comment


      #3
      The instructions show the block if appearing before anything is added or changed- it is also describing just for PHP blocks and not conditions.

      Not the end of the world.


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        If this is the Help / Understanding Layouts / Using PHP, the the first screenshot does show both a blockif and a block. However the next line of text tells you which to use: From the list that appears, select 'block' rather than 'block if'. This will insert 'block' tags into your design.

        The latter part of that article PHP Within Conditions looks wrong. It should be:
        Code:
        substr(<actinic:variable name="ProductReference" encoding="perl" selectable="false" />,0,3) == 'cat'
        Actinic Conditions are by default PHP blocks. Variables tend to be embedded as though they have quotes around them.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X