PageAdmin网站内容管理系统(CMS)交流论坛

首页 » PageAdmin使用区 » 安装及使用交流 » v4如何选择留言模块的内容页模板?
ahaoxie - 2019/8/2 16:31:07
在线反馈中只有一个模板。
boysmart - 2019/8/2 16:41:08
没有就自己写,内容页模板帮助:http://www.pageadmin.net/help/39.cshtml
ahaoxie - 2019/8/2 17:12:26
直接提交报错:sql:select [id] from [_url_set] where detailId=0,error:对象名 '_url_set' 无效。!
boysmart - 2019/8/2 17:59:58
系统 信息表>>找到用户反馈表,重新获取表单html代码,替换一下对应模板中的代码就可以

应该是模板中少了一句
<input type="hidden" name="Table" id="Table" value="feedback" />

加上就可以了
ahaoxie - 2019/8/2 18:18:35
系统 信息表>>找到用户反馈表,重新获取表单html代码,替换一下对应模板中的代码就可以

应该是模板中少了一句
<input type="hidden" name="Table" id="Table" value=&q......
boysmart 发表于 2019/8/2 17:59:58
确实是这个问题。
1
查看完整版本: v4如何选择留言模块的内容页模板?