大家好,今天给各位分享dede女性网站源码分享的一些知识,其中也会对女德网站进行解释,文章篇幅可能偏长,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在就马上开始吧!
工具/原料
dedecms芒果源码
实现wap手机静态生成
一、添加后台导航栏目链接
1打开dede/inc/inc_menu.php,在146行下面添加代码:
<m:itemname=’更新WAP主页’link=’makehtml_homepagewap.php’rank=’sys_MakeHtml’target=’main’/>\n<m:itemname=’更新WAP栏目’link=’makehtml_listwap.php’rank=’sys_MakeHtml’target=’main’/>\n<m:itemname=’更新WAP文档’link=’makehtml_archiveswap.php’rank=’sys_MakeHtml’target=’main’/>\n
二、更新WAP主页
1.复制文件dede/makehtml_homepage.php,重命名为makehtml_homepagewap.php2.打开makehtml_homepagewap.php,找到最后一行
includeDedeInclude(‘templets/makehtml_homepage.htm’);
修改为
includeDedeInclude(‘templets/makehtml_homepagewap.htm’);
3.复制文件dede/templets/makehtml_homepage.htm,重命名为makehtml_homepagewap.htm
4打开dede/templets/makehtml_homepagewap.htm修改21行
<formaction=”makehtml_homepage.php”method=”post”name=”form1″target=”stafrm”>
修改为
<formaction=”makehtml_homepagewap.php”method=”post”name=”form1″target=”stafrm”>
3
4.修改36行,指定生成WAP主页模板
<inputname=”templet”type=”text”id=”templet”style=”width:300″value=”default/wap.htm”>
4
5.修改48行,指定生成WAP主页路径
<tdheight=”20″valign=”top”bgcolor=”\\/#”,$filetag))$filetag=$GLOBALS[‘cfg_df_style’].’/’.$filetag;
}
else
{
$filetag=MfTemplet($this->TypeLink->TypeInfos[“temparticle”]);
}*/
$filetag=$GLOBALS[‘cfg_df_style’].’/’.’article_wap.htm’;
是将上面的代码注释掉
注意事项
DEDE手机目录是M
END,本文到此结束,如果可以帮助到大家,还望关注本站哦!