This thread is a discussion for the wiki article: Recent Comments
   
 
Recent Comments
Posted: 20 June 2008 05:56 AM   [ Ignore ]  
Summer Student
Total Posts:  16
Joined  04-11-2008

Hi all!

I’m relatively new to EE (started in April) with currently two sites based on this CMS: http://www.zur-alten-post.info (commercial) and http://zickenterror.koberstein.org (personal)

As for the latter of these two, I have implemented the above-mentioned “Recent Comments” function which works fine, but I would like to tweak it a little. Namely so that it shows but one instance of each entry that contains a new comment. So far, the comment titles get repeated with each comment that is listed. That looks a bit silly, i.m.h.o. What I would actually like is a list of the entries that contain the X latest comments instead of a list of the 5 latest comments. (Alternatively, perhaps a list of those X entries that contain any new comments at all.)

Am I making any sense? Is there a way of doing that at all, or would the comments and the entries tags be getting into each other’s way?

Kind regards & thanks for this great CMS! Love it!

Ute

PS: On my personal site, I have also included the respective authors’ names in the recent comments function. It made more sense to me that way.

Profile
 
 
Posted: 04 July 2008 11:03 PM   [ Ignore ]   [ # 1 ]  
Grad Student
Rank
Total Posts:  32
Joined  03-27-2007

Just came across this thread while trying to do something similar…

What I would actually like is a list of the entries that contain the X latest comments

Below is a solution that shows a list of the X entries that were most recently commented on—which may be close enough to meet your needs.

Hope that helps,
TL

<ul>

{exp:weblog:entries
   orderby
="most_recent_comment"
   
sort="desc"
   
limit="5"
   
weblog="YOURWEBLOG"
   
dynamic="off"
   
disable="pagination|custom_fields|categories|member_data|trackbacks"}

   
<li>
      <
a href="{title_permalink=YOURTEMPLATEGROUP/YOURTEMPLATE}">{title}</a>
   </
li>

{/exp:weblog:entries}

</ul>

 Signature 

Concert Videos & DVDs | Google Search Mashup | Free Mobile Games | Swimming Pool Estimates

Profile
 
 
Posted: 05 July 2008 11:58 AM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  16
Joined  04-11-2008

Thank you! I’ll try that one out a.s.a.p.

Profile
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64908 Total Logged-in Users: 38
Total Topics: 81853 Total Anonymous Users: 20
Total Replies: 440062 Total Guests: 231
Total Posts: 521915    
Members ( View Memberlist )