Dear sir,
Please visit this site http://www.ilovebolly.com/ This site is made in drupal.
It has many channels . Lets consider movies channel. and inside movies.. list of movies.
For every movie there is one page. and on that page they have many subpages... like
- Overview
- Plot
- Reviews
- Cast
- Production Details
- Songs
- News
- Trivia
- Quotes
- Suggested Movies
- Fan Club
- Comments
- Photo Gallery
- Video Gallery
My question is how to create a node for a movie suppose " TROY"
then how to create its child nodes ... like "Overview ", "Plot", Wallpapers, Quotes from movies, fan club, news etc etc..
Only Troy page is created by admin. But the subpages like overview, plot.. etc are updated by users. (like wiki).
I am able to make a node movie.. and inside movie I created many fields using CCK ans set permission edited by users. But problem is that when users edit any field whole page (node) comes with all fields appears in edit section.
How can I have separate subpages under page "Troy". When user wants to edit only one subpage.. only that page is edited.

Comments
No plug and play -- customize Drupal
Hi essenzzo,
I'm one of the developers of ilovebolly.com and have been with ilovebolly since its onset. Let me answer some of your questions.
The subpages that you are talking about are created either using Views or Panels. Both these modules allow you to customize your pages. For example, a photo gallery is a view of all the photos that are associated to a celebrity/movie. Since views are dynamic, once we add a photo and associate it to a movie, it instantly appears in the gallery. Similarly, Plot page is created using Panels. Again, the stress would be on the point that there is no plug and play solution for any customization.
To have wiki like edit feature, you need to write a lot of custom code for the simple reason that you'll need to keep all this edit moderated. There is a developer api available to customize your forms, but that is way too generic to solve the purpose.
Besides the points that you have raised, which are all more related to designing the architecture than the implementation, there are a lot of cool features @ ilovebolly.com namely,
Cheers,
Mukesh Agarwal
www.innoraft.com
Pictures in User Registration page
Hi Mukesh,
What did you use to achieve the Picture part in the User registration page? How did you use the icon in the user profile. Is this just the profile module in play or something else.
Thanks
Avatar selection
We are using avatar selection for user profile picture and then some customization..
Dear Mukesh Will you create
Dear Mukesh
Will you create website with similar functionality to chakpak to me.
Please provide me your email Id for further communication.
Essenzzo
PLZ send me mail , need clone
hi Mukesh i,am looking something like popcorn oneindia this is somewhat same can u plz install one for me , will pay u for work. also Essenzzo are u chakpak owner if so i have something to deal with you also plz pm me.
thanks
Howz the menu built
I am wondering how is this dynamic menu is built. I mean, when you select a particular movie, the menu is just related to that movie. Is the menu built based on the nid and node? Or is it a block? A third option I can think of is panels?
I am presently, building a website where I have a node, and then review and promotions nodes using node reference to link to the parent node. So it is like this
Parent Node
Review Node(s)
Promotion Node(s)
Now I need a display such that on the right side 3 menus ( Node, Reviews and Promotions) linking to their respective areas. I can see ILoveBolly has done this effectively. Can anyone help?
It is a block
Hi Binoy,
Yes, you can implement this as a block. The menu system of Drupal does not allows you to create menu items with dynamic links so the links have to be implemented using a block. The links will be something like node/[nid]/reviews and node/[nid]/promotions. Both these links have to be implemented using views and arguments. Create views with page type and give the urls as node/%/reviews and node/%/promotions -- use views arguments to extract the node id from the url. The view arguments will be the node reference field and it will use the nid from the url as an argument. I guess you are done with that. Lemme know if anything is still holding up.
Cheers,
Mukesh Agarwal
www.innoraft.com
Hi mike4u4ever2001 Just the
Hi mike4u4ever2001
Just the explanation I needed! Thanks :-)
http://www.submit.dk/drupal