This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Proposal: Move all module admin to admin/modules

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.

Hook Calling Sequence

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:

New module: video.module

Hi

Just uploaded to cvs my first drupal module.
Is a module to embed video into drupal.

http://cvs.drupal.org/viewcvs/drupal/contributions/modules/video/

Currently it supports only quicktime videos.

Hope you like it.

Fabio

new permission: View teaser not body

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?

Any thoughts welcome

adsense module

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.

Allowing a user to select an emotion icon

Hello ,

I have been reading the drupal handbook (the module developer guide in particular) and learning a lot about the drupal architecture and i am really enjoying using the software that so many contributors have
helped to create,

Fantastic!!

I would like to add the following feature of allowing a user to select an emotion icon
for his/her account and display this on the main page in the profile/online user sections

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions