Question
I installed the latest version under
http://www.rclinewiki.de
In cfg-file I changed -->
$wikiUsersTopicname = "RclineWikiUsers";
Everthing is OK. But if a new user is added, then the new user appears always under A --
BTW: I had to change the
RclineWikiUsers Topic to the german language.
--
PeterHerzog - 16 Nov 2001
Answer
You may need to modify some TWiki code to handle the format you've adopted for
http://www.rclinewiki.de/bin/view.pl/Main/RclineWikiUsers
- I think TWiki just expects a bulletted list of users without any 'A ---' type lines.
If you get enough users to need this sort of navigation scheme for the users page, you have a very successful Wiki, so maybe you should just stay with the standard page until that happens
--
RichardDonkin - 17 Nov 2001
Hmm. He could dynamically produce that page could he not? Peter's new
FormattedSearch should be able to produce separate lists of users starting with A, B, C etc.
--
MartinCleaver - 17 Nov 2001
Hi guys
I found it. There was a paragraph missing before the
A B C ... line
Now it seems to work
--
PeterHerzog - 17 Nov 2001
Now I found the real problem.
I thought it was the missing paragraph. In fact it was a missing Date after the Wikiname
Example
- A -
- AndiFandrich - 18 Nov 2001
- AndreasBlaume - 17 Nov 2001
- B -
- BeatAlber
- C -
- ChrisRigoleth - 12 Nov 2001
- ChrKlaus - 17 Nov 2001
BeatAlber has no Date and no "-" So the next inserted user comes after (or before) BeatAlber.
--
PeterHerzog - 26 Nov 2001