Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2009 at 20:38 UTC
Updated:
31 May 2009 at 02:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunComment #2
joachim commentedWell I was thinking something more selective than that...
Might you not sometimes want regular images promoted and attached ones not? I suppose in that case you can install a module that exposes the promote flag to regular users.
Comment #3
sunI've closed down several other issues similar to the one you referenced in the original post. The real, underlying issue is rather a Drupal core issue: For module-provided content-types, the "Promote to front page" option is automatically enabled, which does not make sense for 99% of all module-provided content-types. (Webform being another popular candidate)
I've used Image module on countless Drupal sites, but did not enable "Promote to front page" on a single one. (always had to disable manually)
Also, these node options are the default only. People can a) override the option per-node or b) change the default setting in the content-type.
I'd propose to fix this issue here. And move this issue to Drupal core's queue afterwards to change the default for D7.
Comment #4
sunCommitted without that content-type description change (since that string is user-facing and translated on many sites already).