Help - Search - Members - Calendar
Full Version: comments
Movable Type Community Forum > Additional Resources > Tips and Tricks
kayseebay
is there a way that I can see a listing of all comments? like on my manage weblog page it has "Five Most Recent Comments" is there a way to see a listing of all comments?

TIA
Ruthie
girlie
Do you mean from within the MT interface, or just generate a listing of all your comments (on a single HTML page, for example)?
kayseebay
i would prefer it in the MT interface.
girlie
Hmmm. I suppose you could just hack lib/MT/App/CMS.pm at line 257 (in version 2.64):

CODE
  $iter = MT::Comment->load_iter({ blog_id => $blog_id },
      { 'sort' => 'created_on',
        direction => 'descend',
        limit => 5 });


The last line there is 257; the number could be changed to 999 or something, but listing all your comments might be hell on your interface.

To me, it would be more practical to create a new Index Template with <MTComments lastn="999"> in it, and an edit link for comments, then just add the URL to your welcome message so you can get to it easily.
kayseebay
thats not quite what I wanted. but it's a start. thanks biggrin.gif

how would I go about making it look like the MT interface version? like this...

QUOTE
Ruthie  2003.06.08


if that is even possible.

TIA
Ruthie
kayseebay
I just want to be able to see the names and the date they commented. just like I can on the main MT interface page. I thought that I saw it done like that someplace before.

TIA
Ruthie
girlie
Have you looked at the Comment Tags in the manual??
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.