I'm building a site which will allow people to organise events, the group is the event and the posts are the details they may or my not require (location, equipment, accomodation etc).
The idea was that the content type 'Accomodation' for example which in itself is a location node, could be re-used in a new event (group) later on. That way tehre is only one copy of the specific accomodation location to keep up to date.
When a new group is created, there is a link to create Accomodation in the OG Group Details Block but tehre is no link to attach existing accomodation.
This site will hopefully becoe a bit of a directory and later using fivestar, a method of reviewing these 'accomodations'. With the quantity involved so I can not see the OG 'audience' checkboxes working very well.
I need something like Node Reference AutoCreate implements, ajax form which checks if the content already exists, then links or creates new, I could build it from scratch but I like the feel of OG, notifications etc.
Does anyone have any clues what I should be doing to enable this sort of functionality?