[移植] Kratos

模板开发以及发布测试

版主: seita

eallion
帖子: 109
注册时间: 2011年 1月 7日 15:07
联系:

Re: [移植] Kratos

帖子 eallion »

eallion
帖子: 109
注册时间: 2011年 1月 7日 15:07
联系:

Re: [移植] Kratos

帖子 eallion »

liancheng 写了:测试了,评论出错。 ”必须填写电子邮箱地址“


修改comments.php里面108左右的位置

代码: 全选

<div class="comment-form-email form-group has-feedback"><div class="input-group"><div class="input-group-addon"><i class="fa fa-envelope-o"></i></div><input class="form-control" placeholder="邮箱" id="email" name="email" type="text" value="" size="30"><span class="form-control-feedback required">*</span></div></div>


id和name里面的email改为mail
eallion
帖子: 109
注册时间: 2011年 1月 7日 15:07
联系:

Re: [移植] Kratos

帖子 eallion »

liancheng 写了:测试了,评论出错。 ”必须填写电子邮箱地址“

还有个问题是不能点击访客的头像或ID链接到访客的网站。
修改comments.php大概41行:

代码: 全选

<cite class="fn"><?php echo $comments->author; ?></cite>

改为

代码: 全选

<cite class="fn"><a href="<?php echo $comments->url; ?>" target="_blank"><?php echo $comments->author; ?></a></cite>
回复