Announcement

Collapse
No announcement yet.

Page Footer - Links on all pages

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

    Page Footer - Links on all pages

    Hi all,

    I'm new to this system so sorry if this sounds like an easy thing to do.

    I would like all of my pages to have links at the bottom of them. There's about 10 links i would like to include on all pages no matter if its a shopping page or just a normal page.

    I've looked in the templates section and nothing i changed is shown on my pages so i assume i'm doing it in the wrong place or just getting it wrong.

    I want all my pages to have this kind of structure. I need the links to be in one file or place so if one changes i dont need to go through every page.
    (I cant make the right hand lines, line up, dont know why )

    --------------------
    |------------------| <---header
    | | |
    | | | <- sidebar and content
    | | |
    | | |
    | | |
    |-- |
    | |
    | |
    |_____LINKS______| <- links at bottom of all pages


    Any help would be appreciated.

    Thanks

    m4cc4

    #2
    Hello,

    Try adding the code for your links in Act_footer.html
    User of Actinic since V3 and living on the French riviera

    Comment


      #3
      thanks

      Thanks for that.
      I've tried it and the code is there, but it doesn't show up on any pages. Do i have to do something to make it work? i've gone to Offline preview and it doesn't show the links.

      HTML Code:
      <BR>
      <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
      <TR>
      <TD VALIGN=MIDDLE ALIGN="LEFT">
      <span CLASS="actxsmall">
      <b>NETQUOTEVAR:FOOTERTEXT</b>
      </span>
      </TD>
      </TR>
      </TABLE>
      <BR>
      <span CLASS="actxsmall"><Actinic:EXTRAFOOTERTEXT/></span>
      </DIV>
      
      <DIV ALIGN="CENTER">
      That last DIV is the start of my links code. Does it matter where in the template it goes. I didn't think it would.

      m4cc4

      Comment


        #4
        Have you uncommented NETQUOTEVAR:FOOTER in Act_primary ? (that is : have you removed the <!-- and --> ) ?
        User of Actinic since V3 and living on the French riviera

        Comment


          #5
          whoops!!!!

          Originally posted by Jacques
          Have you uncommented NETQUOTEVAR:FOOTER in Act_primary ? (that is : have you removed the <!-- and --> ) ?
          haha, looks like i really dont know what i am doing. it nearly all works fine after uncommenting that bit, thanks.

          all my commerce pages now have a links footer, but normal pages that aren't in the commerce bit dont. do i need to mess around with another template or can i add fragments at the bottom of each page with a footer tag in them or something ?

          thanks very much for getting me on my way with this

          m4cc4

          Comment


            #6
            By "normal pages that aren't in the commerce bit" do you mean pages outside the acatalog directory ? If so I think you may do something related to the brochure pages (but I don't use it so I'm not really sure of it)
            User of Actinic since V3 and living on the French riviera

            Comment


              #7
              oh well

              yeah, thats what i meant when i said normal pages. i've given up on the template thing and just created footers for each page with some html for the links. so if i do need to change it, its only four pages and a template that will need changing.

              thanks for all your help.

              m4cc4

              Comment

              Working...
              X