Closed (fixed)
Project:
User Comment
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2010 at 20:33 UTC
Updated:
27 Dec 2010 at 05:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
gwen commented#1 will take a look
#2 & #4 I think this is a theme issue since garland doesn't show comment number. Can you let me know what theme you're using or if you're using custom code, paste in code used in comment.tpl.php and/or custom changes made using phptemplate_preprocess_comment()?
#3 i added a setting for weight of the approval form to the admin page that should fix.
Comment #2
bryancasler commentedAdaptive Theme http://drupal.org/project/adaptivetheme
I am using adaptive theme v2.0rc1 http://drupal.org/node/653162
There is a new release however v2.0 http://drupal.org/node/672892
I will go ahead and upgrade my user comment module ASAP and get back to this thread.
Comment #3
bryancasler commentedIn response to problem #4
My comment.tpl.php uses
<span class="comment-id"><?php print '#'. $id; ?></span>Comment #4
rschwab commentedThank you for your bug report, animelion!
On #1, are you referring to the Ajax Comments module? I'm going to assume so and look into that next in a different issue.
#4 actually seems to be working as expected. A user with approve permissions see the total including unapproved comments, while others see the total of only approved comments (see attached screens).
#3 was fixed by gwen so that just leaves #2. As shown in user-1-count.jpg, the messages and comments are printed twice. I'll try to get that fixed here.
Comment #5
rschwab commentedThis patch prevents the usercomment approval form being printed when the user has the "administer comments" permission. Comment module takes care of this workflow for these users already, so we should be able to safely ignore this situation. Committing to 2.x-dev.
Ajax comments will be a different issue.