第一種方法
template/default/forum/forumdisplay_list.htm 文件,找到
wfloading = "<img src=/"{IMGDIR}/loading.gif/" alt=/"/" width=/"16/" height=/"16/" class=/"vm/" /> {lang onloading}...",
刪除,上傳覆蓋,后臺更新緩存即可。
第二種方法
找到
static/js/redef.js 文件
parent.style.height = totalheight + "px";
替換為
parent.style.height = totalheight "px";
再查找
parent.style.width = totalwidth + "px";
替換為
parent.style.width = totalwidth "px";
覆蓋上傳,更新緩存即可。
此文由 網站目錄_網站網址收錄與提交入口 編輯,未經允許不得轉載!: