Closed (fixed)
Project:
OG Titles
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2011 at 16:59 UTC
Updated:
19 Dec 2012 at 17:33 UTC
Any plans to create a Drupal 7 version?
Comments
Comment #1
mradcliffeI've been thinking about this on and off for the last 2 months. Moshe was telling me last month that I was made redundant, but I don't think so. I am not sure if it's a good idea to store per group data in the user object along with the audience field.
Comment #2
mradcliffeCurrent battle plan:
Comment #3
mradcliffeI worked on this a bit this weekend and have it about 1/3 initially done.
The Ui is going to be the interesting part. Fields are attached via the Field Attach API, but this also handles the multiple values. In our case, however, we only want to see the multiple value that corresponds with the Group Id. It's going to be a bit hackish, but doable, to get a custom Ui for this.
Comment #4
mradcliffeRoadmap:
Comment #5
Sylense commentedany update on this?
Comment #6
mradcliffeI worked on it within the last month, but I do not have anything installable yet. It's getting close though. Sorry for this taking so long as I tend to switch which project I'm working on every week or so.
Comment #7
mradcliffeWorked on this again from scratch. I pushed some non-complete code to the repo under 7.x-dev branch. Some basics working with og member title and og titles group membership and group entity fields respectively.
Comment #8
mradcliffeBranched to 7.x-1.x from 7.x-dev. I think I can make a snapshot release now comfortably. Still plenty of features to implement to get back to the same functionality as 6.x-1.x.
Need to create follow-up issues.
Comment #10
Sylense commentedI've installed and can't seem to get anything working. I see a new area titled "Membership Options" when you go to the group edit page but it just displays a blank page with a save button.
Comment #11
mradcliffeCan you open up a follow-up issue and look to see if there are any group membership fields created?
Edit: this was meant as an initial push to get some code up, but not as a 100% things are working thing.