Closed (fixed)
Project:
Summary
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Mar 2004 at 09:11 UTC
Updated:
12 Apr 2004 at 17:20 UTC
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
Comment #1
mrowe commentedIt 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.
Comment #2
nedjoSummary 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.
Comment #3
Gunnar Langemark@www.langemark.com commentedThe page is there, but the content is not.
No idea why!
Comment #4
nedjoThis 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".
Comment #5
joel_guesclin commentedIs this the "end of story" (ha-ha :-) )? Or will "books" be available later?
Comment #6
Gunnar Langemark@www.langemark.com commentedOK 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?
Comment #7
nedjoSummary 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.
Comment #8
(not verified) commented