+ Reply to Thread
Results 1 to 4 of 4

Thread: Re: Single Menu Page with Bv and PHP
      
   

  1. #1
    qps1111's Avatar
    qps1111 is offline Corporal
    Join Date
    Dec 2008
    Location
    Chicago, IL
    Posts
    15

    Default Re: Single Menu Page with Bv and PHP

    Another newbie here just trying to master this consistent menu bar option. I have followed Naval's instructions but I have one problem that I can't seem to figure out.

    Little background. I have a very simple startup site. Only 5 pages. Home, Products, Services, FAQ, & Contact. I had the same menu bar on all pages. To test the new way of doing things, I saved a new page called "menubar" and then went to my services page and removed the existing menu. I added the HTML box in it's place and pasted the following code-

    <?php
    include 'menubar.html';
    ?>

    Saved all my pages and published them again. Strangest thing is happening. My main page (index.html) is now showing this new menu bar as well. Even though I only saved the HTML box on my "services" page. The other pages still show the old menu bar as I would have expected. Can anyone offer a suggestion why my index page has also been affected?? Any help is much appreciated!! Thanks

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: Single Menu Page with Bv and PHP

    Not without a link. Please also be advised you have to change your page properties from html to php in order for this to work correctly.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    qps1111's Avatar
    qps1111 is offline Corporal
    Join Date
    Dec 2008
    Location
    Chicago, IL
    Posts
    15

    Default Re: Single Menu Page with Bv and PHP

    Thanks for the tip, but in this case I did save it as PHP. I still have no idea why my index page was acting up but I applied the same properties to the index that I was using on the other pages and everything is working fine now. It's not ideal but it gets me by the problem. Thanks again and next time I'll be sure to provide the line. :)

  4. #4
    Join Date
    Feb 2006
    Location
    Kings Lynn, Norfolk (UK)
    Posts
    8,719

    Default Re: Single Menu Page with Bv and PHP

    Hi, all solved. But wasn't sure if you new that this method would only work when published & viewing via a live site.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49