Revision [14610]

This is an old revision of RecentlyCommentedActionInfo made by WazoO on 2006-06-15 13:42:15.

 

WikkaDocumentation Wikka Documentation

Recentlycommented Action Documentation


This is the documentation page for the RecentlyCommented action.



Documentation


Short description
Displays the last 50 commented pages in the wiki, ordered by date and time.

Parameters
This action accepts no parameters.

Long description
In contrast to {{RecentCommentsActionInfo recentcomments}}, which shows the last comments, this action shows the 50 last pages which have been commented (or whatever number the user has configured in his/her settings).

Example: if the FormattingRules were commented four times, this action would show all the page with the date/time and author of the last comment.

The pages are ordered after date and time of the last comment on them. Shown is the name of the page, the author of the comment and a preview with 125 chars of the comment.


Usage:
{{recentlycommented}}


Example:
see RecentlyCommented.

Author
?


Version 1.1.6.2

Display resulted in two copies of the sample 'comment text', the first tagged onto the "Commented By" line, the second wrapped up in a 'blockquote' command .... result was a lot of whitespace on screen and the duplicated comment (sample) text ... my suggested 'fix' .....
.../actions/recentlycommented.php

            // print entry
//          echo '&nbsp;&nbsp;&nbsp;'.$commentlink.COMMENT_AUTHOR_DIVIDER.$comment_by.$comment_preview.'<blockquote>'.$comment_preview.'</blockquote>'."\n";
            echo '&nbsp;&nbsp;&nbsp;'.$commentlink.COMMENT_AUTHOR_DIVIDER.$comment_by.'<br />'.'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.'<em>'.$comment_preview.'</em>'.'<br />'."\n";
        }

Opened Ticket #229 on this

CategoryDocumentation
There are 5 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki