Project:Movie database
Version:4.7.x-0.x-dev
Component:User interface
Category:support request
Priority:critical
Assigned:Hara Kim
Status:closed (fixed)

Issue Summary

Hello I was wondering where the movie page actually is where all the submitted information goes.. Thanks

Comments

#1

I have no idea... I hope there's a way to migrate from 4.7 to 5.0 but seems more complex than I thougth and I can't find any manual about creating modules for 5.0.... :-/

#2

Are you talking about the theme function that generates the movie page? It is the theme_mdb_movie function in the mdb_theme.inc file. You can create your own theme function in you theme files just name it name_of_your_theme_mdb_movie

If i misunderstood your question, correct me :)

#3

yeah i just meant a page for all the submitted movies like the blog page I didnt see a page for movies on my tool bar? Can you tell me how to do this exactly that would be great. I figured out to do it with the directory module but I would like to do it without that if possible thanks lol

#4

Well... I tell you how I'm doing. Create a category (admin/content/taxonomy) for Movie type. Now, when I write a new movie I can select the category. When I look the full node of the movie I see a field calle "tags" with the tag I selected for the movie. Click on the tag field and you will go to somewhere like /taxonomy/term/658 and you'll be able to see all the movies.

The same thing seems not to workf with the type "person", but I'm trying to see if is somthing I'm doing wrong or it's a bug.

#5

Oh ok. You can either do that by using taxonomy, or use the views module. The views modules does exactly what you want and offers a lot of flexibility.
Check out the handbook for detailed instructions on creating views..

#6

Status:active» closed (fixed)
nobody click here