Nucleusにカレンダーを表示
Feb 10, 2008AD:
Nuclesにカレンダーを表示する方法
Nuclesのプラグインの一覧からカレンダーを探してくる。
↓
「NP_Calendar.php」というプラグインを発見。
↓
まず「備忘日記」さんのとこから、ファイルを落としてきます。
↓
あとは、インストール
- 「/nucleus/plugins/」の中に「NP_Calendar.php」をアップロード
- 「管理画面」から「プラグイン管理」へ行き、「登録リストのアップデート」をする
- 表示方法をプラグインの編集から設定
- 後は表示したいとこへ<%Calendar%> を書く
↓
あとは、CSSをいじります。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
/* 20080209 追加 */ div#colTwo table.calendar { text-align: center; font-size: small; } div#colTwo tr.calendardateheaders { font-size: small; } div#colTwo td.days {  padding:2px 5px; } div#colTwo td.today a{ color: white;  font-weight:bold; } |
最後に、ぼくの文字コードがEUCだったのではじめに「NP_Calendar.php」のEUCで保存しておきました。
AD:
No Comments, Comment or Ping
Reply to “Nucleusにカレンダーを表示”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.