WebsiteBaker Support (2.8.x) > Templates, Menus & Design
#solved# SM2 challenge question: show siblings only from different menu's
ruebenwurzel:
@Paul - Westhouse IT
--- Quote ---...but that creates a second page that links to the first page...
--- End quote ---
This is also not true. It only creates a redirect.
Matthias
Paul - Westhouse IT:
Boudi
You're right, page speed isn't the most important factor in good SEO, it's just one of things involved. But would you want to add an extra time and server load unnecessarily?
Edit: I'll have a look at your sm2 issue after lunch. :)
Matthias
I'll show you what I mean. Have a look at the attached image for the http requests involved. A request is always involved, even if the page is cached. WB is designed such that a menu link page is a php file that contains something like this:
<?php
$page_id = 75;
require("../config.php");
require(WB_PATH."/index.php");
?>
This file has to be requested, the details retrieved from the DB, and then the redirect to the new page happens.
It should be noted that this is different from using a standard (non-R) Apache redirect, as a standard redirect doesn't involve an extra page request.
[gelöscht durch Administrator]
Boudi:
Thnx for your comments :)
But I think this is another topic. What I need is a solution for my problem. And I think this can be done by SM2. But I need help.
Boudi
Paul - Westhouse IT:
I think it would really help if you gave your full page structure and highlighted which things need to be in which menus. It still sounds like the best way is to have all in one WB menu and pull out just what's needed for each page menu.
Boudi:
--- Quote ---It still sounds like the best way is to have all in one WB menu and pull out just what's needed for each page menu.
--- End quote ---
I will try this option. Don't cost loads of time and who knows :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version