Difference between revisions of "Talk:Drupal"
From Organic Design wiki
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
*For a different front page skin, create and edit page-front.tpl.php and create and link to a front-page css loaded after the other scripts. | *For a different front page skin, create and edit page-front.tpl.php and create and link to a front-page css loaded after the other scripts. | ||
*If you want to make any sort of new region on a page, the code in the Zen-based skin has to be refactored into tables, as IE7 loses the plot with the negative margins in the div-only version. | *If you want to make any sort of new region on a page, the code in the Zen-based skin has to be refactored into tables, as IE7 loses the plot with the negative margins in the div-only version. | ||
− | *The best way to patch modules | + | *The best way to patch modules is with Linux, then transfer them to Windows machines if required. For example: |
+ | **OG Forums for security | ||
+ | **Webform Reports for added functionality | ||
− | --[[User:Jack|Jack]] | + | --[[User:Jack|Jack]] 16:17, 16 June 2011 (PDT) |
Latest revision as of 23:17, 16 June 2011
From practice, the following notes:
Skinning procedures are generic HTML/PHP/CSS/JavaScript and no big deal. JQuery is now default.
- You need to add page.tpl.php from the starterkit and edit that along with the chosen layout css if you want to make changes outside the block administration.
- For a different front page skin, create and edit page-front.tpl.php and create and link to a front-page css loaded after the other scripts.
- If you want to make any sort of new region on a page, the code in the Zen-based skin has to be refactored into tables, as IE7 loses the plot with the negative margins in the div-only version.
- The best way to patch modules is with Linux, then transfer them to Windows machines if required. For example:
- OG Forums for security
- Webform Reports for added functionality
--Jack 16:17, 16 June 2011 (PDT)