语言修改为英文
/e/data/language/gb/pub/fun.php
fun.php_.zip(此文件下载后直接改名为fun.php覆盖原文件)
[!–newsnav–]样式修改
/e/class/
connect.php_.zip(此文件下载后直接改名为connect.php覆盖原文件)
全站搜索
- 栏目管理==>全站搜索设置 开启
- 管理搜索数据源—-需要导入搜索的数据库
- 模板管理==>公共模板==>全站搜索模板修改
- 搜索表单提交
<form action='index.php' method="GET" name="search_news" id="search_news">
<table width="100%" border="0" cellspacing="6" cellpadding="0">
<tr>
<td height="32">关键字:
<input name="keyboard" type="text" id="keyboard" value="[!--keyboard--]" size="42" />
<select name="field" id="field">
<option value="1">全文</option>
<option value="2">标题</option>
<option value="3">内容</option>
</select>
<input type="submit" name="Submit22" value="搜索" />
<font color="#666666">(多个关键字请用"空格"隔开)</font></td>
</tr>
</table>
</form>
社交按钮、加上以下这段代码
<!-- //Block Spotlight3 -->
<script type="text/javascript">
var $typeheader = 'header-home1';
</script>
分页样式修改
//列表模板之列表式分页
/e/class/t_functions.php
修改添加新闻页面
/e/admin/AddNews.php
评论(0)