Needs review
Project:
Sliced Book Navigation
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2008 at 17:23 UTC
Updated:
18 Dec 2008 at 10:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
vthirteen commentedalwex, the module author, replied:
"The solution I actually use for multilingual site based on a book is to make a
tree including each langages I need.
if your first branch subdivise your site in multiple langages, you don't need to
use a multilingual module.
It was the first benefit I was looking for with sliced book navigation
And never forget, "one book to rule them all" !
Comment #2
vthirteen commented[issue status changed]
Comment #3
marcus_clements commentedWhen you add translations using i18n the new nodes created are added into the book tree and are all shown in the slicedbook_navigation blocks.
This patch detects the language of each node in the tree and will not add nodes with a different language.
If no language is specified by the node they are added to the tree.
This is helpful because when a partially translated book is displayed the untranslated nodes in the default language are still displayed.
Hope this helps someone.
cheers
marcus
Comment #4
marcus_clements commentedThe patch above is useless actually.
I should have read the posts above properly...