Hi,

is it likely that anyone will upgrade this theme to work with the new 5.0 version of drupal ?

thanks

Tkgafs

CommentFileSizeAuthor
#5 multiflex_1.patch3.78 KBowen barton
#1 multiflex.patch2.9 KBkaerast

Comments

kaerast’s picture

Title: Will this theme get upgraded to 5.0 ? » Porting Multiflex to 5.x
Version: 4.7.x-1.x-dev » master
Status: Active » Needs work
StatusFileSize
new2.9 KB

I've made a start on porting it to 5.x, but it still needs some work. The new way the theme system works, there appears to be no way of controling the order in which css files are loaded. Where as before style_screen was being loaded before style_override, it's now the other way round.

So the attached patch will make it "work", but it still needs some work in the css files to make it work nicely.

vrykolakas’s picture

Since the creation of this theme, Multiflex-3 had been released and Multiflex-4 may be on the way. So, it might be more efficient to directly switch to Multiflex-3 or even -4 (depending on when the Drupal 5.x port is expected to be done) to avoid redoing the same thing over and over (although I'm aware that “translating” an already done theme from 4.7 to 5.x is easier to porting and translating).

David Latapie’s picture

Just a reply to track the conversation — since there is presently no way to do so without replying.

inforeto’s picture

subscribing

owen barton’s picture

Status: Needs work » Needs review
StatusFileSize
new3.78 KB

Here is a patch that fixes the CSS ordering (ugly, but effective), and adds a minor addition to the menu CSS to fix the specificity.