Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2006 at 01:53 UTC
Updated:
25 Apr 2006 at 15:45 UTC
If you have comment controls enabled, these options are stored in $_SESSION (for guests) or in the users table (registered users).
When user selected options exist, global settings are never used. So, if you disable comment controls, there is no way for a user to use the globally defined options.
The attached patch takes user selected options only when the comment controls option is enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| comment.module.controls_off.patch.txt | 2.08 KB | markus_petrux |
Comments
Comment #1
markus_petrux commentedComment #2
tenrapid commentedThere is also this issue pending: http://drupal.org/node/58953 Comment Module - Flat Collapsed mode and Newest First order broken.
It would be fine if you could shift over. Probably both issues could be fixed in one ride :)
Comment #3
markus_petrux commentedWhy not?
I have added a cross-reference to this patch in that issue:
http://drupal.org/node/58953#comment-92623