Drupify doesn't display timeilne module
klflote - October 14, 2009 - 01:52
| Project: | Drupify |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I have installed the Drupal timeline module (and the views module on which it depends) on a clean Drupal installation and changed the theme to Drupify. Visiting http://site/timeline/nodes does not display the timeline correctly (though it is displayed correctly in other themes) -- no content is shown in the main block.
The problem appears to be the definition of the blog table in page.tpl.php -- that table ends up taking on a width of 0. Adding width="100%" to that definition has solved my issues (tested in FF 3.5, IE, Opera 9.5).
Just to check I tried the dev release, but that also doesn't display the timeline correctly.
