Question
I need to show my group name like this
%GROUP%
but there is no such variable defined in Twiki. There is one called
%GROUPS%
which shows a wiki table with all defined groups, but I only need to show mine. How can I do it?
%USERINFO{format="$groups" }%
shows something like this
TWikiAdminGroup isAdmin()
Is there any way to remove "isAdmin()" ?
Environment
--
RaquelAlegre - 30 May 2007
Answer
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.
You can use a
SpreadSheetPlugin formula to manipulate text.
Alternatively search for your name in all
TWikiGroups:
%SEARCH{ "\* Set GROUP =.*PeterThoeny" web="%MAINWEB%" topic="*Group" type="regex" nonoise="on" format="$web.$topic" separator=", " }%
Resulting in:
SecurityTeamSupportGroup,
TWikiAdminGroup,
TWikiCommunityGroup
--
PeterThoeny - 29 Jul 2007