SID-02181: Default signature shows full name instead of WikiName
| Status: |
Answered |
TWiki version: |
6.0.2 |
Perl version: |
5.18.2 |
| Category: |
CategoryEditing |
Server OS: |
Ubuntu 14 |
Last update: |
9 years ago |
TWiki 6.0.2
When a new topic is created, the default signature includes the user's full name, not the
WikiName.
On the edit page, the signature shows up as %USERSIG{MyWikiName - 2016-03-23}%, but when the page is saved, this shows up using "My Real Name - 2016-03-23", not my
WikiName. I'd like it to be my
WikiName.
I copied the setting
-
-
- Set SIGNATUREFORMAT = -- %CALCULATE{%U}%SERSIG{%WIKINAME% - %DATE%}%
from the raw topic of TWiki/TWikiPreferences into Main/TWikiPreferences. In the sample given there, the name again shows up as full name (In this case, TWiki Admin User) instead of the
WikiName TWikiAdminUser.
The variable %WIKINAME% should evaluate to one's
WikiName, should it not? How can I get the default signature to use
WikiNames?
--
TWiki Guest - 2016-03-23
Discussion and Answer
Try this:
- Set SIGNATUREFORMAT = -- %WIKIUSERNAME% - %DATE%
--
Peter Thoeny - 2016-03-24
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.