Closed (fixed)
Project:
Comment CCK
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 05:53 UTC
Updated:
22 May 2009 at 20:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amariotti commentedThis definitely is a must...
Comment #2
Anonymous (not verified) commentedI achieved this by changing the line:
$form['comment_filter']['comment_cck']['#weight'] = 50;to
$form['comment_filter']['comment_cck']['#weight'] = -50;notice the '-'
This should be an option that is configurable through the admin UI
Comment #3
amariotti commentedWay to go. You'd think that having it above the comment field would be where everyone would want it. Might just be me though. I think that module has some good potential. If I could get a bug fixed then I would be ready to roll with my project management site.
--Andrew
Comment #4
samhassell commented+1 for this suggestion - it mimicks casetracker, which a lot of people will be moving from.
not everyone can write a hook_form_alter().
Comment #5
christefano commentedComment #6
samhassell commentedI tested christefano's patch under 5.12. it works fine.
Comment #7
christefano commentedsamhassell: Cool! My patch is just txcrew's proposed change in the form of a patch, though. Please mark this "reviewed & tested" if you think this should be in the next release.
Comment #8
samhassell commentedah true! well it's good so marking reviewed & tested.
this change actually makes the module more like Drupal.org, so it must be a good thing, right?
Comment #9
mitchell commentedCommitted to 6.x. Thanks!