DokuWiki

It's better when it's simple

User Tools

Site Tools


template:arctic-mbo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
template:arctic-mbo [2013-02-15 13:18] – [Comments] Klap-intemplate:arctic-mbo [2023-10-31 00:30] (current) Klap-in
Line 2: Line 2:
  
 ---- template ---- ---- template ----
-Author_mail   matthieu@bouthors.fr Matthieu Bouthors +description   : Modified version of Arctic with translation integration and pastel colors 
-Description:    Modified version of Arctic with translation integration and pastel colors +author        : Matthieu Bouthors 
-LastUpdate_dt 2012-06-18 +email         : matthieu@bouthors.fr 
-Compatible    2010-11-07 "Anteater"2011-05-25 "Rincewind", Angua +lastupdate    : 2012-06-18 
-Template_tags cms, sidebar, pastel, translation +compatible    : Anteater, Rincewind, Angua 
-Screenshot_img: http://www.bouthors.fr/wiki/lib/exe/fetch.php?media=linux:dokuwiki:arctic-mbo_screenshot2.png +depends       :  
-downloadurl:    http://www.bouthors.fr/wiki/doku.php?id=en:linux:dokuwiki:templates+conflicts     :  
 +similar       :  
 +screenshot_img: http://www.bouthors.fr/wiki/lib/exe/fetch.php?media=linux:dokuwiki:arctic-mbo_screenshot2.png 
 +tags          : cms, sidebar, pastel, translation 
 + 
 +downloadurl   : http://www.bouthors.fr/wiki/lib/exe/fetch.php?media=linux:dokuwiki:arctic-mbo_2012-06-18.tgz 
 +bugtracker    : # eg. https://github.com/example/dokuwiki-plugin-sample/issues 
 +sourcerepo    : # eg. https://github.com/example/dokuwiki-plugin-sample/ 
 +donationurl   : # eg. https://www.paypal.com/...
 ---- ----
  
Line 44: Line 52:
 <del>With the current Angua RC version, the index(sitemap) is not working on the sidebar. Working on it  --- [[user>matthieu|matthieu]] //2011/11/24 20:34//</del> fixed in version 2011-11-29. <del>With the current Angua RC version, the index(sitemap) is not working on the sidebar. Working on it  --- [[user>matthieu|matthieu]] //2011/11/24 20:34//</del> fixed in version 2011-11-29.
  
 +==== [fixed] link text in sidebar ====
 Really nice template but it has one bug. When exactly the same text with links to current page is inserted in sidebar and in a wiki page, the latter has this link wrapped in ''<span class="curid"> ... </span>'' while same link in sidebar does not. --- Andriy 2011/12/28 Really nice template but it has one bug. When exactly the same text with links to current page is inserted in sidebar and in a wiki page, the latter has this link wrapped in ''<span class="curid"> ... </span>'' while same link in sidebar does not. --- Andriy 2011/12/28
 >Hi Andriy, the sidebar is rendered like a normal pages, so the current page of the sidebar is the sidebar itself. The curid will be used if there is a link to the sidebar. Changing this behavior would need to rewrite a lot of Dokuwiki code.  --- [[user>matthieu|matthieu]] //2012/06/17 21:22// >Hi Andriy, the sidebar is rendered like a normal pages, so the current page of the sidebar is the sidebar itself. The curid will be used if there is a link to the sidebar. Changing this behavior would need to rewrite a lot of Dokuwiki code.  --- [[user>matthieu|matthieu]] //2012/06/17 21:22//
Line 62: Line 71:
  
  
 +==== [fixed] login link for Closed Wiki ====
 Another thing: in my config I have checked "Closed Wiki (Navigation shows only the login link if not logged in)" checkbox, but search form is still visible even for not logged in visitors. --- Andriy 2011/12/28 Another thing: in my config I have checked "Closed Wiki (Navigation shows only the login link if not logged in)" checkbox, but search form is still visible even for not logged in visitors. --- Andriy 2011/12/28
 >should be solved in the last version.  --- [[user>matthieu|matthieu]] //2012/06/18 00:02// >should be solved in the last version.  --- [[user>matthieu|matthieu]] //2012/06/18 00:02//
-==== Comments ==== 
  
 +
 +==== CSS for TOC in Adora Bell or later ====
 I have table of Contents in each page rendered incorrectly with latest DokuWiki. I have table of Contents in each page rendered incorrectly with latest DokuWiki.
 Anyone know how to solve this? / 2013/02/15 Anyone know how to solve this? / 2013/02/15
 > Please have a look on [[:changes]], some of the exclamation marks are template related. For more detailed changes is [[devel:releases]] available. The pointed commits contains a description. --- [[user>Klap-in|Klap-in]] //2013/02/15 13:14// > Please have a look on [[:changes]], some of the exclamation marks are template related. For more detailed changes is [[devel:releases]] available. The pointed commits contains a description. --- [[user>Klap-in|Klap-in]] //2013/02/15 13:14//
 +>> I have the same problem: The TOC is always on top of the text, not in a special section on the right side like it was in former versions of dokuwiki. What ca I do? --- [[user>Juergen|Juergen]] //2013/06/21//
 +>>> We are also having the table of contents error, did anyone figure out how to fix it? Klap-in's note above didn't make sense to me. //2013/08/23//
 +>>>>Since DokuWiki 2012-09-10 "Adora Belle", HTML for TOC (Table of Contents) has changed for improvement. Here is a snip of CSS for new HTML. Add or insert these lines to design.css file. Hope to work.
 +<code css>
 +/* ---------- table of contents for Arora Bell and newer ---------- */
 +
 +div.dokuwiki #dw__toc {
 +  margin: 1.2em 0 0 2em;
 +  float: right;
 +  width: 200px;
 +  font-size: 80%;
 +  clear: both;
 +}
 +
 +div.dokuwiki #dw__toc h3 {
 +  border: 1px solid __border__;
 +  background-color: __background_alt__;
 +  text-align: left;
 +  font-weight: bold;
 +  padding: 3px;
 +  margin: 0 0 2px 0;
 +  font-size: 1em;
 +}
 +
 +div.dokuwiki .toggle strong {
 +    border: 0.4em solid __background_alt__;
 +    float: right;
 +    display: block;
 +    margin: 0.4em 3px 0 0;
 +}
 +
 +div.dokuwiki .toggle span {
 +    display: none;
 +}
 +
 +div.dokuwiki .toggle.closed strong {
 +    margin-top: 0.4em;
 +    border-top: 0.4em solid __text__;
 +}
 +
 +div.dokuwiki .toggle.open strong {
 +    margin-top: 0;
 +    border-bottom: 0.4em solid __text__;
 +}
 +
 +div.dokuwiki #dw__toc > div {
 +  border: 1px solid __border__;
 +  background-color: __background__;
 +  text-align: left;
 +  padding: 0.5em 0 0.7em 0;
 +}
 +
 +div.dokuwiki #dw__toc ul {
 +  list-style-type: none;
 +  list-style-image: none;
 +  line-height: 1.2em;
 +  padding-left: 1em;
 +  margin: 0;
 +}
 +
 +div.dokuwiki #dw__toc ul li {
 +  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
 +  padding-left: 0.4em;
 +}
 +
 +div.dokuwiki #dw__toc ul li.clear {
 +  background-image: none;
 +  padding-left: 0.4em;
 +}
 +
 +div.dokuwiki #dw__toc a:link,
 +div.dokuwiki #dw__toc a:visited {
 +  color: __extern__;
 +}
 +
 +div.dokuwiki #dw__toc a:hover,
 +div.dokuwiki #dw__toc a:active {
 +  color: __text__;
 +}
 +</code>
 + --- [[user>s.sahara|s.sahara]] //2013/08/27 10:28//
 +
 +==== Comments ====
 +
 +Any chance we can get this to work with Weatherwax?  -Aaron
 +> I hope :) (Still the best template for me) -Markus
 +>> I hope too.  --- [[user>s.sahara|s.sahara]] //2013/08/27 16:10//
  
 >very Nice Template! Thank you >very Nice Template! Thank you
 >> Thanks :-)  --- [[user>matthieu|matthieu]] //2011/11/16 23:09// >> Thanks :-)  --- [[user>matthieu|matthieu]] //2011/11/16 23:09//
 +
 +> The best Template for me at this time, Thank you very much! Markus
 +>> Thanks :-)  --- [[user>matthieu|matthieu]] //2011/11/24 20:34//
  
 ---- ----
 +==== media manager ====
 >This is a great template. It is not compatible with the new media-manager yet :-(. >This is a great template. It is not compatible with the new media-manager yet :-(.
 > >
Line 92: Line 193:
 >>>>> An option has been added and the sidebars are off with the media manager by default. icon has been added as well.  --- [[user>matthieu|matthieu]] //2012/06/18 00:03// >>>>> An option has been added and the sidebars are off with the media manager by default. icon has been added as well.  --- [[user>matthieu|matthieu]] //2012/06/18 00:03//
  
-> The best Template for me at this time, Thank you very much! Markus 
->> Thanks :-)  --- [[user>matthieu|matthieu]] //2011/11/24 20:34// 
  
 +==== logo ====
 > Nice template. Is there a option to put a logo at the top ? Nadir. > Nice template. Is there a option to put a logo at the top ? Nadir.
 >> Where exactly would you like to have the logo ? >> Where exactly would you like to have the logo ?
Line 100: Line 200:
 >>>> I think the best way is to edit main.php at the line 51 and add an <img> inside the div "header" or "pagename" --- [[user>matthieu|matthieu]] //2011/12/21 11:16// >>>> I think the best way is to edit main.php at the line 51 and add an <img> inside the div "header" or "pagename" --- [[user>matthieu|matthieu]] //2011/12/21 11:16//
  
 +==== how to configure ====
 >Hi, I have extracted and kopied the files for this Template to the said folder (lib/tpl). When I login to Dokuwiki and open the Configuration manager I cannot find the place where to activate this template. Can someone help? Many thanks in advance. Patrick >Hi, I have extracted and kopied the files for this Template to the said folder (lib/tpl). When I login to Dokuwiki and open the Configuration manager I cannot find the place where to activate this template. Can someone help? Many thanks in advance. Patrick
 >> You can activate the template into the admin parameters (Admin >> configuration >> template), you can also find more details at this page : http://www.bouthors.fr/wiki/doku.php?id=en:linux:dokuwiki:templates >> You can activate the template into the admin parameters (Admin >> configuration >> template), you can also find more details at this page : http://www.bouthors.fr/wiki/doku.php?id=en:linux:dokuwiki:templates
  
 +==== group sidebar ====
 Hi, thanks for this nice template.  Hi, thanks for this nice template. 
-I assumed that group sidebars are applicable as described for the [[http://www.dokuwiki.org/template:arctic#adding_a_group_sidebar|artic template]] but although I triple-checked my acl-settings and everything else, I don't get it working. Does this template support group sidebars? If yes, what could I possibly have overseen? I don't have to add the sidebar in the sidebars folder, do I? Some help is very appreciated. //2012/01/11 0:12//+I assumed that group sidebars are applicable as described for the [[https://www.dokuwiki.org/template:arctic#adding_a_group_sidebar|artic template]] but although I triple-checked my acl-settings and everything else, I don't get it working. Does this template support group sidebars? If yes, what could I possibly have overseen? I don't have to add the sidebar in the sidebars folder, do I? Some help is very appreciated. //2012/01/11 0:12//
 > Yes it is supported and working (just checked), can you confirm that : > Yes it is supported and working (just checked), can you confirm that :
 > - you are in a group, for example named "family" > - you are in a group, for example named "family"
Line 111: Line 212:
 > - you created group:family:sidebar page where family is the name of the group > - you created group:family:sidebar page where family is the name of the group
  
 +==== namespace sidebar ====
 Hi, great template. While migrating to it I've found a difference between arctic and arctic-mbo regarding namespace sidebars. If I have pages called clients:abc, clients:abc:proj1, clients:abc:proj2 and clients:abc:sidebar, then the sidebar only displays when looking at the client:proj1 and client:proj2 pages, but not when looking at clients:abc. Using arctic I do see the sidebar when viewing clients:abc. Is there any chance you can make the arctic-mbo template behave like arctic? Many thanks and regards, Brian Hi, great template. While migrating to it I've found a difference between arctic and arctic-mbo regarding namespace sidebars. If I have pages called clients:abc, clients:abc:proj1, clients:abc:proj2 and clients:abc:sidebar, then the sidebar only displays when looking at the client:proj1 and client:proj2 pages, but not when looking at clients:abc. Using arctic I do see the sidebar when viewing clients:abc. Is there any chance you can make the arctic-mbo template behave like arctic? Many thanks and regards, Brian
 > Hi Brian, artic-mbo should behave the same (unless it changes recently), what is your sidebar configuration ? what are the names of your sidebar files ?  --- [[user>matthieu|matthieu]] //2012/06/17 21:33// > Hi Brian, artic-mbo should behave the same (unless it changes recently), what is your sidebar configuration ? what are the names of your sidebar files ?  --- [[user>matthieu|matthieu]] //2012/06/17 21:33//
Line 118: Line 220:
 Hi, we also really like this template, but so far have not been able to figure out where to adjust the color of the background of the admin bar. The one with the Edit this page, Media Manager, Admin, Logout etc buttons. Anyone know where to change that color? I tried a lot of the options in the style.ini but couldn't find it. Thanks! Hi, we also really like this template, but so far have not been able to figure out where to adjust the color of the background of the admin bar. The one with the Edit this page, Media Manager, Admin, Logout etc buttons. Anyone know where to change that color? I tried a lot of the options in the style.ini but couldn't find it. Thanks!
 > Hi, this should be the line 70 of arctic_layout.css  --- [[user>matthieu|matthieu]] //2012/07/11 20:52// > Hi, this should be the line 70 of arctic_layout.css  --- [[user>matthieu|matthieu]] //2012/07/11 20:52//
 +
 +==== put a link behind top banner ====
 +Hi, first thanks for this very nice template.
 +I try to put a link behind a banner at the top (picture) but I don't know/find where I can give this link/addresse.
 +Thanks for your help, Jul'
 +> Hi, send me an image of what you want to do by email. --- [[user>matthieu|matthieu]] //2013/05/01 10:17//
 +
template/arctic-mbo.1360930689.txt.gz · Last modified: 2013-02-15 13:18 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki