By Samrat_Saha on
Hi Guyz,
I am new to Drupal but just fell in to love the way Drupal works and Trying to localize Drupal for my future projects.
as i have been migrating from WordPress, in WordPress there becomes a very good techniques for page templating
Now for Details process for those who haven't used WordPress :
- Templating Every Page is done only by templating page.php file [same as Drupal's page.tpl.php]
- Now if we need a different page style in any one page then this can be done by templating a page with any name of our choice own_choice.php, this special page template/style can be selected to any page from the admin page edit section Please see this image link .Demonstration Image
i need a same alternative or similar process to workout in Drupal. . .please help fast & Thanks in advanced
Comments
Depending on the type of
Depending on the type of change you could use css or maybe Display Suite might be able to help if you are just trying to control the basic layout. Further more if you are trying to take blocks off the page then when you edit the block at the bottom you can tell it to only show on certain pages.
Re: Depending on the type of
I am Trying something like the below demonstration. from one of my projects.
[NOTE : when visiting the page 1st time may land you to a landing page so please select 'Kolkata' from the drop down. and paste the required links.]
So Visit this page which have a custom template in WordPress
**Link Removed
Now Visit this page which is a details page of the specific venue.
**Link Removed
Both the above links are pages. their styling are different and are specified to custom templates which are been selected from the admin.
_
while the display suite and panels modules let you do this through the ui, see http://drupal.org/node/1089662 for how to do it like you describe above.