Hello,

I converted panels layout for twitter bootstrap. Based on the omega 12 columns panels layout.

Feel free to commit it to add the power of panels into twitter bootstrap :)

Here is a zip file to put in the theme folder, and you have to add a line into twitter_bootstrap.info

;Plugins
plugins[panels][layouts] = panels/layouts
CommentFileSizeAuthor
#7 panels.zip20.08 KBzmove
#3 panels.zip21.08 KBzmove
#2 panels.zip21.15 KBzmove
#1 panels.zip21.24 KBzmove
panels.zip21.24 KBzmove

Comments

zmove’s picture

StatusFileSize
new21.24 KB

I fixed some things after more tests. Download that file instead of the first one.

zmove’s picture

StatusFileSize
new21.15 KB

Update. Cleaned some divs (all the div class="inside") that are not necessary.

zmove’s picture

StatusFileSize
new21.08 KB

Correct some typo. I think it's ok now and can be reviewed ^^

andregriffin’s picture

Project: Twitter's Bootstrap » Bootstrap Framework
andregriffin’s picture

Project: Bootstrap Framework » Twitter's Bootstrap
natted’s picture

Project: Twitter's Bootstrap » Bootstrap
zmove’s picture

StatusFileSize
new20.08 KB

Updated the files to the new project name.

frankbaele’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Status: Needs review » Postponed

the idea is good but i rather have this postponed too the next release, at the moment we are just focusing on making 2.x stable and more usable

mrded’s picture

@zmove I've wrapped your layouts to Panels Bootstrap Layouts module.
Can you check please?

mrded’s picture

Status: Postponed » Needs review
markhalliwell’s picture

Status: Needs review » Closed (won't fix)

Seeing how there is now a module that provides this functionality now, I'm marking this as "won't fix".
Also, it should be mentioned that layouts tend to work best in modules anyway (especially if you have multiple themes) as they usually only go off the "active/default" theme. It is really hard to provide consistency with a base theme. I know this because of how Display Suite looks for their templates and also trying to implement #1961420: Allow modules to alter region and layout classes.