I have installed and activated the module Summary. But yet dont know how to get the result out of it. Can someone please help me?

-Josin

Comments

jenpasch’s picture

I have the same question. Where is the result? Is it obvious and I am just blind?

likoma’s picture

Maybe there's a conflict with another module?

wulff’s picture

One way of seeing the output of summary.module is to set it as the default frontpage.

Go to admin -> settings and enter 'summary' in the 'default front page' field. (Step 5 in the INSTALL file that ships with summary.module :-))

You should also be able to see the output at http://your.site.tld/index.php?q=summary

likoma’s picture

Thank you very much for responding, wulff. That did the trick and now it's working!

I didn't have an install file in the summary.module download. Hmm.

Best regards,

- Bradley

wulff’s picture

You're right, it seems the INSTALL file isn't included in the generated module download - I should have checked that before writing my answer.

You can view the file in the CVS repository: http://cvs.drupal.org/viewcvs/drupal/contributions/modules/summary/

likoma’s picture

Thanks for that link, too. I'm a bit new to Drupal, so I'm not always sure where to look for things (when I get past the obvious place to look for things!).