Closed (fixed)
Project:
Node and Comments Form Settings
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Nov 2009 at 04:13 UTC
Updated:
3 Feb 2011 at 15:11 UTC
Thanks for the great time saver.
Would love to see an option to hide the homepage field on the comment form for anonymous users.
Comments
Comment #1
lelizondo commentedthis was implemented in version 6.x-1.x-dev please test. if you find any problems (specially with js) please let me know in a separate issue
Comment #3
robertdjung commentedis this still just in dev, or did it make it in to 1.4? I can't seem to find these options anywhere. Thanks!
Comment #4
lelizondo commentedIs in both.. You'll find them in the Comments Fieldset
Comment #5
robertdjung commentedIn the comments fieldset, I have:
Default comment setting:
Disabled
Read only
Read/Write
Users with the administer comments permission will be able to override this setting.
Default display mode:
Flat list - collapsed
Flat list - expanded
Threaded list - collapsed
Threaded list - expanded
The default view for comments. Expanded views display the body of the comment. Threaded views keep replies together.
Default display order:
Date - newest first
Date - oldest first
The default sorting for new users and anonymous users while viewing comments. These users may change their view using the comment control panel. For registered users, this change is remembered as a persistent user preference.
Default comments per page:
Default number of comments for each page: more comments are distributed in several pages.
Comment controls:
Display above the comments
Display below the comments
Display above and below the comments
Do not display
Position of the comment controls box. The comment controls let the user change the default display mode and display order of comments.
Anonymous commenting:
Anonymous posters may not enter their contact information
Anonymous posters may leave their contact information
Anonymous posters must leave their contact information
This option is enabled when anonymous users have permission to post comments on the permissions page.
Comment subject field:
Disabled
Enabled
Can users provide a unique subject for their comments?
Preview comment:
Optional
Required
Forces a user to look at their comment by clicking on a 'Preview' button before they can actually add the comment
Location of comment submission form:
Display on separate page
Display below post or comments
Comment author name:
Enabled
Disabled
Preview button:
Enabled
Disabled
Important: If you set the Preview button to Required you need to show the button here
Hide the word 'Comment'?:
Enabled
Disabled
Input Format Fieldset:
Enabled
Disabled
Size of the comment textarea:
Submit button title:
Attachments on comments:
Disabled
Enabled
Image attachments on comments:
Checked on a fresh install D6.15.. Any ideas?
Comment #6
lelizondo commentedI made a mistake when I committed this feature, I'll commit it tomorrow.
Comment #7
robertdjung commentedthanks!
Comment #8
lelizondo commentedIf you're in a hurry, all the code is here: http://drupalcode.org/viewvc/drupal/contributions/modules/nodeformsettin...
I wanted to make a patch but I'm going to sleep now, I'll do it tomorrow..
Comment #9
lelizondo commentedCan you please try the dev version..? It seems that the error is only on the the 1.4 version.
Comment #10
lelizondo commentedRemember that you *must* give the anonymous users permissions to 'post comments'
Comment #11
lelizondo commentedI double checked that this is actually working. The dev version *is* working. Please use that one. I will release a stable version soon.
Comment #13
robertdjung commentedok will use dev. thanks.
Comment #14
mitylite commentedUsing the latest dev, the homepage field is not hidden in spite of setting it to hidden in the options when using node comments. Other settings work fine.