主题展示插件 - ThemeDemo

插件开发及发布

版主: woniou

lauyoume
帖子: 69
注册时间: 2011年 4月 13日 11:39
联系:

Re: 主题展示插件 - ThemeDemo

帖子 lauyoume »

@蚂蚱

单篇文章评论调用
可以使用:

代码: 全选

<?php                        
   $parameter = array('parentId' => $this->cid, 'parentContent' => $this->row,'respondId' => $this->respondId, 'commentPage' => $this->request->filter('int')->commentPage);
   $comments = $this->widget('Widget_Comments_Archive@' . $this->cid, $parameter);
?>


不过这个有个分页的问题(可能获取不到全部评论). 可以自行重载Widget_Comments_Archive类做下修改。我这个主题还木优化。

自动下拉分页的方法是使用:jquery.infinitescroll

Google搜索下吧.
bibcc
帖子: 214
注册时间: 2012年 1月 22日 15:38

Re: 主题展示插件 - ThemeDemo

帖子 bibcc »

@lauyoume 但是不知道为啥Typecho_Widget没有unSet方法,所以只能置空了
头像
ShingChi
帖子: 910
注册时间: 2010年 6月 16日 10:11

Re: 主题展示插件 - ThemeDemo

帖子 ShingChi »

@lauyoume
谢谢兄弟。
回复