ページ 11

[1.0.15J] Dittoのページネイトの「戻る(previous)」が機能しない

Posted: 2016年3月03日(木) 18:46
by kksjc
ご利用のサーバ:Windows7
MODXのバージョン:1.0.15J(2016/03/03)
PHPのバージョン:5.6.11
MySQLのバージョン:5.5.38
ブラウザ:IE11,Firefox44.0.2

お世話になります。

Dittto でページネイトを行う指定をしましたが、
「戻る(previous)」のリンクのみ正常に機能しませんでした。

コード: 全て選択

<ul>
[!Ditto? &parents=`2` &display=`2` &id=`news` &paginate=`1` &tpl=`tpl_news`!]
</ul>

<p>[+news_previous+] [+news_pages+] [+news_next+]</p>
原因等わかりますでしょうか?
お手数おかけしますがよろしくお願いします。

[1.0.15J] Dittoのページネイトの「戻る(previous)」が機能しない

Posted: 2016年3月11日(金) 16:07
by kksjc
ditto.class.inc.php 1058行目付近

コード: 全て選択

if(isset($args['start'])) unset($args['start']);

コード: 全て選択

if(isset($args[$dittoID.'start'])) unset($args[$dittoID.'start']);
に変更したところ一応動きました。