雜記


  1. 刪除停用的帳號
  2. 每當有新用戶註冊, 就寄 e-mail 通知管理員; 但是 token 怎麼用? 1 全部 token 清單... 沒試成功
  3. 需要更多 「使用者」 的欄位? I found the page hard to find, but at /admin/config/people/accounts/fields you can add fields to users. (設定/使用者帳號設定/管理欄位分頁)
  4. token: 安裝 token 及 token_filter 兩個模組。 設定=>文字格式=>Filtered html 或其他=> replace tokens。 詳見 Adding tokens to content Tokens not being replaced in D7
  5. 升級: Update Drupal Core Using Drush to update to a specific version of core (not just the latest)
  6. 不要用 debian 內建的 drupal7 套
  7. drush pm-list --pipe 這樣的輸出才方便後續處理。
  8. update.php
  9. drush sql-cli < backup.sql
  10. RewriteLog
  11. undefined function data_get_all_tables
  12. Configuring the temporary directory
  13. Class 'RulesEventHandlerEntityBundle' not found
  14. Drupal 的 Clean URL (含 NAT port forwarding 環境下的設定方式)
  15. 列出模組清單: drush pm-list --type=Module 詳見 Using drush to get a list of enabled modules
  16. 移除模組: 先停用 drush pm-disable 模組名稱 再移除 drush pm-uninstall 模組名稱 詳見 A Beginner's Guide To Drush: The Drupal Shell
  17. read only mode
  18. Installing/Upgrading Drush
  19. drush devel-token (需要安裝 devel 套件)
  20. Organizing uploaded files in folders created by date / File (Field) Paths 要先把整個 node 儲存完畢, 檔案才會搬到正確位置; 但是 webform 又是另一回事了, 沒辦法