I wrote this module in order to get my static html pages showing in Drupal.
I have books and user manuals in html format (over 3000 pages altogether) and I could not find anything that will show this in Drupal. This works for me.
Pleas let me know what you think or if you encounter any problems.
A major annoyance with Drupal for me is that I have to search for where to change the settings for each module, they might be in under "settings," or "content," or in the main "admin" area and some modules are in have required settings in both. One way to help navigate this would be to simply put and "admin" link on the admin/modules overview page. It would probably be good to have a link to access permissions for each module here also. Another way is to have dropdown modules menu and move all modules into there instead of having so many under settings.
I've searched and read through the page & menu documentation. That has helped a lot but I'm still trying to figure out some execution order details.
I have created a new module that inserts information into a custom table through a form. I understand from the documentation that I should execute the SQL insert code (through db_query, of course) though the hook_insert function. My form "calls" a data processing node through the hook_menu interface like this:
Any ideas on how I could begin to create a new permission that allows certain users to access the node->teaser and not the full node->body?
I am currently looking at adding and additional permission to node_privacy_by_role module. It seems, however, that nodes only know one permission "view" for both body and teaser. This complicates things... how could I differentiate between requests for full bodies and only teasers?
i get this error when trying to change the settings for my client id and such:
adsense.module2L???????mBIN??i?
warning: Cannot modify header information - headers already sent by (output started at /home/toltmann/public_html/welcome/modules/adsense.module:1) in /home/toltmann/public_html/welcome/includes/common.inc on line 192.
I attempted to report an issue, but the submission is very very buggy.