Hi,
Just installed the Video module and it works fine creating a new node from Content Management>>Content>>Add Video but with in an Organic Group there's no video upload or control fields on the form.
The url is node/ognodeadd?type=video&gids[]=9
OG is the latest version
Comments
Comment #1
Utternonsense commentedThis may be an issue with OG User Roles forcing all urls for node creation from to
node/add/video
to
node/ognodeadd?type=video&gids[]=X
Has the module been coded in such a way that it can't use this url and is there a relatively simple fix? I desperately need to have group video in my project so a fix could be paid for...
Comment #2
fax8 commentedYeas.. exactly. Video module reads the node creation URL to load the appropiated submodules (upload, youtube, etc..).
You might want to try to set a default video subtype. It might works.
Comment #3
hypertext200