Closed (outdated)
Project:
Comment limit
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
10 Dec 2011 at 11:50 UTC
Updated:
4 Mar 2021 at 14:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
khanz commentedFacing the same issue. In any case user should be allowed to edit his own post.
Comment #2
tanvirahmad commentedSame issue.....:(
Comment #3
dalyn.cessac commentedHere is a patch that I made to fix the issue to allow users to edit their comments and also allows admins and the super admin to edit and delete comments if they have permission.
The issue was with line 50 that was closing the comments for the node which disables editing and deleting of any comments.
I also added the code to disable the add new comment node link if the limit is reached.
Comment #4
krystlc commentedthe patch from #3 still applies to the current dev version 7.x-1.x-dev from 2013-Sep-30 (had to apply manually).
Comment #5
rcodinaPatch on #3 doesn't work for me with version 7.x-1.x-dev from 2013-Sep-30 because it allows to create more comments than limit by "Replying" one time after another. So "reply" link must be hidden too.
Also, if I comment this lines added by patch the result is the same. I think this peace of code is useless:
Comment #6
rcodinaWe need a new patch!
Comment #7
rcodinaComment #8
guptas89 commentedPatch on #7 is not working. Have some css issue but still user can reply on comment because as per patch#7 'reply' link only hidden by CSS. Good solution is to change the access of the comment reply link.
Comment #9
Collins405 commented#8 Didnt work for me, it just bought back the reply option again.
Comment #10
finex commentedI've tried patch #8: it works as expected: users without bypass permission doesn't see the reply link.
Comment #11
delacosta456 commentedhi
The reply link (only)can be(without bypass permission) completly removed with the module Flat comment.. After enabling it , move to you content type setting page , in comment settings section (below publishing option)
patch #8: it works as expected for me too
Comment #12
delacosta456 commentedComment #13
ivnish