Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
ReplyTo Version 0.1.5 Released
judgej
✭
No special upgrade instructions - just copy the new files over the old..
This version carries the indenting levels across pages in a multi-page discussion.
Additions I am thinking about would be options for a user to turn nesting on and off.
Also it has occurred to me that an event to allow users to be notified that one of their comments has been directly replied to, would be useful. I would rather hook into the existing notifications system than send out emails directly from this plugin, just to keep the amount of code and functionality duplication down.
There are no forward-links implemented yet, linking comments to their child comments where the child comment is not on the current page (and can be assumed to be on a later page). The idea would be a link "replies continue [here]" kind of thing.
This version carries the indenting levels across pages in a multi-page discussion.
Additions I am thinking about would be options for a user to turn nesting on and off.
Also it has occurred to me that an event to allow users to be notified that one of their comments has been directly replied to, would be useful. I would rather hook into the existing notifications system than send out emails directly from this plugin, just to keep the amount of code and functionality duplication down.
There are no forward-links implemented yet, linking comments to their child comments where the child comment is not on the current page (and can be assumed to be on a later page). The idea would be a link "replies continue [here]" kind of thing.
0
Comments
Also this could be done with DB:
As it is now, it's not a massive resource hog, so still works fine.
Functionally this is the same as 0.1.5, but will be marginally more efficient in heavy servers with short page lengths and lots of nested comments in long discussions. If nothing else, it shows the power of the Nested Set Model - not so good for frequent updates of extremely large trees, but great for selecting (i.e. viewing) properties and sections of the trees very easily.
I'm not sure whether this still happens when a discussion goes over one page, and the last posted comment on that discussion is not on the last page. I'm going to have to run a few tests, and then decide what the desired functionality actually is.
So - what do people expect to happen when you first click a discussion to view? Do you want to be taken to the bottom of the last page, or to the last comment (whether that happens to be on the last page or not)?
If the aim is to go to the bottom of the last page, then perhaps the fragment should be #Item_Last rather than #Item_N?
So far as I can see...