Closed (fixed)
Project:
Comment OG
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 May 2011 at 08:37 UTC
Updated:
20 Oct 2011 at 15:00 UTC
Jump to comment: Most recent file
Hi there,
Is there any plan to move this module to D7?
Cheers,
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | comment_og_1152498-13.patch | 1.48 KB | chromix |
Comments
Comment #1
chromix commentedIf there's a demand for it, then yes. Anyone else think there's a need for this in D7?
Comment #2
sirspacey commented+1
Comment #3
Fidelix commentedThe stuff that this module does needs to get into og core, IMHO.
So +1.
Comment #4
chromix commentedI talked to Moshe about this a few years ago. Either way, I'm glad other people seem to think so! I'll work on an upgrade this week.
Comment #5
ohnobinki commented+
Perhaps another eventual route of solving the comment permissions problem would be to look at #10426: Make comment permission more granular.?
Comment #6
halloffame commented+1
Comment #7
mmcgrath42 commented+1
Comment #8
ohnobinki commentedComment #9
brightboldYes!
Comment #10
theullrich commentedadd me. I can do testing and basic drupal dev if you want help.
Comment #11
chromix commentedA new dev branch has been opened up that contains an alpha release. The 7 version takes advantage of the new granular permission system with OG. I'm going to add edit and delete functionality soon, but for now at least comments can be turned off for non-members or for members only of a certain role. Test in good health.
Comment #12
chromix commentedComment #13
theullrich commentedgetting this error when trying to go to comment settings.
"Fatal error: Call to undefined function comment_og_admin_edit_msg() in C:\xampp\htdocs\faasn\sites\all\modules\comment_og\comment_og.module on line 31"
Comment #14
chromix commentedGood catch. Apparently I kept a lot of extra stuff in the module for features that don't exist at this point (the settings page is unnecessary). If you grab the latest dev it should work fine, but here's a quick patch of the changes for reference.
Comment #15
chromix commentedI just added updated the dev branch with edit, approve, and delete functionality. Testing seems good at this point. I'm going to test a little bit more on my end and then tag this as a beta release. After that point, I'll consider this issue closed.
Comment #16
chromix commentedBeta now available!