SID-00006: 50 Recent Changes in Main Web
| Status: |
Answered |
TWiki version: |
4.2.3 |
Perl version: |
5.8 |
| Category: |
RecentChangesPlugin |
Server OS: |
Windows XP |
Last update: |
17 years ago |
Hi,
Is there a way to display "50 Recent Changes in Main Web" on the sidebar? I am trying to find a way to get the list displayed (rather than URL to the page).
Thank you in advance.
--
TWikiGuest - 01 Jan 2009
Answer
Edit your Main.WebLeftBar and add this:
%SEARCH{ ".*" type="regex" nonoise="on" order="modified" reverse="on" limit="50" format=" * [[$topic][$topic(25, ...)]]" }%
resulting in this (limited to 5 bullets):
--
PeterThoeny - 01 Jan 2009
Please note that there is a trade-off, page loads will be a bit slower.
--
PeterThoeny - 01 Jan 2009
Peter,
Thanks much, it's working brilliantly.
--
TWikiGuest - 01 Jan 2009
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.