免费领流量卡 | 广告招租 |
话不多说,直接上教程,评论才可以查看隐藏内容哦!
使用教程
在后台主题设置 – 自定义CSS样式
– 添加下面CSS代码:
/*常-用-语样式*/
.wiiuii-words-li{margin:5px auto;padding:5px;background:var(--body-bg-color);border-radius:var(--main-radius)}
.wiiuii-words-li:hover{background:var(--float-btn-bg)}
在后台主题设置 – 自定义javascript代码
– 添加下面jQuery代码:
// 评-论-常-用-语JS
$('.wiiuii-words-li').on('click', function() {
var $wiiuii_comment = $('#comment');
var wiiuii_com_text = $(this).find('span').text();
var wiiuii_com_original = $wiiuii_comment.val();
$wiiuii_comment.val(wiiuii_com_original ? wiiuii_com_original + ' ' + wiiuii_com_text : wiiuii_com_text);
$('.wiui_words').removeClass('open');
});
PHP代码
【说明】评论常用语自己自定义,PHP代码中用注释,自己按格式写就好啦,最好不要超过10句。
论坛常用语
../zibll/inc/functions/bbs/inc/comment.php
//foxccs.com 帖子快评
if (_pz('comment_words', true)) {
$html .= zib_get_input_expand_but('wiui_words');
}
© 版权声明
THE END
暂无评论内容