This plugin changes the calendar of Joomla default to Mootools Datepicker. (for Joomla!2.5)
Features
- 4 themes
- With Time picker
- Cool
Configuration
-
Theme
Default is Dashboard. If you select Custom, it do not load CSS for a calendar. -
Columns
Number of a calendar. For example, if it is 3, the calendar for three months is displayed. * Theme is default when more than one column. -
Offset X
Only numeric value. Default is 5. Usually, although there is no necessity for adjustment, when you use three columns, please adjust. A minus value is also OK. -
Offset Y
Only numeric value. Default is 0. Usually, although there is no necessity for adjustment. -
Exclude component
1 line 1 component. The calendar of a Joomla default is displayed at the time of operation of the specified component.
Example: com_example
久しぶりにサクサクとプラグインを作成した気がします。このプラグインは、デフォルトのカレンダー(Joomlaで日付を入力するときに出てくるあれ)をMootools のDatepickerに置き換えるだけのものです。何が便利かって、体裁は良くなるのはもちろん、何よりTimePickerがついていることでしょうか。時間まで指定したいとき、日付を選択してからキーボードで入力していますが、それを一連の流れで入力できるようになります。
ただし、注意が必要です。このプラグインは元のカレンダーを使わなくなるため、エクステンションによっては、カスタムスクリプトを使用している場合、このカレンダー用に書き換えないといけなくなってしまいます。ですが、コンポーネントだけは元のカレンダーを呼び出せるように、指定することが可能です。例えば、com_exampleでカレンダーが要求通りに動かないなら、Exclude component(除外コンポーネント)にcom_exampleを指定してください。
ほとんどは、大丈夫な気がしますが、コアなエクステンションならあり得ます。(実際私が今まで作成してきたものにもある。)
ふと、思いついたので作成してみました。お試しください。







Joomla!には便利な機能があってサイトのRSSを取得して表示する機能があります。ですが、そのまま表示させている方は少ないと思います。見栄えが悪いのじゃないかと・・・。 リクエストがあったの...