产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

搜索框前面产品文章修改办法测试成功 [复制链接]

1#
我的是最新版本0324  以往版本没有测试哦
但应该是一样的
打开include目录下searchbox.aspx
找到
<asplaceHolder id="P3" runat="server"  visible="false">
SearchHtml+="<p class='searchbox_item'><input id='sboxradio1_<%=Id%>' name='sboxradio_<%=Id%>' type='radio'  checked><%=Tags_1%>  <input  name='sboxradio_<%=Id%>' id='sboxradio2_<%=Id%>' type='radio' /><%=Tags_2%>  </p>";
其中<%=Tags_1%>就是产品 <%=Tags_2%>就是文章 改为自己想要的就行了
如:
<asplaceHolder id="P3" runat="server"  visible="false">
SearchHtml+="<p class='searchbox_item'><input id='sboxradio1_<%=Id%>' name='sboxradio_<%=Id%>' type='radio'  checked>花姑娘  <input  name='sboxradio_<%=Id%>' id='sboxradio2_<%=Id%>' type='radio' />王老五  </p>";
注意<>这个字符 不要的哦 ~
如图:
上传不到图
分享 转发
TOP
2#

TOP
3#

这个是正解,验证成功。
TOP
4#

这个真的不错,谢谢
TOP
5#

那为什么<%=Tags_1%>就是产品呢?
TOP
发新话题 回复该主题