江西广告网

标题: 校园买卖_V1.5 [打印本页]

作者: life    时间: 2009-6-4 18:20
标题: 校园买卖_V1.5
运行schoolsales_install.php

在header.htm相应的位置加上
  1. <li><img src="image/app/schoolsales.gif" alt="校园买卖" /><a href="schoolsales.php">校园买卖</a></li>
复制代码
修改admin/tpl/config.htm
找到
  1. <tr>
  2.                 <th>未认证实名权限</th>
  3.                 <td>
  4.                         <table>
  5.                         <tr>
  6.                         <td width="120">允许加好友</td>
  7.                         <td>
  8.                         <input type="radio" name="config[name_allowfriend]" value="1"<!--{if $configs[name_allowfriend] == 1}--> checked<!--{/if}-->>是
  9.                         <input type="radio" name="config[name_allowfriend]" value="0"<!--{if $configs[name_allowfriend] != '1'}--> checked<!--{/if}-->>否
  10.                         </td></tr>
复制代码
在其下面添加

  1.                         <tr>
  2.                         <td width="120">允许校园买卖</td>
  3.                         <td>
  4.                         <input type="radio" name="config[name_allowschoolsales]" value="1"<!--{if $configs[name_allowschoolsales] == 1}--> checked<!--{/if}-->>是
  5.                         <input type="radio" name="config[name_allowschoolsales]" value="0"<!--{if $configs[name_allowschoolsales] != '1'}--> checked<!--{/if}-->>否
  6.                         </td></tr>
复制代码

校园买卖_V1.5.rar

21.69 KB, 下载次数: 48






欢迎光临 江西广告网 (http://bbs.jxadw.com/) Powered by Discuz! X3.2