tad-faq模組在後台列表拖移問題時,可顯示修改後的順序,但在前台頁面仍是原先順序。
解決方式:
在index第77行後加上." order by sort"
$sql = "select * from ".$xoopsDB->prefix("tad_faq_content")." where fcsn='$fcsn' and enable='1'"." order by sort";
使用佈景管理tad_themes模組時,新增選單時會出現以下錯誤訊息:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''_self','')' at line 1
解決方式:
修改modules\tad_themes\admin\dropdown.php 90行
找到其中的兩個連續的逗號,改成一個逗號即可