• slider image 285
:::
windelf - 數位學習 | 2014-01-28 | 點閱數: 483

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

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