Hello All,

i am very new to all this drupal stuff (something i am sure you are sick of hearing), but i was wondering if you might be able to help me with a little problem i am having.

i basically want to display/located all the nodes that belong to a certain view. i have been looking trough the database and cannot find what links a node to a particular view.

i know that sounds very simple to most of you but i would appreciate anyone who is willing to help a beginners apprentice.

thanks for any and all help

Comments

vm’s picture

when we read view, most times someone is referring to the views.module is this the case ?

if not, you may want to elaborate on what you mean by "view" and give a path as an example.

_____________________________________________________________________
Confucius says:
"Those who seek drupal answers should use drupal search!" : )

emTque’s picture

when i say 'view' i am referring to a page view (i think).

i have the following code:

 //get view information
  $view_1 = views_get_view('my_view');

now all i want to do is find out what nodes are linked to this particular view, and display them on the page.

is there such a thing as "$view_1->node_list"??

i hope this is a little clearer.

emTque’s picture

does anyone know what it is that drupal uses to link nodes to a view, or how it does the reverse??