求助:discuz能改手机版默认首页的文件是哪个
论坛的首页文件:forumphp门户的首页是:portalphp如果是论坛的模板的话,在模板目录里面。默认的是在template\default\forum\discuzhtm
问这个的话,这应该是你买的主题吧?如果是买的就去问商家;
如果是你自己写的。调用帖子回复内容列表:
<!--{eval $lapost = DB::fetch_all("SELECT FROM "DB::table('forum_post')" WHERE `first`= 0 ORDER BY `pid` DESC LIMIT 0, 6");}--><!--{loop $lapost $thelapost}-->
<li><a href="forumphpmod=redirect&goto=findpost&ptid=$thelapost[tid]&pid=$thelapost[pid]&fromuid=$thelapost[authorid]" target="_black" title="$thelapost[subject]"><img src="/uc_server/avatarphpuid=$thelapost[authorid]&size=small" class="avatar avatar-50" height="50" width="50"/><strong>$thelapost[author]</strong> 于{echo date('m月d日 H:i:s', $thelapost['dateline']);} 在回帖中说道:<br />$thelapost[message]</a></li>
<!--{/loop}-->
首先打开的手机版论坛网址
点击DZ论坛logo,然后复制地址,发到QQ或者微信看文件目录和logo格式
找到地址,然后找到FTP目录下面的文件,对应名称,按照尺寸做一个替换上去
0条评论