:::
windelf - 數位學習 | 2014-01-28 | 點閱數: 536

tad-faq模組在後台列表拖移問題時,可顯示修改後的順序,但在前台頁面仍是原先順序。
解決方式:
在index第77行後加上." order by sort"

$sql = "select * from ".$xoopsDB->prefix("tad_faq_content")." where fcsn='$fcsn' and enable='1'"." order by sort";