Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18
首页>文档>PbootCMS>PbootCMS开发手册>PbootCMS开发手册之留言板标签

PbootCMS开发手册之留言板标签

pbootcms开源免费PHP建站系统开发手册之留言板标签!熟悉PbootCMS手册是使用本程序开发模板的前提,虽然我们尽可能把所有标签做到简单到想哭,但是还是需要您静下心来好好看看!

适用范围

全站任意地方均可使用

标签作用

用于用户提交留言和调取留言记录

留言提交表单

<form action="{pboot:msgaction}"  method="post">
    联系人:<input type="text" name="contacts" >
    手机:<input type="text" name="mobile" >
    内容:<input type="text" name="content" >
    验证码:<input type="text" name="checkcode" ><img   title="点击刷新"  src="{pboot:checkcode}" onclick="this.src='{pboot:checkcode}?'+Math.round(Math.random()*10);" />
    <button type="submit">提交</button>
</form>

表单提交方式为post,表单中提交的字段名称需要与后台自定义表单中添加的字段一致,否则会导致提交失败。

需要更多字段时请在后台自定义表单中新增留言表单字段,然后再在前台新增form字段。

标签说明

{pboot:msgaction} 为留言表单接收地址
{pboot:checkcode} 为验证码图片地址

留言记录列表

{pboot:message num=*}
    <p>[message:contacts]</p>
    <p>[message:content]</p>
{/pboot:message}

调取的留言记录默认执行分页,使用内容列表的分页代码即可。

内容隐私,使用截取功能: [message:mobile substr=1,3]****[message:mobile substr=8]  输出效果:187****6563

控制参数

num=* 数量,非必填,为调取的留言分页大小
page=* 是否分页1或0,非必填,用于关闭分页
lg=* 调取指定语言留言,非必填,设置all则所有语言,不添加该参数则默认为当前语言(V1.3.7+)

留言记录列表可用标签

[message:n]序号从0开始
[message:i]序号从1开始
[message:contacts]联系人
[message:mobile]手机
[message:content]内容
[message:recontent]回复内容
[message:ip]用户IP
[message:os]用户操作系统
[message:bs]用户浏览器
[message:askdate]留言时间
[message:replydate]回复时间
[message:***]自定义的其它字段
[message:nickname]会员昵称(V3.0+)
[message:username]会员账号(V3.0+)
[message:headpic]会员头像(V3.0+)
pbootcms开源免费PHP建站系统开发手册之留言板标签
0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索