LifeType 中文開發論壇

開發 => 外掛程式 => 主題作者是: bunj 於 三月 01, 2008, 08:49:54 上午



主題: [問題] 整合Gallery2後 一點反應都沒有
作者: bunj三月 01, 2008, 08:49:54 上午
我是在本機架設的

部落格絕對路徑:D:\wwwzone\EasyPHP1-7\www\blog
GALLERY2絕對路徑:D:\wwwzone\EasyPHP1-7\www\gallery2

----------------------------------------------------------------------
1.Absolute path:
/wwwzone/EasyPHP1-7/www/gallery2/embed.php

2.Embed uri:
index.php?op=gallery&blogId=1

3.Embed path:
/

 4.Relative path:
gallery2
----------------------------------------------------------------------

我在 templates / standard 的 header.php 加入

{if $gallery->isEnabled()}
     <a title="My Photos" href="index.php?op=gallery">
      {$locale->tr("gallery")}     </a>
{/if}

---

我在部落格首頁點選 gallery 的選項
他只有位址列 從原本的 [ blog/index.php?blogId=1 ] 變成 [ blog/index.php?op=gallery ]
其餘都原封不動 
畫面還是停留在blog首頁的部份

請問我還有哪些部份沒設定好嗎
謝謝<(_ _)>