I have a module created, and I am planning to pack this module as part of my distribution of drupal. After installation of this distribution, i want my users to have the module enabled automatically.
That is, I want to know the procedure - what happens when an admin activates the module using the admin panel - so that i can automate this step as part of my installation.
Would it be able to create an update to this so that - instead of having all permission check boxes at the same page - Drupal only shows a list of all roles (which will be clickable). It is already possible to click on a role (they are placed horizontally on top of the permissions table) and thus view only one role at a time.
Is there an option, or has anyone ever hacked one in, for displaying poll results using images? For example, 3 images per bar with a left and right image and a sliced image capable of growing in the middle.
I would like to propose that a new function be added to the Drupal Modules, which would allow module authors the ability to group modules together, much like the fieldset ability of the forms.
So modules like ecommerce that has multiple modules as part of its distribution would all be displayed together so you don't have to hunt them down in the list.
If you have a site that has a lot of modules loaded it gets a little frustrating for admins to find all of the modules they may need to load.
I was trying to figure out a way to grab a forum section and display it, let's say, on the front page. But I figure I should post on here and make sure it's doable before spending more time on it.