I have summary module installed on a test site (www.semioz.com).
Summary module seems to install correctly, but I can't seem to get the summary page to show.
I have changed "node" to "summary" in the home page configuration of the drupal installation.
Not luck!
Have I got it wrong?

Comments

mrowe’s picture

It sounds like you are doing the right thing. I notice, however, that your site claims to be running 4.4RC. I don't know what nedjo has been up to, but I've only personally tested the module with 4.3. It may be worth going back to 4.3.2 and trying it.

Otherwise, I'll try to take a look when I get a chance to install 4.4.

nedjo’s picture

Assigned: Unassigned » nedjo

Summary has now been (roughly) updated to work with Drupal 4.4 RC. More changes are needed, particularly to address themability issues, but it should basically load now if you use the 4.4 release.

Gunnar Langemark@www.langemark.com’s picture

The page is there, but the content is not.
No idea why!

nedjo’s picture

This should now be fixed. For taxonomy term display, install taxonomy_context.module as well as summary. The nodes displayed on the home page are, at present, only of type "story".

joel_guesclin’s picture

Title: No page? » Any chance of books coming later?
Category: bug » feature

Is this the "end of story" (ha-ha :-) )? Or will "books" be available later?

Gunnar Langemark@www.langemark.com’s picture

OK I get it now.
Did not notice that only stories would appear.
Would really appreciate if other node types would be included.
Does it take special coding to add each type?

nedjo’s picture

Summary now displays home page articles through the node.module method (node_page_default()) and so I think should work for all node types (provided they're "promoted to front page").

Technical note: it didn't work this way before because in Drupal 4.3 it wasn't possible to call the node.module's display function without getting the whole page (including header and footer). This is one of the many improvements in 4.4.

Anonymous’s picture