老铁们,大家好,相信还有很多朋友对于dedecms资源分享网站源码分享和免费分享源码的相关问题不太懂,没关系,今天就由我来为大家分享分享dedecms资源分享网站源码分享以及免费分享源码的问题,文章篇幅可能偏长,希望可以帮助到大家,下面一起来看看吧!
工具/原料
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
如果你还想了解更多这方面的信息,记得收藏关注本站。
