Closed (won't fix)
Project:
Video
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2008 at 10:55 UTC
Updated:
30 Sep 2009 at 21:19 UTC
Hi folks,
I'm a newbie to drupal, right now i'm developing a community website. Having problems with video module it seems.
Currently I'm using acidfree module and video module for Image galleries and Videos respectively. Both are working fine. The issue is, if i logged in as a user the video link displays all the videos that are uploaded by all the users.
What i want is, it should display only the videos that are uploaded by the corresponding user logged in.
Awaiting for your replies !!!
Comments
Comment #1
gan_drupal commentedComment #2
gan_drupal commentedComment #3
gan_drupal commentedComment #4
fax8 commentedprobably this more related to Acidfree.
Comment #5
gan_drupal commentedComment #6
gan_drupal commentedThx for your reply "fax8",
but its purely related to video module, i believe.
Comment #7
fax8 commentedwhat do you mean for video link ?
Comment #8
gan_drupal commentedit means a link to view videos.
When you enable video module it automatically comes on the Menu section.
Comment #9
shoptalk commentedIt sounds like you might want to explore the views module. It allows you to create custom queries such as "all of the nodes where type = video and uid = uid of current user. In the process you will define a URL for your view, and you can create a menu entry for your view as well.
Comment #10
hypertext200