Tags:
create new tag
view all tags

Question

Hello,

I would like to have a self-managed "What's new" section in my WebHome page. I tried several things with but nothing seems to work. Didn't find anything useful in the AnsweredQuestions. I just want to list the topics which are flaged "NEW" on the WebIndex topic and format them in a table with user, topic and summary.

Currently I'm using this syntax :

%SEARCH{ "\.*" scope="topic" regex="on" nosearch="on" nototal="on"
 order="modified" reverse="on" header="| *New*  | *Who*  | *Last update*  |"
 format="| [[$topic]]  | $wikiusername  | $date  |" limit="15" }%

This is the result, but I would prefer listing only new topics whithout having to limit the search to a fixed number.

New Who Last update
SID-02514 TonyQiu 2024-01-25 - 12:50
SID-02513 PeterThoeny 2023-12-19 - 04:54
SID-02512 PeterThoeny 2023-12-15 - 05:52
SID-02511 PeterThoeny 2023-11-26 - 02:00
SID-02382 PeterThoeny 2023-10-11 - 07:23
SID-00250 EmielVanRiel 2023-10-09 - 12:06
WebStatistics TWikiGuest 2023-10-03 - 18:14
SafariBrowserIssues MichaelRowe 2023-10-02 - 18:04
SID-02510 PeterThoeny 2023-08-08 - 20:39
SID-02509 PeterThoeny 2023-06-30 - 07:51
SID-02507 PeterThoeny 2023-06-14 - 05:41
SID-02508 AlanMagnuson 2023-06-13 - 17:26
SID-02506 PeterThoeny 2023-04-12 - 11:48
SID-02505 DanMellem 2023-03-27 - 21:00
SID-02504 PeterThoeny 2023-01-31 - 08:23

Thanks in advance,

Seb.

  • TWiki version: 20011201
  • Perl version: 5.6.0
  • Web server & version: Apache 1.3.27
  • Server OS: solaris 7
  • Web browser & version: netscape 7
  • Client OS: solaris 7 / win2k-xp

-- TWikiGuest - 09 Jul 2003

Answer

To show only v1.1 topics do this:

%SEARCH{ "META:TOPICINFO.*version=\"1.1\"" regex="on" nosearch="on" nototal="on"
 order="modified" reverse="on" header="| *New*  | *Who*  | *Last update*  |"
 format="| [[$topic]]  | $wikiusername  | $date  |" limit="15" }%

e.g. this:

New Who Last update
SID-02508 AlanMagnuson 2023-06-13 - 17:26
SID-02505 DanMellem 2023-03-27 - 21:00
AnchorLinkPlugin PeterThoeny 2020-10-24 - 22:10
SID-02442 SteffenLoeffler 2020-04-04 - 14:56
SID-02441 DavidTremain 2020-04-03 - 15:24
SID-02436 TWikiGuest 2020-03-15 - 20:45
ReplaceTextPlugin PeterThoeny 2019-05-05 - 21:05
SID-02392 GabriellaTurek 2019-02-22 - 11:42
SID-02377 TomSchi 2018-10-18 - 16:23
SID-02376 EmielVanRiel 2018-10-16 - 09:13
SID-02370 ChristopherCrowe 2018-08-06 - 23:11
SID-02369 TWikiGuest 2018-08-06 - 15:50
SID-02360 TWikiGuest 2018-05-07 - 10:27
EmbeddedJSPlugin PeterThoeny 2018-04-20 - 00:06
SID-02353 TWikiGuest 2018-04-03 - 09:43

-- PeterThoeny - 12 Jul 2003

Thank you very much, that's exactly what I wanted.

-- TWikiGuest - 16 Jul 2003

The search described here may not work for users running Windows/Cygwin. If that's the case, try the following search instead:

%SEARCH{ "META:TOPICINFO.*version=.1\.1[^0-9]" regex="on" nosearch="on" nototal="on"
order="modified" reverse="on" header="| *Topic*  | *Created By*  | *Created On*  |"
format="| [[$topic]]  | $wikiusername  | $date  |" limit="15" }%

See NewTopicsListNotWorking for more details on this issue.

-- JasonVensel - 21 Apr 2006

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2006-04-21 - JasonVensel
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.