Closed (fixed)
Project:
Video
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 14:58 UTC
Updated:
14 Oct 2009 at 21:40 UTC
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