Announcement

Collapse
No announcement yet.

Titles of Non Content tree pages

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

    Titles of Non Content tree pages

    Hey,

    How do i edit the titles of the pages not included in the Content Tree.

    I can select the page using "Select Page Type" in the preview pane and edit it, but how do i change the title of the page. at the moment it is looking at a variable.

    Is it that i have just not found the variable?

    Dan
    Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

    #2
    Hi

    It is not possible to change the name of these page titles I'm afraid.

    What you need is a condition in the <title> field of the page that says 'If the page is Type A, then use 'blah' as the page title'. I can do this condition for you if you can tell me what you are after.

    Comment


      #3
      Ooh, ok.

      Erm, i just wanted to be able to change the title of the shopping cart pages and such.

      All it displays on shopping cart pages at the moment is "Mozilla Firefox" in FF, or in IE a really nasty title displaying the whole url including passed perl variables.

      Just something that would display even the shop name would be nice.

      No worries if not, its not that a big deal.
      (im what i like to call a pixel perfectionist - everything has to be just right lol)

      Thanks

      Dan
      Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

      Comment


        #4
        Dan,

        Here is the block statement we currently use for our v8 site, it covers most things but you should be able to pick and choose what you need/want from it, and obviously change whatever titles you want to display. Just paste it inbetween your title tags:-

        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Section%27" ><actinic:variable name="PageTitle" /> @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Brochure%27" ><actinic:variable name="PageTitle" /> @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%200%27" >Checkout Step 1 @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%201%27" >Checkout Step 2 @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%202%27" >Checkout Step 3 @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Shopping%20Cart%27" >Your Shopping Basket with <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Add%20To%20Cart%20Confirmation%27" >Selection Added to Basket</actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Receipt%27" >Your Receipt from <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Search%27" >Search our Site @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Search%20Results%27" >Your Search Results with <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Bounce%20Page%27" >Forwarding you to the next page...</actinic:block>
        Cheers

        David
        Located in Edinburgh UK

        http://twitter.com/mcfinster

        Comment


          #5
          Originally posted by dave_finlayson View Post
          Here is the block statement we currently use for our v8 site...
          That's very useful - thanks.
          Kenny Fraser
          http://kennyfraser.com

          Comment

          Working...
          X