new tabbed interface for micro

todd / 21.Mar.2007

S eeing the micro theme in action over at Pascal’s excellent mephisto theme gallery made me realize that there’s a real need to display sections in micro. with a little development and a lot of love, i present a choice:

 

tabbed theme left, and the default untabbed to the right

tabbed

svn export http://svn.seaofclouds.com/micro/branches/micro_tabbed

untabbed

svn export http://svn.seaofclouds.com/micro/trunk

4 Comments

Hey,

For some reason, the line

}class=”selected”{ endif %}>{{section.name || downcase}}

was crashing Mephisto for me. The fix for me was to remove the ”|| downcase” and everything worked again. I’m guessing this isn’t a problem for everyone seeing as you’re using it, but… I wonder why that broke for me.

The ”|| downcase” in the tab section of layout.liquid was crashing all of Mephisto for me for some reason. All I did was delete it (leaving “section.name”) and everything worked again. I’m guessing this isn’t a problem for everyone… I wonder why it broke for me.

In layout.liquid, change:

{{section.name || downcase}}

TO:

{{section.name | downcase}}

(ie. There was one too many bars.)

the pipe issue will be fixed in the next release, coming soon.

Sorry, comments are closed for this article.

back to top

micro theme by seaofclouds, and powered with Mephisto