discuz商品贴添加自定义字段
1、想好字段名!这里取一个test
商品发布模板:post_trade.htm
在商品发布模板贴内新建一个文本框!
<input type="text" name="item_test" id="item_test" class="px" value="$trade" tabindex="1" />
目录:source/class/extend
然后修改文件:extend_thread_trade.php
搜索:
costcredit按照
costcredit
的格式来创建tese
'item_costcredit' => $_GET['item_costcredit'],
'item_test' => $_GET['item_test']
'costcredit' => $_GET['item_costcredit']),<span style="line-height: 1.5;">'test' => $_GET['item_test'])</span>
反正就是搜索“costcredit”在他所出现过的地方,按照他的格式照搬
然后修改;
目录:source/function/
然后修改文件:function_trade.php
同样的搜索:
costcredit按照他的格式照搬
不过有一处需要注意
搜索到:
$item_costprice = floatval($item_costprice);的时候,这里会处理数据类型!
时间比较急,粗略写一下!不清楚,跟帖!
不行啊 发布显示空白
页:
[1]