Instead of using the comment tag extension, you may try our Lun
commenting service. It's free and you can check our blogs to see the
results at http://competo.com.

Here's the template snippets we used:

1. Comment counters:
   For each link where permalink is the full url of a page

   <div class="lcmtcnt"
permalink="http://www.competo.com<r:url/>"></div>

2. Latest comments:
   We use this on the sidebar, n specifies the no of comments to be
shown

   <div id="lcmtlatest" class="lcmtlatest" n="5" permalink=""></div>

3. Top Posts:
   Again,this is placed on the sidebar.

   div id="lcmttop" class="lcmttop" n="5" permalink=""></div>

4. Comments:
   We place this one on the bottom of every page that we want to have
comments.
   size defines the pagination size and closed = "true" will not allow
any new comments.

   <div id="lcmts" class="lcmts" size="" closed="false"
permalink=""></div>

At the footer, we place this

<script type="text/javascript"
src="http://lun.competo.com/javascripts/lcmt.js";></script>

Hope this is useful to you.

Regards,

rp8
=======================
http://lun.competo.com/
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to