The drupal coding standards page http://drupal.org/node/161085 suggests that you can provide the contents of your readme.txt in a hook_help() call.
However, the example version shown is for D6 which uses filter_filter(). This has been removed in D7, so does anyone know what is the equivalent of filter_filter is for use in D7?
I recently installed the rate module and votingapi. I found they were giving errors so deactivated them and uninstalled them, deleting the module files on the server. As I tried the development version hoping it was newer, and therefore better, I then installed the older versions. I could not find the config pages so uninstalled and ad infinitum installed and basically whenever I install those modules I now cannot get the config page for the rate module whatever I do.
I'm unable to access the permissions area within the People section of the admin in Drupal. In case I'm doing something or in case there's an easy fix, I thought I'd ask. Anyone else have this issue? I haven't been able to find this issue listed elsewhere. Although I may not fully understand how to navigate the issues areas of these modules, etc.
I want to re-arrange all or selected nodes (book pages) and put them temporarily in another node to export this node to PDF. Because in my opinion it is not possible to export a whole drupal book into PDF or is there still another solution for that?