Module

Drupal

Panels機能を一時停止

 トップページの表示速度を向上させるためタグによる見出しページへ変更した。それに伴い、以前利用していたDrupalPanels機能(表示レイアウトを設定するmodule)を一時停止とした。

 Panels機能はDrupalの表示レイアウトをカストマイズ(選択)できるmoduleである。使い方はいたって簡単で決められたいくつかのレイアウトから利用したいものを選らび、区切られたブロック内にコンテンツを挿入(選択)していく。ここには作成されているコンテンツ(node)のほか、ブロックやアグリゲータなども挿入可能だ。
それらを自在に配置しひとつのページ(node)を作りあげる機能である。

Drupal

過度なキーワード(タグ)を削除

 Tag(キーワード)が過度に多くなりすぎ負荷が大きく処理が重くなった。Drupalのカテゴによる分類機能なのだが、約300のカテゴリ(タグ)の分類を作成していた。この数だと明らかに表示レスポンスが低下する。 現在はおよそ100のカテゴリに集約し負荷低減を図った。

 タグを作成しているのはTagadelicModuleだが、DrupalTaxonomyモジュールと依存関係にありカテゴリ分類として扱われる。現在膨大な数のタグを扱うサイトもあるがそれをこのTaxonomyで処理するのはむずかしいだろう。

BlogDrupal

Drupalの「ping.module」を変更する

 Ping(ピン)モジュールは、コンテンツの追加などでサイトが更新された際、それを他のサイトに知らせる機能を提供する基本機能ですが標準では Ping-O-Matic サービス(サイト)へ送信するようになっている。

BlogDrupal

Blogger

Blogger

Drupal-id.com - September 11, 2006 - 06:55

Blogger module used for:
1. Display list of bloggers. You can limit how many bloggers displayed.
2. Display number of written blogs or not, i.e: Samuel (5), Linda (4), etc.
3. A "read more link" to show all bloggers with pagination support and their latest blog.
4. You can choose selected case formats: Upper, Small, or Wordcase.
5. Order by: none (random), name or blogs count.
6. Support Avatar on block and page.
7. You can set avatar size: original, width x height, keep aspect ratio.

Drupal

Panels

Panels

Content display · Modulesmerlinofchaos - July 22, 2006 - 04:48

The panels module is the ideological son, successor to and almost complete replacement for the dashboard module. This module allows you to create pages that are divided into areas of the page. Where the dashboard module only gave four areas--top, bottom, left and right--this one is a completely flexible system that includes a couple of 2 column and 3 column layouts by default, but is also highly extensible and other layouts can be plugged in with a little HTML and CSS knowledge, with just enough PHP knowledge to be able to edit an include file without breaking it.

コンテンツの配信