雜記
- 刪除停用的帳號
- 每當有新用戶註冊, 就寄 e-mail 通知管理員; 但是 token 怎麼用? 1、 全部 token 清單... 沒試成功
- 需要更多 「使用者」 的欄位? I found the page hard to find, but at /admin/config/people/accounts/fields you can add fields to users. (設定/使用者帳號設定/管理欄位分頁)
- token: 安裝 token 及 token_filter 兩個模組。 設定=>文字格式=>Filtered html 或其他=> replace tokens。 詳見 Adding tokens to content、 Tokens not being replaced in D7。
- 升級: Update Drupal Core、 Using Drush to update to a specific version of core (not just the latest)
- 不要用 debian 內建的 drupal7 套
drush pm-list --pipe
這樣的輸出才方便後續處理。- update.php
drush sql-cli < backup.sql
- RewriteLog
- undefined function data_get_all_tables
- Configuring the temporary directory
- Class 'RulesEventHandlerEntityBundle' not found
- Drupal 的 Clean URL (含 NAT port forwarding 環境下的設定方式)
- 列出模組清單:
drush pm-list --type=Module
詳見 Using drush to get a list of enabled modules - 移除模組: 先停用
drush pm-disable 模組名稱
再移除drush pm-uninstall 模組名稱
詳見 A Beginner's Guide To Drush: The Drupal Shell - read only mode
- Installing/Upgrading Drush
- drush devel-token (需要安裝 devel 套件)
- Organizing uploaded files in folders created by date / File (Field) Paths; 要先把整個 node 儲存完畢, 檔案才會搬到正確位置; 但是 webform 又是另一回事了, 沒辦法。
- 本頁最新版網址: https://frdm.cyut.edu.tw/~ckhung/b/dp/misc.php; 您所看到的版本: February 03 2015 03:10:16.
- 作者: 朝陽科技大學 資訊管理系 洪朝貴
- 寶貝你我的地球, 請 減少列印, 多用背面, 丟棄時做垃圾分類。
- 本文件以 Creative Commons Attribution-ShareAlike License 或以 Free Document License 方式公開授權大眾自由複製/修改/散佈。