PEAK XOOPS - Re: D3 Pipes 0.14 Bug Report in englishin japanese

Re: D3 Pipes 0.14 Bug Report

  • As this forum is only for commentation, you cannot open a new topic
  • Guests cannot post into this forum
Target Downloads
Subject d3Pipes 0.68b
Summary ==== D3パイプ ===某!Pipesっぽい、シンジケーション総合モジュール●概要- 外部のRSS/ATOM等を任意のアグリゲーションで表示できる- 外部のRSS/ATOM等を取り込む/自動的に削除する- 取り込んだ外部のRSS/ATOM等にマークをつける/コメントをつける- 内部の新着情報を任...
Previous post - Next post | Parent - Children.1 .2 | Posted on 2007/5/9 17:24
emomo  二等兵   Posts: 10
こんにちは、emomoです。

d3pipesのバグレポートです。
picoのコンテンツの新着情報を取得した場合、記事タイトルからのリンクがおかしくなります。

【間違ったURL】
http://www.example.com/modules/picoindex.php?content_id=1

【正しいURL】
http://www.example.com/modules/pico/index.php?content_id=1

という様にモジュールのdirname後の/が抜けてしまいます。

【d3pipesの設定】
ジョイント:ブロック関数からの取得/解析
クラス:picolist
オプション:pico

新規パイプの作成時のオプション(モジュールのdirnameを記入)を
pico/としてもダメでした。

【修正箇所】
xoops_trust_path/modules/d3pipes/joints/D3pipesBlockPicolist.class.php

40行目
- 'link' => $data['mod_url'].$content['link']
+ 'link' => $data['mod_url'].'/'.$content['link'] ,

※description表示する場合はこちらも必要?
42行目
- 'fingerprint' => $data['mod_url'].$content['link'] ,
+ 'fingerprint' => $data['mod_url'].'/'.$content['link'] ,

もし見当違いの所を修正していましたら、ごめんなさい。
Votes:6 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2007/5/11 5:07
GIJOE  先任軍曹   Posts: 4110
emomoさん、こんにちは。

バグレポートありがとうございます。
ご指摘の通りでした。

さっそく修正しました。
またよろしくです
Votes:5 Average:8.00

none Re: D3Pipes 0.60

msg# 1.2
Previous post - Next post | Parent - No child | Posted on 2008/2/25 0:24
nobuhiro  二等兵   Posts: 2
些細なことですいません。
xoops_trust_path/xoops_version.php のバージョン番号が古い (0.59) ままのようです。(d3pipes-0.6.tar.gz)
Votes:5 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!