十月 09, 2006

[Gallery 外掛] 在 LifeType 中連結到相本後無法到上一層相本

昇級到 LifeType 1.0.6 後發現原本的 Gallery 外掛有點怪怪的。

後來查了 Google 大神 !有一個小問題要改一下。

把 getGallery() 中的 if ( $g2data['isDone'] ) 之後的 return 改成 exit 就可以了。

到 LifeType 的 Plugings 資料夾內找到 gallery 後。

在 class 資料夾內的 gallery 內的 galleryhelper.class.php

// Gallery has already sent output (redirect or binary data)
if ( $g2data['isDone'] ) {
return; }

將原本的 return 改成 exit 就可以啦!



發佈者: 陳怡杰 老師 at 01:38│  點閱次數 (347)│ 修改文章管理迴響迴響 (0)部落格學習筆記
回應文章
(必要)
authimage