Drupal is up and running but how do I ...?

Webform Module - Mandatory Select components not being validated

Hi all,

I posted this in Module Development by accident at first, so I re-posted here (as I had no edit post option) hopefully you can point me in the right direction.

How to customize "Create content" page (sort and group content-types)?

Howdy,

can any expert drupaller tell if could be possible to customize in some way the Drupal default "Create content" page?

Actually it is very basic and all the possible content types are just listed alphabetically. I would like to group them by section or area (for example: Gear, Media, Advertisers,...) and be able to sort the different groups (first Gear, second media, last Advertisers,..)

How to delete all subscriptions to all in Simplenews newsletter module.

I'm using the Simplenews newsletter module and ran into a problem. I had a 3 newsletters with 2000+ subscribers in each, but wanted to delete two of them. After deleting the 2 newsletters (1 remains), the users that were associated with the deleted are still listed in "Show subscriptions to all newsletters".

It's a bunch of clutter I'd like to clean up... does anyone know of a way I can purge these un-associated addresses?

thanks

Multiple User Blogging

For the site I am creating, I want to create one blog that multiple users can post to. I do NOT want individual blogs per user. Can I do this with Drupal? I thought of possibly doing this as a book page, but I don't want users to be able to move posts around. Or possibly I can make a page that shows all recent blog entries. Any ideas/suggestions?

Error downloading attached files with private method - patch proposal

Recently I had some problem with Drupal 4.7 (4.7.3... but maybe 4.7.2 also) downloading files attached to a page, when using the private download method. Shortly: I.E. downloaded files as.. test, showing http headers (content-type, content-disposition, etc.) followed by file content; Firefox asked to save the file - but the result was the same (a sort of text file including http headers in top of it!).

I had this problem with the same provider (aruba.it) but in two different environments (Linux/apache and Windows hosting). I know other people had similar problem:

http://drupal.org/node/71434
http://drupal.org/node/65593
...

So I started looking around the code, and I found that the "updload_file_download" procedure, in the upload.module, seem returning an empty line before the 3 legal headers. I (still) don't really know why. Then I looked into includes/file.inc and I found that the "file_transfer" function, where is code to remove lines not followed by space or tab. So I added one single line of code, to also avoid outputting of empty lines - I suppose that this empty line cause injection of http headers!

So I modified the file_transter function in file.inc, adding if ($header != '') before outputting headers:

-------------
foreach ($headers as $header) {
// To prevent HTTP header injection, we delete new lines that are
// not followed by a space or a tab.

Yet another Image Assist mystery (with screen shots)

The following links are screen shots of Image Assist on my local computer, and Image Assist on my production server.

Production
Local

Both sites are 4.7.3 and their databases and directory structures are identical, but as you can see, the results vary. Could someone please tell me why I'm not seeing the "Link" and "Insert Mode" options in production?

Pages

Subscribe with RSS Subscribe to RSS - Post installation