Results for weight select
- Drupal: 殺掉討厭的權重下拉表單
-
如果你像我一樣很討厭這種長長的權重下拉表單 (Weight Options),Drupal 7.11 及以後的版本能很簡單殺死它。 只要將 Drupal 中的 Variable: drupal_weight_select_max 改變就可以。(@see form_process_weight ) 比如在 settings.php 中加入: $conf['drupal_weight_select_max'] = 0 ...
Articles - Kay.L - 12/16/2011 - 22:43 - 0 comments
