Announcement

Collapse
No announcement yet.

How to hide the log in button

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

    How to hide the log in button

    As the tin states, I don't use accounts as customers don't like doing it themselves and would rather phone through orders, so can I delete the log in button from the home page to stop confusing the odd new customer
    Chris Ashdown

    #2
    This will display a message on everything but the Brochure Home Page:
    Code:
    <actinic:block if="%21%20%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e" >
    	NOT ON BROCHURE HOME PAGE
    </actinic:block>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Many thanks Norman, Where do I place it?
      Chris Ashdown

      Comment


        #4
        Perhaps in Design / Library / Layouts / Navigation Icons / Login Basic Link. Put the BlockIf around the code you find there.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Many thanks
          Chris Ashdown

          Comment

          Working...
          X