PosArt V2 - Redesign the design

模板开发以及发布测试

版主: seita

lingoys
帖子: 13
注册时间: 2013年 1月 13日 20:42

PosArt V2 - Redesign the design

帖子 lingoys »

wrisin
帖子: 72
注册时间: 2013年 11月 30日 12:37
联系:

Re: PosArt V2 - Redesign the design

帖子 wrisin »

由于gravatar头像被墙,可以将comments.php文件中的<?php $comments->gravatar('50', ''); ?>改为如下代码即可显示。
<?php
//头像CDN by Rich
$host = 'https://secure.gravatar.com'; //自定义头像CDN服务器
$url = '/avatar/'; //自定义头像目录,一般保持默认即可
$size = '50'; //自定义头像大小
$rating = Helper::options()->commentsAvatarRating;
$hash = md5(strtolower($comments->mail));
$avatar = $host . $url . $hash . '?s=' . $size . '&r=' . $rating . '&d=';
?>
<img class="avatar" src="<?php echo $avatar ?>">
lingoys
帖子: 13
注册时间: 2013年 1月 13日 20:42

Re: PosArt V2 - Redesign the design

帖子 lingoys »

wrisin 写了:由于gravatar头像被墙,可以将comments.php文件中的<?php $comments->gravatar('50', ''); ?>改为如下代码即可显示。
<?php
//头像CDN by Rich
$host = 'https://secure.gravatar.com'; //自定义头像CDN服务器
$url = '/avatar/'; //自定义头像目录,一般保持默认即可
$size = '50'; //自定义头像大小
$rating = Helper::options()->commentsAvatarRating;
$hash = md5(strtolower($comments->mail));
$avatar = $host . $url . $hash . '?s=' . $size . '&r=' . $rating . '&d=';
?>
<img class="avatar" src="<?php echo $avatar ?>">

谢谢提醒, 平时挂ss挂习惯 没去注意,
头像
eoo
帖子: 92
注册时间: 2010年 7月 6日 19:47
联系:

Re: PosArt V2 - Redesign the design

帖子 eoo »

好棒的主题!!!!!
头像
imhua
帖子: 22
注册时间: 2012年 7月 22日 12:44
联系:

Re: PosArt V2 - Redesign the design

帖子 imhua »

好棒的主题!!!!!
头像
imhua
帖子: 22
注册时间: 2012年 7月 22日 12:44
联系:

Re: PosArt V2 - Redesign the design

帖子 imhua »

首页不要自动摘要 怎么设置呢??
头像
ClayMore
帖子: 2483
注册时间: 2007年 11月 29日 02:55
来自: Sleeping Forest
联系:

Re: PosArt V2 - Redesign the design

帖子 ClayMore »

主题不错


__________________
阿里百秀Alibaixiu主题 v5.6 For Typecho http://xiu.160.me/
lingoys
帖子: 13
注册时间: 2013年 1月 13日 20:42

Re: PosArt V2 - Redesign the design

帖子 lingoys »

imhua 写了:首页不要自动摘要 怎么设置呢??


暂时不行呢...
头像
imhua
帖子: 22
注册时间: 2012年 7月 22日 12:44
联系:

Re: PosArt V2 - Redesign the design

帖子 imhua »

php文件修改哪一段?
头像
ClayMore
帖子: 2483
注册时间: 2007年 11月 29日 02:55
来自: Sleeping Forest
联系:

Re: PosArt V2 - Redesign the design

帖子 ClayMore »

imhua 写了:php文件修改哪一段?

搜索

代码: 全选

<?php $this->excerpt(300, '...'); ?>

修改"300"


__________________
阿里百秀Alibaixiu主题 v5.6 For Typecho http://xiu.160.me/
回复