Hey!
I am very new to Drupal and v7 is my first Drupal experience. I have been using the Lynda Tutorials and they are fantastic, but I have additional questions. I am looking for tips on best practices when creating content based on a custom theme comp.
The story is, I am working on a custom site based on comps delivered by my client. In the Lynda lesson for Custom Themes, the content for the custom theme is provided in a B&M file. Works great for the demo but, not for the real application of the of the process. My question is, when you are looking at the comp, and you have divided it up into regions and blocks for the layout, what is the best way to create the content based on the regions? For example, the index page (or front page), I have a header that includes a title bar at the top and a full image with social buttons overlaid on the image. Below that, a nav bar across, with page content below the nav bar. Now, that page content is broken into blocks like featured and 3-col call-out area below that, followed by the footer. I hope you can 'see' the page from this description.
So, what I have done is created content using basic page type for the featured content. Now, the call-out area, would I create a basic page for each of the call out columns? Then create a call-out block? Add them to the block? Then to the page? I know that 'Views' comes into play here somewhere, but not sure how yet.
Does this make any sense? What is the best way to create the content to make it work for the comp? I am basing the theme on the client provided HTML/CSS. I have tried to find books on this but the theme books focus on what to do with the layout, not how to fit the content. Should I designate the block areas on the comp as content types, create the content types and finally adding the content as that type, then create the block? Its the step by step process that I am fuzzy on.
I appreciate the advice!! Hope you have a great day!!
Lisa Rose
Comments
=-=
This question is better served in the theme development forum as general discussion isn't intended for support questions. Please edit your opening post and move it. Thanks.
The following may aid: http://drupalwatchdog.com/1/1/psd-to-drupal-7-theme & http://drupalwatchdog.com/1/2/psd-to-drupal-7-theme-part-2
Thank you!
Sorry I used the wrong forum section. I didn't think this would be considered 'support' since it wasn't technical. The links you provided are exactly what I was looking for. Sometimes, its hard to know what to search for much less which source to use.
I appreciate the advice and thanks for your time!
Lisa l;o)
Lisa Rose
drupal newbie
=-=
no problem. if you could take the time to edit the post and move it, that'd be great.
.
You could separate and categorize the content (ie, articles, videos, press releases) and create content types for each. Use views to create a page per content type to display all published nodes. Add a block for each in views also. Then add the blocks to the regions.
Another way is to use panels.
Looks good...
Thanks! This is good advice, as well. Panels, I haven't even looked at panels, yet. I guess I have a lot more to learn here, eh?
Thanks for your input!! I appreciate it!!
Lisa l;o)
Lisa Rose
drupal newbie