Hi,

I'd like that the book module had some more features:
- the possibility to vote the page (i.e. 1 to 5 star).
- show the number of views of the page.

and a little advanced:

- the possibility to upload files by the user that write the page.

I'd like to add it to the module if does not exist already some similiar module, but I'll need help on how to do it.

Someone can help me?

Thanks!

Comments

casey’s picture

- the possibility to vote the page (i.e. 1 to 5 star).

http://drupal.org/project/fivestar
http://drupal.org/project/nodevote

- show the number of views of the page.

http://drupal.org/project/quickstats

- the possibility to upload files by the user that write the page.

upload module (core)

devbox’s picture

I'll thank you.
It's all what I need :)
Just the quickstats module I cannot make it work: when enabled all my site return a blank page with wrote

"
Fatal error: Cannot redeclare statistics_perm() (previously declared in /web/htdocs/www.devbox4.net/home/modules/quickstats/quickstats.module:61) in /web/htdocs/www.devbox4.net/home/modules/statistics/statistics.module on line 78
"

I had not found particular install documentation.

Thanks

casey’s picture

There is an issue about that: http://drupal.org/node/147936

The issue is pretty weird since statistics_perm() is an implementation of hook_perm(). You probably could rename it to quickstats_perm.