The CSS needs some work... it's all smooshed on my website, and I'm running a fairly standard box-clean layout, so nothing special here...

Layout in general needs work... too many text strings that don't get fully displayed, and some graphics would help a lot too.

Nice job though.... Kudos!

Comments

scott.mclewin’s picture

Version: » 4.6.x-1.x-dev
Priority: Normal » Minor
Status: Active » Postponed

Seth - From your web site I'm not able to determine the slight formatting difference you described in our email conversation. If you can deduce what is happening show me what to patch and I'll update the module.

scott.mclewin’s picture

Status: Postponed » Fixed

I finally worked this one out as I was preparing to port the module to 5.0. I've learned quite a lot more about Drupal this year. I was errantly running the node body through node_prepare, which with the default filters was stripping out all of my divs and thus rendering the css useless. On the site I originally tested against I run with a full HTML filter on, which is why I never saw this.

This is fixed in head, which is currently 4.7 compatible. It will be merged into the 4.7 branch after I work the issue queue a bit more.

scott.mclewin’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Anonymous’s picture

Status: Fixed » Closed (fixed)