Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:drupal:walkthru [2010/03/22 01:21] billhdocs:drupal:walkthru [2010/03/22 01:23] (current) billh
Line 21: Line 21:
     * I eventually set up TinyMCE as part of [[WYSIWYG]].  There is another module to use with [[IMCE]] called the [[IMCE WYSIWYG API Bridge]].  This module allows several editors to take advantage of the [[IMCE]] features for uploading and managing images.  The only trick is that you need to click which buttons to show in TinyMCE, and also check the IMCE option in the same place.  This is done on the Administer->Site Configuration->WYSIWYG page, after you assign an editor to an input type, and then click Edit.  Make sure at least the Image and IMCE buttons are checked.  When this is complete, you will be able to click the image button in TinyMCE, then click the little box at the top right to open the [[IMCE]] browser.     * I eventually set up TinyMCE as part of [[WYSIWYG]].  There is another module to use with [[IMCE]] called the [[IMCE WYSIWYG API Bridge]].  This module allows several editors to take advantage of the [[IMCE]] features for uploading and managing images.  The only trick is that you need to click which buttons to show in TinyMCE, and also check the IMCE option in the same place.  This is done on the Administer->Site Configuration->WYSIWYG page, after you assign an editor to an input type, and then click Edit.  Make sure at least the Image and IMCE buttons are checked.  When this is complete, you will be able to click the image button in TinyMCE, then click the little box at the top right to open the [[IMCE]] browser.
   - 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:<code>   - 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:<code>
   # 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:
 </code> </code>
   - 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 =====
  • docs/drupal/walkthru.1269242494.txt.gz
  • Last modified: 2010/03/22 01:21
  • by billh