0

I'm benchmarking some CMS's for future use. I would like to know if with Drupal it's possible to have (extensions or api's) reports of back office usage.

Examples:

  1. Users that don't create/update content for more than X days?
  2. Content Areas that don't have new content for more than X days?
  3. Number of contents waiting approval?

Thank you.

4

1 に答える 1

1

サイトの統計を表示するDrupalに提供されたモジュールがいくつかあります。統計カテゴリを見てください:http://drupal.org/project/statistics

たとえば、ユーザー統計を表示するモジュールがあります:http: //drupal.org/project/user_stats

より良いオプションは、必要な統計をデータベースで検索するカスタムモジュールを構築することです。

于 2012-10-25T14:56:31.457 に答える