My favorites | Sign in
Project Home Downloads Wiki Source
Search
for
FreshComments  
Display recent comments just like Brian's latest Comment.
Habari, Plugin
Updated Jun 15, 2010 by elo...@gmail.com

Introduction

Fresh Comments is a widget plugin to allow you display recent comments just like Brian’s latest Comment.

Installation

  1. Extract the file.
  2. Put the folder freshcomments to /user/plugins and activate it.
  3. Copy and paste the following line to your theme.
  4. <?php $theme->freshcomments(); ?>

Configuration & Customization

After activated it, click Configure button to setup the plugin. All of following options are required and have to be set properly.

  • General
    • № of Posts
    • № of Comments
    • Show Trackbacks
    • Show Pingbacks
  • Fade-out
    • Fade-out Older Comment
    • Fading Speed (bigger is slower)
    • Newest Color
    • Oldest Color

You can copy freshcomments.php to your theme directory and modify the HTML output.

Download

Changelog

  • 0.1 (2008-09-01) – Initial release.
Comment by eyoun...@gmail.com, Jul 30, 2009

I get a NOTICE: UNDEFINED VARIABLE: RECENTCOMMENTS_TITLE IN SYSTEM/PLUGINS/FRESHCOMMENTS/FRESHCOMMENTS.PHP LINE 3

everytime. Where should I define the string?

Comment by project member elo...@gmail.com, Jul 31, 2009

Please find this line

    <h2><?php echo $recentcomments_title; ?></h2>

and change it to

    <h2>Recent Comments</h2>
Comment by fun...@gmail.com, Feb 20, 2010

be careful ull have to clean your cache folder too!


Sign in to add a comment
Powered by Google Project Hosting