Hi Everyone,

Does anyone know how or have seen an example of how to create a View from items in the Database?? I tried using media-gallery but got a ton of undefined errors. All I want to do is create a paginated node with you tube videos.

Im dissecting Media Browser+ right now since it looks like it may have some answers. Any pointers or links to how-tos would be good

Eric

Comments

jason_gates’s picture

HI,
I would take a look at the node_page_default() method located in the node.module file. Use that source as example for building your module.
http://api.drupal.org/api/drupal/modules--node--node.module/function/nod...

ehask71’s picture

Thanks Jason,

I threw this together in a couple hours

http://rapidhostsdemo.com/financial-videos

Forced me to dive into themeing

Eric Haskins