tadnews3.0發表後,找了一些零碎時間將tadnews的jQM版本改版
由於時間有限,目前只做了一些除錯和版面調整
有興趣的朋友可以下載看看~
另外,
文章的修改、新增功能,點選後會跳回pda.php首頁,因為手機裝置判斷程式碼寫在header.php裡了....
我能想到的方法是把header.php裡的
if($xoopsModuleConfig['use_pda']=='1'){
if(file_exists(XOOPS_ROOT_PATH."/modules/tadtools/mobile_device_detect.php")){
include_once XOOPS_ROOT_PATH."/modules/tadtools/mobile_device_detect.php";
mobile_device_detect(true,false,true,true,true,true,true,'pda.php',false);
}
}
刪除
並移寫到index.php中顯示單一新聞show_news函式裡,有沒有更好的方法呢??