Minimous-Talk

« Return to Minimous

Summary: Talk page for Minimous.
Maintainer: DaveG
Categories: Skins, Blog

Comments

The user comments, and sample sites below are included on the Minimous Users page, which you can edit to leave your own comments or sites. If you have larger questions or suggestions, edit this page and leave them in the Open Questions section below.

Example Sites

Edit the Minimous Users page to add your site.

User Comments

Edit the Minimous Users page to add your support.

Open Questions

Use this page to report issues, ask questions, or make suggestions for future improvements. If you-d like to leave a quick thank you, or would like to leave a rating, please do that on the ratings page.

In order to keep things readable please:

  • Please place newer comments or issues at the top of the list
  • separate comments or issues with new level 2 headings
  • Please enter new questions at the top of the list. If you have many questions separate each one under a different heading.
  • If you feel that your question has been answered, please move it to the closed questions section below.

Change width of right navigation bar

Dec 2, 2011 . Hello, I was wondering what is the best way to achieve the following behavior: - when I access a specific page, the right navigation column (the one with the search box and all the links) disappears and the width of the main text becomes as large as the page. Thanks, Fabrizio.

Dec 9, 2011 . I am very interested in the question above, can please anybody answer. Thank you.

2-Jan-2012 DaveG: The easiest way to do this is to add this to config.php:

if ($pagename == 'Main/Main') {

	$HTMLStylesFmt['minimous'] .= '#content, #wikitext {width:820px !important} ';
	$HTMLStylesFmt['minimous'] .= '#sidebar {width:0px !important} ';
	SetTmplDisplay('PageSearchFmt', 0);
	SetTmplDisplay('PageRightFmt', 0);

}

Extraneous LI tag

Status: Bug, fixed 1.0.1

July 5, 2010 Amos Satterlee: In my installation, after the blog post there is a empty <li> followed by the <li> for the tags. Any way to get rid of that first empty <li>?

July 6, 2010 DaveG: I believe that happens when you don't enter an Author. Fixed in version 1.0.1.

July 11, 2010 Amos Satterlee: Got it. Thanks. And I prefer the new look, too!

Closed Questions

If your question is in this closed section, and you think it should still be open, please move it back to the open section with a note explaining the issue.

Talk page for Minimous (users).