Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 直接修改数据库添加字段

[复制链接]
mimikai109 发表于 2010-4-6 14:04:47 | 显示全部楼层 |阅读模式
在数据块spacenews、message后添加字段price/在admin/tpl/spacennews
<table cellspacing="0" cellpadding="0" width="100%"  class="maintable">
                        <tr id="tr_">
                        <th>原创作者</th>
                        <td>$newsauthorstr</td>
                        </tr>
                       
                        <tr id="tr_">
                        <th>信息来源</th>
                        <td>$newsfromstr</td>
                        </tr>
                       
                        <tr id="tr_newsfromurl">
                        <th>信息来源URL</th>
                        <td><input name="newsfromurl" type="text" id="newsfromurl" size="60" value="$thevalue[newsfromurl]" /></td>
                        </tr>
                        <tr>
                        <th>销售价</th>
                        <td><input name="newsprice" type="text" id="newsprice" size="60" value="$thevalue[price]" /></td>
                        </tr>
                </table>

admin_spacenews.php页面中
//相关阅读
                $setsqlarr['relativeitemids'] = getrelativeitemids($itemid, array('news'));
       
                //额外信息
                $setsqlarr['newsauthor'] = shtmlspecialchars(trim($_POST['newsauthor']));
                $setsqlarr['price'] = shtmlspecialchars(trim($_POST['newsprice']));//上边表格<input name="newsprice">
                $setsqlarr['newsfrom'] = shtmlspecialchars(trim($_POST['newsfrom']));
                $setsqlarr['newsurl'] = shtmlspecialchars(trim($_POST['newsurl']));
                $setsqlarr['newsfromurl'] = shtmlspecialchars(trim($_POST['newsfromurl']));
                $setsqlarr['pageorder'] = $pageorder;
                $setsqlarr['itemid'] = $itemid;


前台调用时需要showdetail/1其他与调用message相同直接调用$value[price]
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 11:41 , Processed in 0.022276 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表