WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: egeek on August 09, 2011, 10:45:07 PM

Title: Home tab not linking to /
Post by: egeek on August 09, 2011, 10:45:07 PM
Hi there :-)

I have created a menu with several tabs.
My problem is that the "Home" tab isn't linking to "/" or "/pages/home.php", instead it links the the previous visited link.
Have searched, but simple can't seem to find an answer.

Can anyone help?

Regards
Title: Re: Home tab not linking to /
Post by: Re-Mi on August 10, 2011, 05:56:20 PM
hi,

try to make the link go to
Code: [Select]
<a href="<?php echo WB_URL?>/index.php">Link to home</a>
Greetz

     
Title: Re: Home tab not linking to /
Post by: ruebenwurzel on August 10, 2011, 08:43:00 PM
Hello,

1.) change the menu call from show_menu() to show_menu2().
2.) Disable in "Admin-Tools", "Frontent Output Filter" the relative Links

Matthias