Announcement

Collapse
No announcement yet.

Inserting extra Nag buttins/text

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

    Inserting extra Nag buttins/text

    Hi All
    I tried to insert a sitemap in act_primary.html based on what is written in the advanced guide..but it messed up all the graphics lines on the page and so i had to take it off. basically the advanced guide says:

    There is a NETQUOTEVAR for each separate navigation button in the navigation bar. These can
    be used instead of the restrictive NETQUOTEVAR:HEADERGUIDE
    then it goes on to say how you can insert
    NETQUOTEVAR:NAVBSEARCH for search
    NETQUOTEVAR:NAVBSITEMAP for site map etc
    But it is not that easy..inserting these single items messes up my onpage graphics...the lines across the page end up cut in the middle of the page..

    has anyone attempted to write their own navigation bar? Would appreciate some example code..

    cheers

    #2
    <td height="12" colspan="2" nowrap><a href="NETQUOTEVAR:NAVBHOMELINK">Home</a> |&nbsp;<a href="http://www.surf-wax.co.uk/acatalog/index.html">Shop
    Front</a> |&nbsp;<a href="http://www.surf-wax.co.uk/cgi-bin/crosssellpro/topproducts.cgi?">Bestsellers</a> | <a href="NETQUOTEVAR:NAVBSEARCHLINK">Advanced
    Search</a> |&nbsp;<a href="NETQUOTEVAR:NAVBINFOLINK">Terms &amp; Conditions </a> |&nbsp;<a href="http://www.surf-wax.co.uk/acatalog/quick_email.htm" target="_blank">Contact
    Us</a> |&nbsp;<a href="http://www.pinbrook.net/actinic/press.htm" target="_blank">Press</a> | <a href="http://www.surf-wax.co.uk/acatalog/sitemap.html">Sitemap</a></td>
    see it in action www.surf-wax.co.uk/acatalog, its abit of a mixture of NQVs and hard coded links

    Comment


      #3
      HI and Thanks
      I am using the smart theme..it has a couple of bands running across..when i intorduce hard code nav links, it destroys my bands..and it looks a bit ugly like a half completed motorway hanging in the air
      cheers

      Comment


        #4
        url please ?

        Comment


          #5
          Hi Pinbrook
          I removed the sitemap so th eproblem does not show up anymore..but I can put it back if you want to see it...

          Comment


            #6
            Same Problem, need to add menu items - pls

            Hi Guys

            I have a similar problem, being an actinic noob, I'm floundering a bit abd found your post and the reply with code.

            The problem I have is, its the wrong style and it works differently than the theme link/button.

            I assume theres a def file somewhere with the navigation links in, can't we add any new defs in the same file so its implemented the same way at run time?

            Sorry if thats silly!!

            Apprectiate any help please
            Jerry

            http://www.testingmyweb.co.uk

            Comment


              #7
              Look at what you have in the navigation tab on Design | Options.
              Bill
              www.egyptianwonders.co.uk
              Text directoryWorldwide Actinic(TM) shops
              BC Ness Solutions Support services, custom software
              Registered Microsoft™ Partner (ISV)
              VoIP UK: 0131 208 0605
              Located: Alexandria, EGYPT

              Comment


                #8
                Originally posted by wjcampbe
                Look at what you have in the navigation tab on Design | Options.
                Yes I have looked, I'm sorry I must be being thick, I dont see how that helps me really.

                Are you suggesting I hijack one - thats ok, but how do I get it to point to the page I want it to after? I would have thought there would have been an add menu item in that section.

                Where do I go for help now?

                Regards
                Jerry

                Comment


                  #9
                  Take a look at he Advanced User Guide, specifically the netquotevar dictionary at the end.

                  You will find all the navigation NQVs listed there.

                  As in my example code above, you use something like

                  <a href="NETQUOTEVAR:NAVBHOMELINK">Home</a>

                  for each link you require in your menu.

                  Taking care to remove the current NQV, which depending on the theme you are using could be the nqvfooterguide or similar

                  Comment

                  Working...
                  X