installed module on 2 drupal v6 forums but in one forum users can´t see the edit button on their own comments.
The other forum is ok and button is there. both have the same settings.
Any idea?
installed module on 2 drupal v6 forums but in one forum users can´t see the edit button on their own comments.
The other forum is ok and button is there. both have the same settings.
Any idea?
Comments
Comment #1
snufkin commentedThere is a new permission introduced for this. From the project frontpage:
Comment #2
Wolfgang62 commentedpermission are on both forums on. we found out that, if we import 2000 comments in the production site, the button is visible, if we import 5000, the button is gone.
3000 more or less is the limit...
Comment #3
snufkin commentedHmm so you are importing comments. Any chance you are changing the mode the comments are listed in the process?
The relevant piece in the code is the following:
so the only way the edit link is gone is if a) the user doesn't have access to the edit own comments permission, b) the comment list is not flat. It is also off if the hide edit link has been turned on.
Comment #4
Wolfgang62 commented>b) the comment list is not flat.<
Thanks a lot for this hint. In the comment module I did "flatten comments", now everything is working.
Thanks again!
Comment #5
Wolfgang62 commented