Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:drupal:walkthru [2010/03/22 01:21] – billh | docs:drupal:walkthru [2010/03/22 01:23] (current) – billh | ||
---|---|---|---|
Line 21: | Line 21: | ||
* I eventually set up TinyMCE as part of [[WYSIWYG]]. | * I eventually set up TinyMCE as part of [[WYSIWYG]]. | ||
- customize the layout by [[theming]] | - customize the layout by [[theming]] | ||
+ | - add custom features to the site by [[developing custom modules]] | ||
- to add areas of the site that are totally custom, not using anything Drupal, we need to add this to the root .htaccess file, right above where Drupal routes everything back to index.php:< | - to add areas of the site that are totally custom, not using anything Drupal, we need to add this to the root .htaccess file, right above where Drupal routes everything back to index.php:< | ||
# added custom rule for php not to be handled by drupal | # added custom rule for php not to be handled by drupal | ||
Line 26: | Line 27: | ||
</ | </ | ||
- even though we've created a custom area of the site, it is best to use the same layout pages as drupal, so come up with a scheme to access the layout tpl.php files in the active theme folder; you may also want to access the same session as Drupal was using | - even though we've created a custom area of the site, it is best to use the same layout pages as drupal, so come up with a scheme to access the layout tpl.php files in the active theme folder; you may also want to access the same session as Drupal was using | ||
- | |||
- | ===== See Also ===== | ||
- | * [[developing custom modules]] | ||
===== External Links ===== | ===== External Links ===== |