I am very new using drupal which you would know from my questions. Yes, I will seperate navigation from the content of the 60 plus pages. I understand this.
Some one suggested to use panels for all these inside pages. I can use 2 column layout. Left for content and right for navigation. Question is in my understanding of this concept. This means should we create 60 such panel pages with 2 column layout? some content on left column is static and some comes from the views. OR should ww use 2 column theme and create 60 plus basic pages? I believe if we use pannels then I don't need a theme for inside pages. I have pge.tpl.php for the home page.
On Thu, Nov 21, 2013 at 9:51 AM, themes-request@drupal.org wrote:
Send themes mailing list submissions to themes@drupal.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.drupal.org/mailman/listinfo/themes or, via email, send a message with subject or body 'help' to themes-request@drupal.org
You can reach the person managing the list at themes-owner@drupal.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of themes digest..."
Today's Topics:
- Re: themes Digest, Vol 72, Issue 5 (David Metzler)
Message: 1 Date: Thu, 21 Nov 2013 06:51:07 -0800 From: David Metzler metzler.dl@gmail.com Subject: Re: [themes] themes Digest, Vol 72, Issue 5 To: A list for theme developers themes@drupal.org Message-ID: A7B18255-04F9-4F19-A48D-F7A1C06EF7D5@gmail.com Content-Type: text/plain; charset="iso-8859-1"
Typically this is done in drupal with the navigation being separated from the content of the 60 plus pages and using the navigation as drupal blocks inside a "sidebar" region in a theme. Is there something about this approach that doesn't work for your use case?
Just trying to figure out how new you might be to the drupal way of doing things.
On Nov 20, 2013, at 6:33 AM, vibanu vibanu@gmail.com wrote:
Chris, I will get the book. Thanks for your suggestion.
I have page.tpl.php theme copied and modified from Zen. In Drupal, for
the home page, I enabled system noode_view and created a variant for the HOME page with a selection creteria for front page and 3 column layout panel. This is now overwriting the templates content area.
Our other inside pages of the static website have 2 column layout.There
are over 60 such pages with left side being content and the right side is the navigation.
I am trying to understand if I need another template for these inside
pages on Drupal and the relationship of panels with the inside template for over 60 pages? What is the best way acheive this functionality?
On Wed, Nov 20, 2013 at 7:00 AM, themes-request@drupal.org wrote: Send themes mailing list submissions to themes@drupal.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.drupal.org/mailman/listinfo/themes or, via email, send a message with subject or body 'help' to themes-request@drupal.org
You can reach the person managing the list at themes-owner@drupal.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of themes digest..."
Today's Topics:
- Re: themes Digest, Vol 72, Issue 3 : migrating static HTML page with TABS to DRUPAL (Chris McAndrew)
Message: 1 Date: Tue, 19 Nov 2013 18:51:47 -0500 From: Chris McAndrew chris@csmcreative.com Subject: Re: [themes] themes Digest, Vol 72, Issue 3 : migrating static HTML page with TABS to DRUPAL To: themes@drupal.org Message-ID: <CAFV3ugkDuoNr+YD=
YiYNrJkiEbD_8Of7wy64OjQhwnF69fHYWQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Drupal definitely isn't something you will get up to speed with in a
short
period of time. I think you really have to work with it every single day and make it your focus. If it has to be in Drupal for whatever reason
than
you have no choice but if it's just for tabs, I don't get it. Maybe WordPress or something would be easier and quicker.
Drupal kicks butt though and I will never touch WP again. The best book
for
me that I reference daily is the Pro Drupal Development book. It's a big yellow and black book and covers everything you need or might want to learn.
Good luck and you definitely have plenty of help here so always ask.
Chris McAndrew??
*[image: http://csmcreative.com] http://csmcreative.com Chr**is
McAndrew*
*Interactive Designer & Developer Mobile*: 1.603.498.3864
- Email*: chris@csmcreative.comchris@csmcreative.com<
chris@csmcreative.com?subject=Question+via+email+contact+link>
- Web*: http://csmcreative.com
*Twitter*: @chris_mcandrew https://twitter.com/chris_mcandrew *LinkedIn*: chrismcandrew http://linkedin.com/in/chrismcandrew
On Mon, Nov 18, 2013 at 1:38 PM, themes-request@drupal.org wrote:
Send themes mailing list submissions to themes@drupal.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.drupal.org/mailman/listinfo/themes or, via email, send a message with subject or body 'help' to themes-request@drupal.org
You can reach the person managing the list at themes-owner@drupal.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of themes digest..."
Today's Topics:
- migrating static HTML page with TABS to DRUPAL (mullick)
- [#JMB-402-45965]: migrating static HTML page with TABS to DRUPAL (RebirthRO)
- Re: migrating static HTML page with TABS to DRUPAL (Carl Wiedemann)
- [#GFX-836-29289]: Re: migrating static HTML page with TABS to DRUPAL (RebirthRO)
- Re: migrating static HTML page with TABS to DRUPAL (Sushanta Banerjee)
- [#IGY-236-37981]: Re: migrating static HTML page with TABS to DRUPAL (RebirthRO)
- Re: migrating static HTML page with TABS to DRUPAL (David Landry)
Message: 1 Date: Mon, 18 Nov 2013 10:33:03 -0500 From: mullick vibanu@gmail.com Subject: [themes] migrating static HTML page with TABS to DRUPAL To: themes@drupal.org Message-ID: < CAMVtPvjvrqenR2usobBwzj8tYB+pOV5a5z+QyHT+E7XVzCqGKg@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Hi, I have to move our static HTML site to DRUPAL. I am one week young
user
of drupal and I am reading and learning from others experiences. I will appreciate if you can give me your suggestions on the best way to restructure the following similar page (with tabs) to DRUPAL? http://www.cs.sunysb.edu/people/faculty.html Thanks in advanace!