The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
Which page is the one that is NOT showing the header ?
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
I was asking because i could already see your header before, and i was wondering which page had the problem.
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
I have made few menus on my site and they are working great. Now I'm trying to create another one following the same procedure, but I keep getting an error message:
Fatal error: Call to undefined function: articles_menu() in /home/xxxxxxxx/public_html/laminate_flooring_installation.php on line 67
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Please post here the code of your "articles_menu.php" page
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
It's ok. I got it sorted out. I copied and pasted it the html box from a previous menu and forgot to change the name in the start of the page, which is your step 2 " <? function menu() { ?> it should've benn<? function articles_menu() { ?>
The menu bar you see on the left is the same one that is on the menu page you said I should make.
Could this be the problem: instead of creating a blank page I cloned my index page and just deleted everything on it except for the navigation bar and renamed it "menu" page. Also that navigation bar is not made from the menu bar icon but is just shape boxes with text.
Not even the "test number 2" which is on their is gone which I removed.
What is the page that is calling the menu.php page ?
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
I put the html block with the code inside to call the menu page on my index page and the blasting abrasives page. The link to which is found on the abrasives page just below the header.
Quote:
"Ok, you are done. I’ll just take a minute to explain what you have done: You have created a menu bar. The php code you have placed in this page, has defined the html code of this page, as a php function, named “menu”. Then, in the main page, you are calling this page, and then, you just call the function “menu”, which creates the menubar in your page"
What do you mean by the main page? Do you mean my home page or the index page?
This whole sentence is very confusing: Then, in the main page, you are calling this page, and then, you just call the function “menu”, which creates the menubar in your page"
Comment