Closed (fixed)
Project:
Node import
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 14:35 UTC
Updated:
3 May 2009 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
ludo1960 commentedOOPS,
Comment #2
Robrecht Jacques commentedIf you go to the edit page of a groupnode (node/add/groupnode) you should see a "Description" field that is required. In this case it is the "og_description" field of the Organic Groups module.
Currently this module is not supported. Changing the title to set it as a feature request.
Comment #3
ludo1960 commentedMany thanks for your reply, great work on the module. I see others have requested support for OGs, any plans for this?
Can I help support in any way?
Cheers.
Comment #4
ludo1960 commentedBump,
Is OG on your list of modules to add? If not any advice on creating module specific inc files?
Comment #5
Robrecht Jacques commentedYes, it is on my list. But I don't have time this week to implement it.
You could look at the other .inc files in the supported directory. The basic hook to implement is
hook_node_import_fields(). For the "Description" you probably will not have to implement anything else.could get you started (untested).
Comment #6
Robrecht Jacques commentedOrganic Groups support has been added to CVS. Please test og.inc. Copy it to
sites/all/modules/node_import/supported/og/og.inccreating a new directory.Report back any errors.
Comment #7
ludo1960 commentedHello Robrecht,
OK installed as instructed, I get to step 6 of 8 and entered for the book entry.
This causes the import to fail (no errors about OG_description though!)
Please find attached the error report:
Cheers...
Comment #8
ludo1960 commentedJust to confirm, the OG import is working and respects Pathauto settings, it only fails when you try to add Books for each OG at the same time.