E-mail
パスワード
次回から自動ログインする
パスワード紛失
新規登録
ホーム
|
新着情報
|
研究室
|
掲示板
|
ぶろぐ
|
Wiki
|
お問合せ
|
アルバム
|
リンク
|
サイトマップ
|
|
一覧
検索
最新
ヘルプ
ページへ戻る
履歴
リンク元
印刷
d3diary開発日記/2009-06-04
をテンプレートにして作成
xpwiki
:d3diary開発日記/2009-06-04 をテンプレートにして作成
開始行:
#navi(../)
#boxdate
*記事毎の公開範囲設定を実装
&tag(現状報告);
** 概要
+ 記事毎の公開範囲設定を実装。
-- 但し、日記全体設定の公開範囲より広げる設定はできないこ...
+ 下書き設定(非公開)を記事毎の公開範囲設定に追加。
+ テンプレート index.html に日本語直書きが残っていたので...
+ テンプレート inc_open_options.html を前回追加していたが...
** 詳細など
*** フォルダ・ファイル構成
#code(pre,nonumber){{
html (XOOPS_ROOT_PATH)
├─class
│ └smarty
│ └plugins
│ function.d3comment.php
│ function.d3forum_comment.php
│ function.d3forum_comment_postscount.php
│ function.d3forum_comment_topicscount.php
│ function.xugj_block.php
│
└─modules
│ └(d3forum)
│ └blocks
│ blocks_bcomment.php
│
└─d3diary
│ comment_delete.php、comment_edit.php、com...
│ comment_post.php、comment_reply.php (wrap...
│ detail.php、diarylist.php (wrapper for co...
│ index.php (wrapper)
│ module_icon.php (wrapper)
│ mytrustdirname.php
│ notification.php、notification_update.php...
│ oninstall.php、onuninstall.php、onupdate....
│ rdf.php、search.php、viewcomment.php (wra...
│ xoops_version.php
├admin
│ admin_menu.php、index.php (wrapper)
├blocks
│ blocks.php (wrapper)
├cache (777)
├images
│ arrow1.png、、etc..
├include
│ imgresize.php (wrapper)
├preload
│ D3diaryPreload.class.php (wrapper)
└upimg (777)
}}
#code(pre,nonumber){{
trust (XOOPS_TRUST_PATH)
└modules
│└d3diary
│ │ admin.php、admin_menu.php
│ │ blocks.php
│ │ main.php
│ │ module_icon.php、module_icon.png
│ │ notification.php
│ │ oninstall.php、onuninstall.php、onupdate.p...
│ │ preload.php、search.php
│ │ xoops_version.php
│ ├admin
│ │ import.php、index.php、mymenu.php
│ ├blocks
│ │ block_functions.php
│ ├class
│ │ category.class.php、diary.class.php
│ │ diaryconfig.class.php、gtickets.php、photo...
│ │ d3diaryD3commentContent.class.php
│ ├include
│ │ │ comment_view.php、functions.php、header.php
│ │ │ imgresize.php、import_functions.php、mytabl...
│ │ │ x20_keepblockoptions.inc.php
│ │ └magpierss
│ │ │ rss_cache.inc、rss_fetch.inc、rss_parse....
│ │ └extlib
│ │ Snoopy.class.inc
│ ├language
│ │ ├japanese
│ │ │ │ admin.php、blocks_common.php、blocks_each...
│ │ │ │ main.php、modinfo.php
│ │ │ └mail_template
│ │ │ blogger_comment_notify.tpl
│ │ │ blogger_newentry_notify.tpl
│ │ │ global_newentry_notify.tpl
│ │ └ja_utf8 (same as japanese)
│ ├main
│ │ bloggerlist.php、detail.php、diarylist.php
│ │ edit.php、editcategory.php
│ │ index.php
│ │ notification_update.php、other.php
│ │ rdf.php、usr_config.php、viewcomment.php
│ ├sql
│ │ mysql.sql
│ └templates
│ admin_import.html
│ block_bloggerlist.html、block_diarylist.h...
│ bloggerlist.html
│ detail.html、diarylist.html
│ edit.html、editcategory.html
│ inc_blog_options.html
│ index.html、other.html、rightarea.html
│ tabmenu.html
│ usr_config.html、viewcomment.html
├ d3forum
│ │ blocks_bcomment.php
│ │
│ └blocks
│ block_functions_bcomment.php
└ d3pipesm
└joints
└block
D3pipesBlockD3diarylist.class.php
}}
*** スクリーンショット
- 非公開記事の表示例
|ゲストアクセス時&br;&ref(b_diarylist_2.gif,mw:300,mh:300...
|管理者アクセス時&br;&ref(b_diarylist_2_admin.gif,mw:300,...
- 日記投稿画面の公開範囲設定
|&ref(edit_draft.gif,mw:300,mh:300);|
*** テストサイト
[[テストサイト:http://www.mc8.jp/HD3/]]で、不定期にテス...
*** ソース
一応、アルファバージョンとして、現状のソースを置いてお...
現状でテストいただければ大歓迎ですが、実公開版では大き...
|&ref(d3diary_0.01alfa_090604.zip);|
*** ライセンス
GPL v2
** 既知の不具合
+ コメントとイベント通知のインポートができない。 → 次の...
+ RSS配信が表示されない
+ 新着記事ブロックで、xoopsコメント新着数が表示されない
+ 各記事表示の「前の記事」「次の記事」に、表示できない記...
(対策が難しいので、当面はこのままか。。)
+ その他、こまごまと。
+ (追記)minidiaryとd3diaryの両方の記事リストブロックを...
+ (追記)外部ブログ分の、全体新着リスト表示が出ない。 →...
+ (追記)&font(Red){本文閲覧権限がおかしい。 d3コメント...
** 今後の予定
もう少しあ追加機能を実装してから公開しようか、思案中。
そして、携帯用テンプレートもかなり手を入れないといけない...
以上
終了行:
#navi(../)
#boxdate
*記事毎の公開範囲設定を実装
&tag(現状報告);
** 概要
+ 記事毎の公開範囲設定を実装。
-- 但し、日記全体設定の公開範囲より広げる設定はできないこ...
+ 下書き設定(非公開)を記事毎の公開範囲設定に追加。
+ テンプレート index.html に日本語直書きが残っていたので...
+ テンプレート inc_open_options.html を前回追加していたが...
** 詳細など
*** フォルダ・ファイル構成
#code(pre,nonumber){{
html (XOOPS_ROOT_PATH)
├─class
│ └smarty
│ └plugins
│ function.d3comment.php
│ function.d3forum_comment.php
│ function.d3forum_comment_postscount.php
│ function.d3forum_comment_topicscount.php
│ function.xugj_block.php
│
└─modules
│ └(d3forum)
│ └blocks
│ blocks_bcomment.php
│
└─d3diary
│ comment_delete.php、comment_edit.php、com...
│ comment_post.php、comment_reply.php (wrap...
│ detail.php、diarylist.php (wrapper for co...
│ index.php (wrapper)
│ module_icon.php (wrapper)
│ mytrustdirname.php
│ notification.php、notification_update.php...
│ oninstall.php、onuninstall.php、onupdate....
│ rdf.php、search.php、viewcomment.php (wra...
│ xoops_version.php
├admin
│ admin_menu.php、index.php (wrapper)
├blocks
│ blocks.php (wrapper)
├cache (777)
├images
│ arrow1.png、、etc..
├include
│ imgresize.php (wrapper)
├preload
│ D3diaryPreload.class.php (wrapper)
└upimg (777)
}}
#code(pre,nonumber){{
trust (XOOPS_TRUST_PATH)
└modules
│└d3diary
│ │ admin.php、admin_menu.php
│ │ blocks.php
│ │ main.php
│ │ module_icon.php、module_icon.png
│ │ notification.php
│ │ oninstall.php、onuninstall.php、onupdate.p...
│ │ preload.php、search.php
│ │ xoops_version.php
│ ├admin
│ │ import.php、index.php、mymenu.php
│ ├blocks
│ │ block_functions.php
│ ├class
│ │ category.class.php、diary.class.php
│ │ diaryconfig.class.php、gtickets.php、photo...
│ │ d3diaryD3commentContent.class.php
│ ├include
│ │ │ comment_view.php、functions.php、header.php
│ │ │ imgresize.php、import_functions.php、mytabl...
│ │ │ x20_keepblockoptions.inc.php
│ │ └magpierss
│ │ │ rss_cache.inc、rss_fetch.inc、rss_parse....
│ │ └extlib
│ │ Snoopy.class.inc
│ ├language
│ │ ├japanese
│ │ │ │ admin.php、blocks_common.php、blocks_each...
│ │ │ │ main.php、modinfo.php
│ │ │ └mail_template
│ │ │ blogger_comment_notify.tpl
│ │ │ blogger_newentry_notify.tpl
│ │ │ global_newentry_notify.tpl
│ │ └ja_utf8 (same as japanese)
│ ├main
│ │ bloggerlist.php、detail.php、diarylist.php
│ │ edit.php、editcategory.php
│ │ index.php
│ │ notification_update.php、other.php
│ │ rdf.php、usr_config.php、viewcomment.php
│ ├sql
│ │ mysql.sql
│ └templates
│ admin_import.html
│ block_bloggerlist.html、block_diarylist.h...
│ bloggerlist.html
│ detail.html、diarylist.html
│ edit.html、editcategory.html
│ inc_blog_options.html
│ index.html、other.html、rightarea.html
│ tabmenu.html
│ usr_config.html、viewcomment.html
├ d3forum
│ │ blocks_bcomment.php
│ │
│ └blocks
│ block_functions_bcomment.php
└ d3pipesm
└joints
└block
D3pipesBlockD3diarylist.class.php
}}
*** スクリーンショット
- 非公開記事の表示例
|ゲストアクセス時&br;&ref(b_diarylist_2.gif,mw:300,mh:300...
|管理者アクセス時&br;&ref(b_diarylist_2_admin.gif,mw:300,...
- 日記投稿画面の公開範囲設定
|&ref(edit_draft.gif,mw:300,mh:300);|
*** テストサイト
[[テストサイト:http://www.mc8.jp/HD3/]]で、不定期にテス...
*** ソース
一応、アルファバージョンとして、現状のソースを置いてお...
現状でテストいただければ大歓迎ですが、実公開版では大き...
|&ref(d3diary_0.01alfa_090604.zip);|
*** ライセンス
GPL v2
** 既知の不具合
+ コメントとイベント通知のインポートができない。 → 次の...
+ RSS配信が表示されない
+ 新着記事ブロックで、xoopsコメント新着数が表示されない
+ 各記事表示の「前の記事」「次の記事」に、表示できない記...
(対策が難しいので、当面はこのままか。。)
+ その他、こまごまと。
+ (追記)minidiaryとd3diaryの両方の記事リストブロックを...
+ (追記)外部ブログ分の、全体新着リスト表示が出ない。 →...
+ (追記)&font(Red){本文閲覧権限がおかしい。 d3コメント...
** 今後の予定
もう少しあ追加機能を実装してから公開しようか、思案中。
そして、携帯用テンプレートもかなり手を入れないといけない...
以上
ページ名:
ぺージ情報
ぺージ名 :
d3diary開発日記/2009-06-04
ページ別名 :
未設定
ページ作成 :
なーお
閲覧可
グループ :
すべての訪問者
ユーザー :
すべての訪問者
編集可
グループ :
なし
ユーザー :
なし
Counter: 0, today: 0, yesterday: 0
Go Page Top
Powered by
XOOPS Cube
2.2 © 2001-2012
XOOPS Cube Project
, theme design by
BCOOL
ログイン
ユーザ名:
パスワード:
IDとパスワードを記憶
パスワード紛失
新規登録
メインメニュー
ホーム
なーお'nぶろぐ
フォーラム
なーお'n研究室
xpwiki
最新ページ一覧
全ページ一覧
ヘルプ
新着情報
マイアルバム
ラン記録
大会リスト
シューズリスト
画像マネージャ
マイフレンド
WEBリンク集