ページの先頭です。本文を読み飛ばして、このサイトのメニューなどを読む

サイト内の現在位置です:

おしらせ

当サイトで、お問い合わせ・新規登録などができない場合。こちらをご利用ください
    当サイトのデータベースには 9 件のファイルがあります
XOOPS | XCL XOOPS | XCL  (5)  [RSS]
plugin (2) [RSS]
ブロック (1) [RSS]
テーマ (1) [RSS]

新着ダウンロード

カテゴリ XOOPS | XCL
FlatData 人気ダウンロード情報
バージョン: 0.15c
掲載日:  2008-6-19
説明
FlatData(フラットデータ) 開発版

//--------------------------------------
概要
FlatData(フラットデータ)は、XOOPS2JP / XOOPS Cube Legacy で動作する小規模簡易データベースモジュールです。
- D3 モジュール
- altsys 必須
- プラグイン:search、whatsnew、d3pipes
- 他のモジュールに埋め込む機能あり


◆1. 普通に使う(モジュール単独利用)
- 管理画面の「項目管理」を設定
- 「データ登録」(おもて側)で入力

◆2. 他のモジュールにデータを埋め込む
- smarty プラグインを使ってFlatDataにデータを追加/編集/表示させる

◆3. アカウント情報にデータを埋め込む
- userinfo.php でデータの追加/編集/表示を行なう。

◆4. 新規登録時にアカウント情報にデータを追加する
- プリロードで新規登録時(register.php)に追加
- edituser.php で編集
- userinfo.php で表示
- XOOPS Cube Legacy のみで利用可能

◆5. 他のモジュールのデータ登録時にデータを追加
- 他のモジュールの登録スクリプト(submit.phpなど)にデリゲートを追加(デリゲート・ポイントがない場合)
- プリロードでデータの追加を行なう
- 編集/表示は上記[他のモジュールにデータを埋め込む]と同じ。
- (編集をデリゲート/プリロードで行なうことも可能)
- XOOPS Cube Legacy のみで利用可能

//--------------------------------------
デモサイト/説明サイト
http://flatdata.neverever.xrea.jp/
- ここでは変わった使い方もいろいろ紹介しています。

//--------------------------------------
画像について
一部FAMFAMFAMの画像あり(search.gif, submit.gif)
http://www.famfamfam.com/

//--------------------------------------
リリース履歴
2008.5.21 v0.15
- BBコードなどの変換したデータをアサインするかしないかの一般設定を追加しました。
- 複数データ取得時、unameをアサインしました。(v0.15a-2008.5.22)
- 入力文字数制限をしました。(v0.15a-2008.5.22)
-- TRUST/modules/flatdata/class/flatdata.class.php
- コメント統合用のクラスを用意しました。(v0.15a-2008.5.22)
-- TRUST/modules/flatdata/class/flatdataD3comment.class.php
- プリロード利用の埋め込みができない不具合(v0.15b-2008.6.17)
-- 仕様変更に伴うプリロードの変更を忘れてました m(_ _)m
- アカウント情報の埋め込み時に不具合(v0.15c-2008.6.19)(thx tiny)

2008.5.19 v0.14
- テンプレートにCSSのIDを設定(submit.html, edit.html, single.html)。
- 登録/編集/削除時にデリゲートポイントを追加(/main/submit.php, edit.php)。

2008.5.11 v0.13
- 埋め込みコードの見直し(preload , 2 templates and TRUST side)

2008.5.5 v0.12
- 権限チェックの見直し
- 埋め込み利用時の削除ができるようにした
- 若干修正(v0.12a:2008.5.9)(preload and TRUST side)

2008.4.27 v0.11
- First Release

ダウンロード数  174  ファイルサイズ 85.94 KB  利用可能なOS/ソフト等 XOOPS 2 JP / XOOPS Cube Legacy  ホームページ http://flatdata.neverever.xrea.jp/
評価 0 (0 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ XOOPS | XCL
coupons
バージョン: 0.28g
掲載日:  2008-5-30
説明
COUPONS モジュール テスト版
XOOPS2 または XOOPS Cube Legacy で動作するモジュールです


//--------------------------------------
特徴
- D3 モジュール
- altsys 必須
- /class/smarty/plugins/function.xoopsdhtmltarea.php必須(d3forum付属しているもの、配布アーカイブに同梱してあります)

- プラグイン
-- search
-- sitemap
-- whatsnew
-- d3pipes
-- xmobile
-- pical(daily/monthly)

- d3forum コメント統合
-- /class/smarty/plugins/
--- function.d3forum_comment.php(d3forum)
--- function.d3forum_comment_postscount.php(d3forum)
-- 利用するためには一般設定で設定し、テンプレートのコメントアウトを削除してください
--- coupons_coupon.html, coupons_single.html

- RSS 2.0

- クーポン統合(他モジュールへの埋込機能)
-- /class/smarty/plugins/function.coupons.php (利用する場合アップロード)
-- クーポン表示の記述
--- <{coupons cp_dir=coupons embed_dir=shop item_field=lid item_id=$link.id mode=display}>
-- 入力フォームを出すの記述
--- <{coupons cp_dir=coupons embed_dir=shop item_field=lid item_id=$link.id mode=form}>
---- cp_dir : クーポンモジュールのルート側のディレクトリ名
---- embed_dir : クーポンを埋め込む側のモジュールのディレクトリ名
---- item_field : 埋め込んだ側のアイテム・記事などの識別するための項目
---- item_id : 埋め込んだ側のアイテム・記事などの識別するための項目についた番号
---- mode : display / form

- カテゴリー別にプリントアウト&モバイルのデザインを若干変更できる
-- やりかたは別記します。

- モバイルについて
-- モジュール単独でクーポンを表示します。
-- xmobile を利用した場合はリスト表示を行ないます。
-- wizMobile 用のテンプレートを用意しモバイルからの登録も可能にする予定
-- /common/qrcode/ ライブラリがあるとQRコードを表示します(同梱してあります)。

//--------------------------------------
弱点
- タイムゾーンが理解できていない(^^ゞ
- 同一タイムゾーンでの利用なら問題ないだろう?...ジシンナシ
- クーポンなんだから狭い範囲での利用だろうね。。きっと(*´ー`*)
- english の言語ファイルはウェブ翻訳

//--------------------------------------
TODO
- wizMobile 用のテンプレート

//--------------------------------------
リリース履歴
2008.3.25 v0.28
- First Release(0.282)
- ja_utf8 の言語ファイルを用意しました(0.283)
- xmobileプラグインの不具合修正(0.284)[2008.3.28]
- ブロックのオプション不具合修正(0.28e)[2008.4.6]
- include/functions.php 若干修正(0.28f)[2008.4.14]
- xmobile の単独表示ページからクーポンの単独ページへリダイレクト(0.28g)[2008.5.30]
-- {xoops_trust_path}/modules/coupons/class/XmobilePlugin.class.php

ダウンロード数  94  ファイルサイズ 1.29 MB  利用可能なOS/ソフト等 XOOPS 2 JP / XOOPS Cube Legacy  ホームページ 
評価 0 (0 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ テーマ
テーマ : akikotab
バージョン: 2.11
掲載日:  2008-4-25
説明
ブロックをタブ切替するテーマ
#ダウンロード・解凍してXOOPSのthemesディレクトリの中にakikotabを入れてください。

下記サイトで配布されている「themes_hinagata」内の[akiko01]を改造しました。
http://sourceforge.net/project/showfiles.php?group_id=184...

改造点
- 中央-中央ブロックのweight(表示順・並び順の数値)を0~9にした分がタブ切替のブロックになります。
- 横幅を950px固定にしました
- 中央ブロックのweightを100未満と100以上で以下のように配置します
--- 中央-中央(100未満)
--- 中央左(100未満) | 中央右(100未満)
--- 中央-中央(100以上)
--- 中央左(100以上) | 中央右(100以上)
- ブロックタイトルに「none」といれるとタイトルが表示されません

ブロック切替部分
- theme.html の最初の<{if $xoops_showcblock == 1}>のところ
- style.css の TAB とコメントしてあるあたり
- script.jp

リリース履歴
2008.4.25 v2.11
- 中央中央のブロックweightを「10」にすると表示されない不具合修正
-- theme.html 72行目
--- <{if $block.weight>=10 && $block.weight<100}> (イコールが抜けてましたm(_ _)m )

2008.3.17 v2.1
- タブブロックがない時にjavascriptエラーが発生していたのを修正
- CSSのセンターの幅の計算を間違えていました (^^ゞ

2008.3.11 v2.00
- javascript オフ環境でもブロックが表示できるようにした。
- クッキーで開いているブロックを記憶させるようにしました。

2008.2.28 v1.00
- ファーストリリース
-- 次もあるの?(*´ー`*)

ダウンロード数  50  ファイルサイズ 6.84 KB  利用可能なOS/ソフト等 XOOPS / XOOPS Cube Legacy  ホームページ http://never-ever.info/
評価 0 (0 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ XOOPS | XCL
ツリーメニュー2 人気ダウンロード情報
バージョン: 2.11e
掲載日:  2008-3-13
説明
"TREEMENU 2" BETA Edition
Author : wye , http://never-ever.info/

-------------------- Nihon Go --------------------
■はじめに
- http://www.seeda.jp/
- このモジュールは SeeDa さん作の「ツリーメニュー」の改造版です。
- 互換はなくなっているので「ツリーメニュー2」としてリリースします。
- ついでにバージョン番号もツリーメニュー2ということで v2.00 からはじめます。


■TREEMENU 2 について
- 多階層構造のメニューをブロック表示するモジュールです。またサイトマップも作成します。
- メニューブロック内のリンクに「tmid」の文字列(現在地特定要素)が付加されていたのをなくしました。
-- pukiwiki で付加されたクエリ文字列が誤動作を起こしていたのを改善
-- Simplified URLs 使用時の不具合も解消?(未検証)
-- REQUEST_URI などから現在地を特定しますが、若干誤判定あり(^^ゞ
- D3 モジュールにしました。
- XCL, X2JP コンパチです。
- 管理画面でのメニュー作成を若干分かりやすくしたつもり。
-- 一部分 Javascript によるドラッグ&ドロップ対応(FireFoxのみ)
-- ドラッグ&ドロップを利用する場合は必要 -> (Javascript library) http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid...
- PHP5 でも動作します[2007.8]。
-- xampp : XOOPS 2.0.16a、PHP5.0.5、MYSQL5.0.15 で確認
-- xampp : XCL 2.1.1_utf8、PHP5.2.3、MYSQL5.0.45 で確認
- モジュールトップはサイトマップを表示します。
-- しゃのさんの sitemap モジュール風
- Goolge のウェブマスターツールなどに登録するためのサイトマップ XML を吐き出します。
-- XML を利用する場合、EXTRA ディレクトリ内の xml_tm_google.php をサイトルート(mainfile.php と同じ階層)に置き、$mydirname の値をインストールしたディレクトリ名にしてください。
--- tm2_sitemap.php というのをつくりました。robots.txt に「Sitemap: http://あなたのサイト/tm2_sitemap.php」と記述...
-- xml_tm_google.php, tm2_sitemap.php のファイル名は変更してもよいです。
- オンラインマニュアル:http://never-ever.info/modules/docs/index.php?content_id=...

■注意事項
- Altsys 必須(v0.5以上)。
-- http://xoops.peak.ne.jp/
- D3 モジュールなので、ルート側とトラスト側にインストールしてください。
-- アップデートの場合は指示がない場合はトラスト側のみのファイルをアップロード
- 自己責任でご利用ください (^^ゞ


■リリース履歴
- ver. 2.11 [2008.3]
-- ドメイントップより深い位置にXOOPSを設置した場合、現在地が取得できなかった不具合修正(THX usuk)
-- ブロックで使用している javascript , css を外部ファイルとしてテンプレート化
-- 一般設定で外部URLをターゲットブランクで表示しないを選択している場合の不具合を修正(2.11a)
-- EXTRA の xml_tm_google.php, tm2_sitemap.php から外部URLを削除(2.11a)
-- サイトマップブロックよりツリーメニューブロックを下に配置した場合の不具合修正(2.11b)(THX usuk)
-- メニュー管理でメニューブロックの左上のテキストボックスに「0」を入れた場合、正しく並べ替えが行なわれない不具合を修正(2.11c)(THX usuk)
-- IE利用時のメニュー管理でメニューブロックをドラッグ&ドロップで並べ替えができるようにしました。(2.11c)
-- 複数設置時のブロック表示順によっては現在地が正しく取得できない不具合を修正(2.11d)
-- 管理画面・メニュー表示権限の不具合修正(グループを増やした後表示した時にレイアウトが乱れていました)(2.11e)(THX usuk)

- ver. 2.1 [2007.12]
-- メニューを構成する URL から XOOPS_URL を削除
---- モジュールのアップデートでデータベースから XOOPS_URL 部分を削除します。
-- サイトマップXMLを出力する tm2_sitemap.php を追加。

- ver. 2.03 [2007.9]
-- 管理画面「メニュー管理」でメニュー追加時にグループ別の表示権限を設定できるようにしました。
-- POSTメソッドとリダイレクトの見直し(2.03a)
-- templates/admin_makemenu.html の見直し(2.03a)
-- 「カレントディレクトリ内全表示」時の不具合修正(2.03b)(THX tokki)

- ver. 2.02 [2007.9]
-- サイトマップブロックに現在位置表示
-- 階層ごとのメニューのインデントの計算をテンプレートで行なうようにしました
-- サイトマップ表示時の列幅をテンプレート上で計算
-- 管理画面でのメニュー作成時のURLのチェックの不具合を修正

- ver. 2.01 [2007.8]
-- メニュー表示権限を必須に。いままでは設定がない場合は全表示になっていました。
-- 現在地決定部分を整理。

- ver. 2.00 [2007.8]
-- ファースト・リリース


■その他
テンプレート上にスタイルシートや Javascript があります。メニューやデザインが決まったら外部ファイルへ移動するとよいでしょう。その際は変数に気を付けてネ。



-------------------- English (Web translation) --------------------
*** Introduction ***
- http://www.seeda.jp/
- It is a remodeling version of "Tree menu" by SeeDa.
- It releases it as "Tree menu 2" because it becomes not compatible.
- I begin the version number with v2.00 concerning tree menu 2 incidentally.

*** About TREEMENU 2 ***
- It is a module that blocking displays the menu of the multistorey layer structure. Moreover, the site map can be made.
- It was lost that the character string of "tmid" (present place specific element) had been added to the link in the menu block.
-- It has been improved that the query character string added with pukiwiki had caused the malfunction.
-- The trouble when Simplified URLs is used is canceled ??? (Unverification)
-- There are some misjudgments though the present place is specified from REQUEST_URI etc. (^^ゞ
- It made it to the D3 module.
- It is XCL and X2JP compatibility.
- I will have made some menu making on the management screen comprehensible.
-- A part for drag & drop by Javascript (Only FireFox).
-- When drag and drop is used, it is necessary. -> (Javascript library) http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid...
- PHP5 operates.
-- It confirms it with xampp:XOOPS 2.0.16a, PHP5.0.5, and MYSQL5.0.15.
-- It confirms it with xampp:XCL 2.1.1_utf8, PHP5.2.3, and MYSQL5.0.45.
- A top module displays the site map.
-- Sitemap module style of chanoir.
- Site map XML to register in the Webmaster tool etc. of Goolge is vomited.
-- Put xml_tm_google.php in the to_siteroot directory on the site root (the same hierarchy as mainfile.php) when you use XML, and make it to the directory name that installs the value of $mydirname.
-- Change the file name of xml_tm_google.php suitably when you use two or more XML.
- online manual(Japanese):http://never-ever.info/modules/docs/index.php?content_id=...


*** Notes ***
- Altsys indispensability (v0.5 or more).
-- http://xoops.peak.ne.jp/
- Install it in the root side and the trust, because it is D3 module.
- Use by the self-responsibility (^^ゞ.


*** Release history ***
- ver. 2.11 [2008.3]
-- Trouble correction not to be able to acquire present place when XOOPS is set up at a position that is deeper than top domain(THX usuk)
-- Javascript and css used in the block are made a template as an external file.
-- Trouble when external URL is displayed by a general setting at the target blank and has been selected is corrected. (2.11a)
-- External URL was excluded from xml_tm_google.php and tm2_sitemap.php of EXTRA. (2.11a)
-- Trouble correction when tree menu block is arranged from site map block below(2.11b)(THX usuk)
-- When "0" is put in the textbox on the left of the menu block by the menu management, trouble to which the permutation is not correctly done is corrected. (2.11c)(THX usuk)
-- The menu block was made to be able to be permuted in drag & drop in the menu management when IE was used. (2.11c)
-- Trouble not to be able to acquire the present place correctly in the order of the block display when the plural is set up is corrected. (2.11d)
-- The trouble correction of the management screen and the menu display authority (The layout had fallen into disorder when having displayed it after the number of groups was increased) (2.11e). (THX usuk)

- ver. 2.1 [2007.12]
-- XOOPS_URL is deleted from URL that composes the menu.
---- XOOPS_URL is deleted from the database by module update.
-- tm2_sitemap.php that outputs sitemap XML is added.

- ver. 2.03 [2007.9]
- When the menu was added by Menu Manager , the right of access can be set.
- Modification of POST and redirect_header(2.03a)
- Modification of templates/admin_makemenu.html(2.03a)
- Trouble correction when all displaying it in current menu block(viewtype=3)(2.03b)(THX tokki)

- ver. 2.02 [2007.9]
-- Present location display in sitemap block.
-- The indent of the menu of each hierarchy was calculated on the template.
-- The width of the row when the sitemap was displayed was calculated on the template.
-- The bug of the check on URL when the menu was made was corrected.

- ver. 2.01 [2007.8]
-- The menu display authority is indispensable. It was all displays when there was no setting up to now.
-- The decision part of the present place was arranged.

- ver. 2.00 [2007.8]
-- The first release


*** Others ***
There are Style Sheet(CSS) and Javascript on the template. If the menu and the design are decided, you may move to an external file. In that case, please take care about the smarty variables.

ダウンロード数  583  ファイルサイズ 78.12 KB  利用可能なOS/ソフト等 XOOPS2 / XOOPS Cube Legacy  ホームページ http://never-ever.info/modules/treemenu/
評価 0 (0 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ XOOPS | XCL
マイアルバムGM / myAlbum-P GM 人気ダウンロード情報
バージョン: 288.10
掲載日:  2008-3-9
説明
マイアルバムGM / myAlbum-P GM
■マイアルバムGM 実験版
myAlbum-P GoogleMaps version 288.10
N☆E wye, http://never-ever.info/ フォーラム


マイアルバムGMについて
- XOOPS モジュールの myAlbum-P に GoogleMaps (API) を利用して地図を表示させるものです。
-- 元の myAlbum-P は http://xoops.peak.ne.jp/ で配布されています。
- 写真等の画像と位置情報を合わせて記録しておくものです。
- 注意】現在 GoogleMaps はベータ版です。今後の仕様変更のために表示ができなくなる場合があります。
- 既存の myAlbum-P と共存できるはず。(^^ゞ
- インストールするディレクトリ名は myAlbum-P と同じルールです。
- 既存の myAlbum-P に上書きアップロードで GM として利用可能(アップロード後モジュール管理でアップデートが必要)(バックアップを取った後お試しください)。
- マップ機能を使用ためには GoogleMaps API key を取得してください。→Sign up for the Google Maps API
- モジュールの管理画面一般設定で GoogleMaps API key を入力することで、マップ機能が利用可能になります。
- カテゴリと画像データに位置情報を登録することができます。
- 管理メニュー一般設定でサブメニューの名称欄を空欄にするとその項目がサブメニューに表示されなくなります。
- 現在、言語ファイルは日本語と英語のみ。
- バージョン番号は整数部分が元の myAlbum のバージョンを100倍したもの、小数点以下が組み込み部分のバージョン。
- ライセンスは元の myAlbum-P のライセンスを継承します。
- GoogleMapsの利用規約をお読みください
- CSISシンプルジオコーディング実験 を利用する場合は参加規約をお読みください。

マップ統合
- 以下のファイルをアップロード
-- /class/smarty/plugins/function.myalbum_googlemap.php
-- /class/smarty/plugins/function.xoopsdhtmltarea.php (既に入っている可能性あり)
- <{myalbum_googlemap myalbum_dir=myalbum1 cat_id=29 module_dir=bulletin link_id_field=storyid link_id=$story.id}>
-- myalbum_dir : マイアルバムGMのモジュールディレクトリ名
-- cat_id : マイアルバムGMのカテゴリーID(このカテゴリーに保存されます)
-- module_dir : 設置するモジュールディレクトリ名
-- link_id_field : 設置するモジュールページの固有のフィールド名
-- link_id : そのID(記事などの ID )


その他
- マイアルバムGM を使用してのトラブル・損害は当方では一切保証いたしかねます。ご使用は自己責任で
- マイアルバムGM の使用上の疑問・要望等は当サイトでお願いします。→ フォーラム

2008.3.9 v288.10
- マップ統合機能(テスト中)
- xoops_module_header へのCSSファイルのアサイン時、他モジュールでアサインされたものに上書きしていたのを回避
- xmobile plugin の地図を Google Static Maps へ変更(v1.1.5)

2007.12.29 v288.09 (772)
- コメントに画像アップ機能を追加

2007.11.8 v288.08d (666)
- no image 画像を追加
- xmobile プラグイン同梱

2007.10.9 v288.08c (591)
- ほかでも javascript のエラーが発生していたので修正。
-- map/c_index.html, map/mapdefault.php

2007.10.6 v288.08b (551)
- Google Maps API の変更に伴い発生していた javascript のエラーに対応

2007.9.10 v288.08a (544)
- イメージマネージャ統合で使用する場合、地図がでないように変更しました。

2007.8.29 v288.08 (521)
- GMmenu でリスト表示の javascript エラーの解消。
- GMmenu で magic_quotes_gpc ON 環境下での不具合修正。
- GMmenu の改造
- GMmenu での文字コードの見直し
- ScrollWheelZoom を設定可能に
- Mapブロックの新設
- GoogleEarth 用に KML の書き出し
- XCL の管理画面「画像エクスポート」「各グループの権限」で出る Warning の解消。
- カテゴリー設定で表示順を設定できるように改造

2007.6.23 v288.07c (497)
- XOOPS Cube Legacy 2.1 で myalbum-p 2.88b から myalbumGM 288.07b にモジュールアップデートを行なうとデータベーステーブルに項目が追加されない不具合を修正

2007.5.29 v288.07b (405)
- myalbum-p のバージョンを 2.88b にしました。
- ratephote.php で出ていた notice をつぶしました。

2007.1.13 v288.07 (370)
- myalbum-p のバージョンを 2.88(2.90beta2) にしました
- GM メニューの CSS を修正(背景色が白だったのを削除)
- GM メニューの 「choice!」「ALL」を定数にしました(またまたテンプレ変更 OTL )
- GM メニューでの経度0または緯度0のポイントが表示できない不具合修正(まだ残ってた OTL )
- 投稿画面での Google Geocoder を修正( Google Geocoder が日本・日本語でも動き出しましたが Accuracy値(精度)は今のところ1しか返ってきません)
- v1 から v2 対応のズームレベル変換用スクリプトを削除しました

2006.10.27 v287.06b (245)
- submit.php, editphoto.php を修正(言語を英語にするとエラーが発生)。
- map/geoc.php を少し変更
- Googleサーバーの言語を「日本語」にした場合のみ、投稿フォームのGoogleGeocoder に注意文を表示に変更。
- 経度が0のグリニッジ天文台や緯度が0の赤道上のポイントが表示できない不具合を修正。テンプレート変更(myalbum_photo.html、myalbum_photo_in_list.html)

2006.8.24 v287.06a (173)
- スモールカテゴリーアイコン(80個)増量
- モジュールアップデート時の Notice 除去
- GM menu のテンプレート変更(複数設置時テンプレート名が同じため不具合発生、templetes/gm_js.html, gm_css.html を templetes/myalbum_gm_menu.html と map/gm.css, gm.js に統合・分散を行いました)
- GM menu の javascript の見直し(動作変更なし)
- ゲスト投稿での Fatal Error 修正

2006.8.16 v287.06 (94)
- Google Geocoder で取得するメソッドを getLatLng から getLocations に変更。
-- レスポンス精度によってズームレベル可変化(日本地名・日本語不可)
- ダブルクリックズームとコンティニュアスズーム(アニメーションズーム)を一般設定に追加
- 投稿画面でドラッガブルマーカーを利用可能に
- 編集(修正)で画像をアップロードした時に拡張子が書き換わらない不具合を修正
- ベースの myalbum-p を 2.87c にしました

2006.7.22 v287.05 (79)
- サブメニュー改変(3種類を1つに合体)
- スモールカテゴリーアイコン(48個)
- myAlbum-P からマイアルバムGM へのアップデート可能に
- English ランゲージファイルを用意しました。(かなり適当)

2006.4.24 v286.04 (未リリース)
- API version 2 対応
- v1 -> v2 へのズームレベル変換スクリプトの用意
- サブメニュー1種追加(単独型)

2006.3 v284.03 (未リリース)
- カテゴリー用スモールアイコン(16個)、自動割り当て
- Geocoding (住所等から経緯度を検索)機能設置。CSISシンプルジオコーディング実験を利用。
- 一般設定の追加(APIバージョン、サーバ言語、サブメニュー関係など)
- サブメニュー2種(JavaScriptでデータ操作)(テーブル型・リスト型)

2005.12.21 v284.02 (41)
- 管理一般設定化(GoogleMapsサーバの切替、デフォルトの地図位置を設定、マップ・サテライト、マップタイプ、地図表示の高さ、スケールバー、パンズームの種類の設定)

2005.12.12 v284.01 (11)
- first release




/*-------------------------------------------------*/
English version
I am not good at English. Please pardon it. (正しい英語に添削してください m(_ _)m )

About myAlbum-p GM / Experiment Edition
- GM is Google Maps.
- It is the one to display the map by using GoogleMaps(API) for myAlbum-P of the XOOPS module.
- It is the one that matches the image and the location information in the photograph and records.
- [attention] GoogleMaps is a beta version now. It is not likely to be able to display it for the specification change in the future.
- It is possible to coexist with existing myAlbum-P.
- The directory name is named by the same rule as myAlbum-P.
- It is possible to use it for existing myAlbum-P as GM by the superscription up-loading. (After it up-loads it, it is necessary to update it in the module management.)
- It is necessary to acquire the map function and to acquire GoogleMaps API key in the use straightening. ->Sign up for the Google Maps API
- Using the map function by inputting GoogleMaps API key by a management screen general setting of the module becomes possible.
- The location information can be registered in the category and the image data.
- In the version number, the integer part is the one that 100 times were done, and a version in the built-in GM part below the decimal point as for the version of former myAlbum.
- The license succeeds to the license of former myAlbum-P.
- Please read the agreement for use of GoogleMaps.
- Please use Google Geocording for the Geocoding when you do not retrieve Japan.


Others
- I am afraid that I cannot guarantee the trouble and damage that uses myAlbum-p GM at all.
- I hope the doubt and the demand, etc. in myAlbum-p GM use on this site. to Forum

2008.3.9 v288.10
- Map integration (testing)
- It is evaded to the one that assign was done by another module to have overwrited at the assign of the CSS file to xoops_module_header.
- The map of xmobile plugin is changed to Google Static Maps. (v1.1.5)

2007.12.26 v288.09 (772)
- The image up-loading function is added to the comment.

2007.11.8 v288.08d (666)
- noimage.jpg is added.
- xmobile plug-in bundle

2007.10.9 v288.08c (591)
- It corrected it because there was still the javascript error.
-- map/c_index.html, map/mapdefault.php

2007.10.6 v288.08b (551)
- The error of javascript had generated as Google Maps API changed was corrected.

2007.9.10 v288.08a (544)
- It changed so that the map was not displayed when using it by the image manager integration.

2007.8.29 v288.08 (521)
- Correction of javascript error in display of list of GMmenu.
- Problem correction under "magic_quotes_gpc ON" environment in GMmenu
- Remodeling of GMmenu
- Review of character-code with GMmenu
- The setting of ScrollWheelZoom was enabled.
- The Map block was newly established.
- KML is written for GoogleEarth.
- Warning generated on management screen "Image export" "Global Permissions" of XCL was removed.
- The order of the display of the category can have been set.

2007.6.23 v288.07c (497)
- When the module is updated from myalbum-p to myalbumGM with XOOPS Cube Legacy 2.1, trouble from which the item is not added to the database table is corrected.

2007.5.29 v288.07b (405)
- The version of myalbum-p was adjusted to 2.88b.
- Notice is removed in ratephoto.php.

2007.1.13 v288.07 (370)
- The version of myalbum-p was adjusted to 2.88.
- CSS of GM menu is corrected.
- "Choice!" "ALL" of GM menu was made a constant.
- Trouble correction to which point of longitude 0 or latitude 0 in GM menu cannot be displayed.
- The zoom level change script for v2 from v1 was deleted.

2006.10.27 v287.06b (245)
- Submit.php and editphoto.php are corrected. (The error occurs when the language is made English.)
- map/geoc.php is changed.
- When the language of the Google server was made "Japanese", the attention sentence was changed to the display.
- The longitude corrected and Greenwich Observatory and the latitude of 0 corrected trouble to which the point on the equator of 0 was not able to be displayed. The template also changed(myalbum_photo.html, myalbum_photo_in_list.html).

2006.8.24 v287.06a (173)
- The small category icon is increased to 80 pieces.
- Notice when the module is updated is removed.
- Template change of GM menu
- Review of javascript of GM menu (no operation change)
- Fatal Error correction by guest contribution

2006.8.16 v287.06 (94)
- The method of acquisition with Google Geocoder is changed from getLatLng to getLocations.
-- It changeable makes it the zoom level according to the response accuracy.
- Add Dobule Click Zoom and Continuous Zoom into general setting
- DraggableMarker was enabled on the submit.
- The extension wrote and the trouble that did not change was corrected when the edit upload.
- myalbum-p 2.87c

2006.7.22 v287.05 (79)
- Submenu modification (Three menus were adjusted to one)
- Small categories icons (16 -> 48)
- The update from myAlbum-P to myAlbum-P GM became possible.
- English language file was prepared (Considerably suitably )
-- The language file is only Japanese and English.

2006.4.24 v286.04 (Unrelease)
- For API version 2
- The zoom level conversion script was prepared (v1 -> v2)
- add a submenu (single type)

2006.3 v284.03 (Unrelease)
- Small categories icons (16), Automatic allocation
- Geocoding was made available (CSIS simple geocoding experiment is used)
- Addition of general setting (API version, server language, submenu relation, et al.
- add two submenus with JavaScript (table type and list type)

2005.12.21 v284.02 (41)
- general setting (GoogleMaps Server, default map position, Control bar, et al.

2005.12.12 v284.01 (11)
- first release

ダウンロード数  939  ファイルサイズ 634.77 KB  利用可能なOS/ソフト等   ホームページ http://never-ever.info/myalbum1/
評価 10 (2 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ XOOPS | XCL
miniamazon 人気ダウンロード情報
バージョン: 0.30b
掲載日:  2008-3-9
説明
** miniamazon **
BETA version

** Notes **
- シンプルな Amazon モジュール。(商品にカテゴリと説明をつけて登録するだけ)
- 複雑な商品検索機能を持っていないので、Amazon のサイトへ行って ISBN-10/ASIN を探す必要があります。
- miniAmazon では ISBN-10/ASIN をもとに Amazon へ問い合わせを行い、商品の基本情報を取得します。
- Amazon にないものは投稿できません。
- カテゴリの設定なし・説明なしでも投稿できます(いわゆる商品だけの登録に使うことも可能)。
- altsys がインストールされていれば管理画面で「テンプレート管理」「ブロック・アクセス権限」が利用できます。
- また altsys 5.0 以上がインストールされていれば「言語定数管理」も利用できます。
- コメントは d3forum モジュールのコメント統合機能を利用して実現します。
- コメント統合機能を使う使わないに限らず class/smarty/plugins/ に d3forum の「function.d3forum_comment.php」「function.d3forum_comment_topicscount.php」「function.d3forum_comment_postscount.php」が必要(d3forum を設置してある場合はインストール済みのはず。とりあえず http://never-ever.info/ での配布パッケージには同梱予定)。
- パンくず規格 xoops_breadcrumbs にアサインしてあります。(http://xoops.peak.ne.jp/modules/news/index.php?page=artic...
- イベント通知機能は持っていません。
- [plugin] search, whatsnew, sitemap, waiting のプラグインを用意しました。
- XOOPS Cube Legacy 2.1 でも動作します。


** 使い方 **
- サーバーのそれぞれの場所へアップして、モジュール管理からインストールしてください。
- Duplicatable v3 なので XOOPS ルート側のモジュールフォルダ名は自由につけられます(重複しない程度)。複製可。
- XOOPS_TRUST_PATH の設定が必要です(Altsys などの D3系のモジュールをすでに利用していれば設定済みのはずです)。
- モジュール管理画面の一般設定で AMAZON ASSOCIATE ID をご自身の ID へ変更してください。そのままでも使えまーす。
- 投稿・編集権限を適切に設定してください。
- xmobile を利用して携帯で閲覧をする場合は、プラグインを modules/xmobile/plugins/ ディレクトリに入れてください。
-- miniamazon のバージョンは 0.23 以上


** 変更履歴 **
v 0.30 [2007.11]
- altsys 必須にしました。
- ゲストの場合、javascript が ON でないと投稿できないように変更。
- ゲストの場合、投稿権限で編集に許可が与えられていても「編集不可」に変更。
- 登録時画像がないアイテムを表示する時に amazon を調べて画像があれば表示します(単独表示のみ)。
- xmobile でコメント統合の閲覧を可能にしました。
- 管理画面「再問合せ」で画像がないものだけを再問合せできるようにしました。
- xmobile plugin 修正(0.30a)[2008.1.28]
-- ROOT/modules/xmobile/plugins/miniamazon.php
- xoops_module_header へのCSSファイルのアサイン時、他モジュールでアサインされていたものに上書きしていたのを回避(0.30b)[2008.3.9]
- タイトルロゴを地味なものに変更(0.30b)[2008.3.9]

v 0.23a [2007.10.16]
- xmobile 不具合修正
-- インストールしたディレクトリ名の最後に数字がある場合の不具合に対応

v 0.23 [2007.10.12]
- xmobile 対応

v 0.22a [2007.9.1]
- displayTarea のパラメータの見直し
- 若干のバグフィックス

v 0.22 [2007.8.24]
- ja-utf8 のファイルを BOM なしに修正
- XOOPS UTF-8 運用時の Amazon からのデータ取得での文字化けを修正(thx 26thmoon)

v 0.21 [2007.7.22]
- カテゴリー表示時の新規投稿ができないバグ修正(thx 26thmoon)
- d3pipes でのサイト内新着情報パイプをつくりました
-- それにともないブロック function の修正
- リスト表示時のタイトルと画像の部分のリンク先を Amazon から単独表示へ修正
- カテゴリーの並び順がおかしかったのを修正

v 0.2 [2007.6.6]
- Duplicatable V3

v 0.1 [未リリース]
- Duplicatable v2

ダウンロード数  213  ファイルサイズ 97.66 KB  利用可能なOS/ソフト等 XOOPS 2 JP / XOOPS Cube Legacy  ホームページ http://never-ever.info/miniamazon/
評価 8 (1 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ ブロック
xmobile QRコードブロック 人気ダウンロード情報
バージョン: 2.21
掲載日:  2008-2-24
説明
テスト版

PC サイト用に xmobile の URL を表示する QR コードブロック。
(xmobile はv0.32以上)

- user.php, lostpass.php, register.php, userinfo.php, viewpmsg.php を QR コード化
- xmobile の一般設定の「利用可能なモジュール」で選択しているものを QR コード化
- プラグインのないもの・選択していないものは xmobile トップを QR コード化

【注意】class/gtickets.php はアーカイブのものに差し替えてください。FatalErrorが発生します。

QR コードモジュールが入っていれば QR コードを自動生成します。(未インストールでOK)
QR コードモジュールがない場合は
指定ディレクトリ( xmobile/images/qr )に QR コードイメージファイルを入れておき、ブロックオプションで選択すれば表示します。


使い方
- xmobile の blocks ディレクトリのファイル「xmobile_qr.php」を当ファイルと入れ替え(上書きし)てください。
blocks/xmobile_qr.php の 42行目あたりにある $setMods の値をご利用のプラグインの名前に書き換えてください。
$setMods = array(
	'cclinks'     => array( 'LinkID' , 'CatID' ) ,
	'eguide'      => array( 'eid' , 'catid' ) ,
	'newbb'       => array( 'topic_id' , 'topic_id' ) ,
	'news'        => array( 'storyid' , 'topic_id' ) ,
	'rssc'        => array( 'fid' , 'lid' ) ,
	'smartsection'=> array( 'itemid' , 'categoryid' ) ,
	'xhnewbb'     => array( 'post_id' , 'topic_id' ) ,
	'xoopsfaq'    => array( 'contents_id' , 'category_id' ) ,
	'xoopspoll'   => array( 'poll_id' ) ,
	'contact'     => array() ,
	//D2 or ディレクトリ名が変更可能なもの
	'weblog'      => array( 'blog_id' , 'cat_id' ) ,	//D2 ?
	'piCal'       => array( 'id' , 'cid' ) ,
	'inquirysp'   => array() ,	//inquirysp
	'weblinks'    => array( 'lid' , 'cid' ) ,
	'wordpress'   => array( 'ID' , 'cat_ID' ) ,
	'tinyd'       => array( 'storyid' ) ,
	'myalbum'     => array( 'lid' , 'cid' ) ,
	'myalbumgm'   => array( 'lid' , 'cid' ) ,	//マイアルバムGM
	'bulletin1'   => array( 'storyid' , 'topicid' ) ,	//Bulletin ver1
	//D3
	'pico'        => array( 'content_id' , 'cat_id' ) ,
	'bulletin'    => array( 'storyid' , 'topicid' ) ,
	'miniamazon'  => array( 'lid' , 'cid' ) ,
	'weblogD3'    => array( 'blog_id' , 'cat_id' ) ,
);

たとえば「myalbum」を「photo」ディレクトリでインストールし、プラグインを「photo.php」にしている場合、上記赤字部分の“myalbum”を“photo”に書き換えてください(上記では「D2 or ディレクトリ名が変更可能なもの」の部分が対象です)。
またD3モジュールの場合はなにもする必要はありません。


不具合等あればお知らせください。


xmobile : http://xmobile.ishinomaki.cc/
QRコードモジュール : http://xoopscube.jp/modules/mydownloads/singlefile.php?ci...

リリース履歴
v2.21 2008.2.24
- pico で新規投稿ができない不具合解消
- パッケージが間違っていました。m(_ _)m
v2.2 , 2008.2.7
- qrcode モジュールから qrcode 生成用のライブラリをつくり同梱しました。
-- ROOT/common/ 以下に qrcode ディレクトリをアップロードして、ブロック設定で「QRコードモジュールのディレクトリ名」を「qrcode」(初期値)にしてください
-- qrcodeライブラリに不要なファイルが含まれていたので削除しました(動作には関係ありません・2008.2.8 9:03)
v2.1 , 2007.12.22
- ファイル内を編集しなくても利用できるようにしました
v2.02 , 2007.12.19
- Fatal Error Line128 修正
v2.01 , 2007.10.27
- include_once --> include
v2 , 2007.10.26
- 大幅改造
v1 , 2006.12.30
- xmobile 0.27 以降同梱されています。

ダウンロード数  370  ファイルサイズ 488.28 KB  利用可能なOS/ソフト等 xmobileモジュール on XOOPS2JP / XOOPS Cube Le  ホームページ 
評価 0 (0 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ plugin
xmobile bulletin2 plugin 人気ダウンロード情報
バージョン: 0.4
掲載日:  2007-12-23
説明
xmobile で bulletin2 の記事を閲覧するためのプラグイン
同梱されているものとは若干違います(2007.12.23)

使用方法
- モジュールの plugins/ ディレクトリ内に解凍した「bulletin2.php」を入れてください。
- bulletin2モジュールのルート側モジュールディレクトリ名に合わせ「bulletin2.php」をリネーム
- 中身の修正は不要(>=v0.3)
- プラグインファイル内の class, function 名をディレクトリ名に変更(以下参照、全4ヶ所)。
class XmobileBulletinPlugin extends XmobilePlugin

class Xmobile●●●Plugin extends XmobilePlugin



xmobile : http://xmobile.ishinomaki.cc/
bulletin2 : http://suin.jp/ , http://xoops.peak.ne.jp/

Release
ver.0.4 2007-12-23
- xmobile 0.32での仕様変更に対応
ver.0.3 2007-10-16
 - pico のプラグインを参考に修正しました。
 -- ファイル名だけの変更でOK。
 - v0.2 を利用していて動作している場合はこれにアップする必要はありません。
ver.0.2 2007-3-9
 - 未承認記事を表示してしまうバグを修正。
ver.0.1 2007-1-2

ダウンロード数  164  ファイルサイズ 1.21 KB  利用可能なOS/ソフト等   ホームページ http://
評価 0 (0 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る

カテゴリ plugin
xmobile bulletin 1.06 plugin
バージョン: 0.2
掲載日:  2007-10-16
説明
XOOPS サイトを携帯対応にするモジュール「xmobile」で bulletin 1.06 を閲覧可能にするプラグイン

モジュールはここ → http://xmobile.ishinomaki.cc/


使用方法
- モジュールの plugins/ ディレクトリ内に解凍した「bulletin.php」を入れてください。
- 複製使用する場合はプラグインファイルをコピーし、ファイル名を複製したディレクトリ名と同じ名前に変更した後、xmobileモジュールのアップデート、利用可能なモジュールの再設定をしてください。
- ファイルの中身の修正は不要(v0.2)
- ディレクトリ名を「bulletin」「「bulletin1」・・以外にしている場合はファイル名以外にファイルの中身の書き換えが必要です。
たとえば、ディレクトリ名が「news1」 の場合、ファイル名を「news1.php」にしてファイルの中の

class XmobileBulletinPlugin extends XmobilePlugin

class XmobileNewsPlugin extends XmobilePlugin

のように変更します(頭1文字大文字、数字は不要)。全部で4ヶ所あります。


ver0.2 2007-10-16
- pico のプラグインを参考に修正
- 複製時の数字が2桁以上になると動作しなくなっていたであろう不具合を修正
- 現状旧バージョンで動作している場合はアップの必要なし
- 旧バージョンは xmobile に同梱されていました。

ver1 の bulletin を使っている人はいるのだろうか? 
動作テストしてないです。ご利用は自己責任でお願いします。

ダウンロード数  50  ファイルサイズ 1000バイト  利用可能なOS/ソフト等   ホームページ 
評価 10 (1 票)
評価する | ファイル破損/リンク切れを報告 | 友達に伝える | 詳細な説明を見る



Login
Register
LostPassword
PageTop
SiteTop
x
LOGIN
ユーザー名:

パスワード:


パスワード紛失 / 新規登録
LOGIN / PageTop / SiteTop