How can I get breadcrumbs in the same way wikidot community howto, help doc or this forum sites do?
I look in page source but there is nothing, are these breadcrumbs in CSS template?
Thanks, C.
Go to the page you want to add breadcrumbs to and select "+ Options" from the bottom of the page. Then select "Parent", type in the parent page and press "Save" -button.
If you mean how to change the positioning of the breadcrumbs, that I don't know.
___TTT___/ http://www.trumpetexercises.net
(_|||_) \ - Janne
Go to the page you want to add breadcrumbs to and select "+ Options" from the bottom of the page.
This mean that has to be done each time a page is create, it is not automatic.
Otherwise I understand that the solution is add Breadcrumbs code in category template as I did here. Am I correct?
If you would create new pages by clicking on a link or button or by using the new page module, you can set the parentpage automatically
I use for example autonumbering on most of my pages… so if I create a new page it will automatically get a number for a name, no matter what I would first use as a name… so imagen this link
[[[/category:new/edit/true/parentPage/category:1 | Make a new page]]]
this will create a new page and category:1 will be the parent. (that is fixed). The name 'new' will be replaced by a number after you save that new page.
If you are using _templates for example you could use page-information to create the parent like in this link
[[[/category:new/edit/true/parentPage/%%fullname%% | Make a new childpage]]]
But check also the newpage module to set the parent automatically
Hope this helps
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
http://handbook.wikidot.com/en:page-option-buttons and
http://www.wikidot.com/doc:pagetree-module
is helpfull.
important is to know the structure BEFORE you start the breadcrumb navigation building by parenting
Changing afterwards is a heavy work.
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Sie können fragen und mitwirken in der deutschsprachigen » User-Gemeinschaft für WikidotNutzer oder
im deutschen » Wikidot Handbuch ?
because I forgot:
The forum-pages have breadcrumb automatic by the settings of the groups and categories in the site manager
you cannot stop them
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Sie können fragen und mitwirken in der deutschsprachigen » User-Gemeinschaft für WikidotNutzer oder
im deutschen » Wikidot Handbuch ?
Thanks all, I've searched Breadcrumbs but it don't give me clear answers.