Line: 1 to 1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TWiki User Reports | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
Added: | |||||||||||
> > | |||||||||||
This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time!
Reports are of format %USERREPORT{ action="..." ... }% , where the action determines the kind of report. Each report supports additional parameters.
Action: user_listShow a simple list of registered users. The output is a comma-space delimited sorted list of WikiWords of users (without web prefix), which can be used as input for other reports on this page.
"UserReports_users" variable to the number of users found. To retrieve, write %GET{UserReports_users}% .
Usage example:
%USERREPORT{ action="user_list" search="jane" limit="5" }%Sample output: AdamHunyadi, AdamKardos, AdamNagy, AdamSzucs, AgnesFSemsei Action: profile_pictureShow the profile picture image of a user. A default image is returned in case the image is not defined in the Image form field of the user. The output is an<img /> tag that can be embedded in other tags such as links.
%USERREPORT{ action="profile_picture" user="TWikiGuest" height="40" title="TWikiGuest" }% %USERREPORT{ action="profile_picture" user="AmandaBoris" height="40" title="AmandaBoris" }%Sample output: %USERREPORT{ action="profile_picture" user="TWikiGuest" height="40" title="TWikiGuest" }% ![]() ![]() ![]() ![]() ![]() Action: user_sigShow a user signature with profile picture, optionally followed by a date or other text. A default image is shown in case the image is not defined in the Image form field of the user.
%USERSIG{TWikiGuest}% can be used.
Usage example:
-- %USERREPORT{ action="user_sig" user="TWikiGuest - 2023-03-20" }% -- %USERSIG{TWikiGuest}% -- %USERSIG{TWikiGuest - 2023-03-20}%Sample output: -- %USERREPORT{ action="user_sig" user="TWikiGuest - 2023-03-20" }% -- %USERSIG{TWikiGuest}% -- %USERSIG{TWikiGuest - 2023-03-20}% | |||||||||||
Changed: | |||||||||||
< < | ![]() | ||||||||||
> > | ![]() | ||||||||||
<--==============================================--> Action: bubble_sigShow a faded comment bubble and user signature with profile picture, optionally followed by a date or other text. A default image is shown in case the image is not defined in the Image form field of the user. This is used for CommentPlugin signatures.
%BUBBLESIG{TWikiGuest}% can be used.
Usage example:
Test comment using USERREPORT -- %USERREPORT{ action="bubble_sig" user="TWikiGuest - 2023-03-20" }% Test comment using BUBBLESIG -- %BUBBLESIG{TWikiGuest - 2023-03-20}%Sample output: Test comment using USERREPORT -- %USERREPORT{ action="bubble_sig" user="TWikiGuest - 2023-03-20" }% Test comment using BUBBLESIG -- %BUBBLESIG{TWikiGuest - 2023-03-20}% | |||||||||||
Changed: | |||||||||||
< < | ![]() | ||||||||||
> > | ![]() | ||||||||||
<--==============================================--> Action: slim_box![]()
%USERREPORT{ action="slim_box_start" }% %USERREPORT{ action="slim_box" user="TWikiGuest" }% %USERREPORT{ action="slim_box" user="JaneSmith" }% %USERREPORT{ action="slim_box_end" }% %USERREPORT{ action="slim_box_start" style="background-color: #f0f0e8;" }% %USERREPORT{ action="slim_box_list" users="UserOne, UserTwo, UserThree" }% %USERREPORT{ action="slim_box_end" }%Sample output: %USERREPORT{ action="slim_box_start" }% %USERREPORT{ action="slim_box" user="TWikiGuest" }% %USERREPORT{ action="slim_box_list" users="AdamHunyadi, AdamKardos, AdamNagy, AdamSzucs, AgnesFSemsei" }% %USERREPORT{ action="slim_box_end" }% | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> <--==============================================--> <--==============================================--> | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> Action: small_box![]()
%USERREPORT{ action="small_box_start" }% %USERREPORT{ action="small_box" user="TWikiGuest" }% %USERREPORT{ action="small_box" user="JaneSmith" }% %USERREPORT{ action="small_box_end" }% %USERREPORT{ action="small_box_start" style="background-color: #f0f0e8;" }% %USERREPORT{ action="small_box_list" users="UserOne, UserTwo, UserThree" }% %USERREPORT{ action="small_box_end" }%Sample output: %USERREPORT{ action="small_box_start" }% %USERREPORT{ action="small_box" user="TWikiGuest" }% %USERREPORT{ action="small_box_list" users="AdamHunyadi, AdamKardos, AdamNagy, AdamSzucs, AgnesFSemsei" }% %USERREPORT{ action="small_box_end" }% | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> <--==============================================--> <--==============================================--> <--==============================================--> Action: business_card![]()
%USERREPORT{ action="business_card_start" }% %USERREPORT{ action="business_card" user="TWikiGuest" }% %USERREPORT{ action="business_card" user="JaneSmith" }% %USERREPORT{ action="business_card_end" }% %USERREPORT{ action="business_card_start" style="background-color: #f0f0e8;" }% %USERREPORT{ action="business_card_list" users="UserOne, UserTwo, UserThree" }% %USERREPORT{ action="business_card_end" }%Sample output: %USERREPORT{ action="business_card_start" style="background-color: #f0f0e8;" }% %USERREPORT{ action="business_card_list" users="AdamHunyadi, AdamKardos , AdamNagy , AdamSzucs , AgnesFSemsei " }% %USERREPORT{ action="business_card_end" }% | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> <--==============================================--> <--==============================================--> <--==============================================--> Action: select_one_userShow a selector to pick a user, for use in HTML forms.
<form> %USERREPORT{ action="select_one_user" name="Owner" selected="TWikiGuest" }% </form>Sample output: Action: select_users![]()
<form> %USERREPORT{ action="select_users" name="Members" selected="TWikiGuest, AmandaBoris" }% </form>Sample output: Note to Maintainer:
![]()
|