<<O>> Difference Topic UserReports (3 - 2015-05-29 - TWikiContributor) |
TWiki User Reports | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
Added: | |||||||||||
> > | |||||||||||
Added: | |||||||||||
> > | |||||||||||
This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time!
Reports are of format
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.
This report also sets a
Usage example: %USERREPORT{ action="user_list" search="jane" limit="5" }%
Sample output:
Action: profile_picture
Show 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
Usage example: %USERREPORT{ action="profile_picture" user="TWikiGuest" height="40" title="TWikiGuest" }% %USERREPORT{ action="profile_picture" user="AmandaBoris" height="40" title="AmandaBoris" }%
Sample output:
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.
In addition, a USERSIG preferences setting is defined as a shortcut, so that a simple Usage example: -- %USERREPORT{ action="user_sig" user="TWikiGuest - 2025-01-10" }% -- %USERSIG{TWikiGuest}% -- %USERSIG{TWikiGuest - 2025-01-10}%
Sample output: -- TWiki Guest
| |||||||||||
Changed: | |||||||||||
< < | %user% | ||||||||||
> > | %user% | ||||||||||
<--==============================================-->
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.
In addition, a BUBBLESIG preferences setting is defined as a shortcut, so that a simple Usage example: Test comment using USERREPORT -- %USERREPORT{ action="bubble_sig" user="TWikiGuest - 2025-01-10" }% Test comment using BUBBLESIG -- %BUBBLESIG{TWikiGuest - 2025-01-10}%
Sample output: Test comment using BUBBLESIG
| |||||||||||
Changed: | |||||||||||
< < | %user% | ||||||||||
> > | %user% | ||||||||||
<--==============================================-->
Action: slim_box
Usage example: %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:
| |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> <--==============================================--> <--==============================================--> | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================-->
Action: small_box
Usage example: %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:
| |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> <--==============================================--> <--==============================================--> <--==============================================-->
Action: business_card
Usage examples: %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:
| |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
<--==============================================--> <--==============================================--> <--==============================================--> <--==============================================-->
Action: select_one_userShow a selector to pick a user, for use in HTML forms.
Usage example: <form> %USERREPORT{ action="select_one_user" name="Owner" selected="TWikiGuest" }% </form>
Sample output:
Action: select_users
Usage example: <form> %USERREPORT{ action="select_users" name="Members" selected="TWikiGuest, AmandaBoris" }% </form>
Sample output:
Note to Maintainer:
Related topics: TWikiGroups, TWikiUsers, UserList, UserListByDateJoined, UserListByLocation, VarUSERREPORT, TWikiUserMappingContrib -- TWiki:Main.PeterThoeny - 2014-10-04
|
<<O>> Difference Topic UserReports (2 - 2014-10-04 - TWikiContributor) |
TWiki User Reports | |||||||||||
Changed: | |||||||||||
< < | This page is for TWiki application developers. Include the sections on this page to show user reports with profile pictures. Create appealing TWiki applications in a short time. | ||||||||||
> > | |||||||||||
Added: | |||||||||||
> > | This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time! | ||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | Reports are of format %USERREPORT{ action="..." ... }% , where the action determines the kind of report. Each report supports additional parameters. | ||||||||||
Changed: | |||||||||||
< < | Section: user_list | ||||||||||
> > | Action: user_list | ||||||||||
Show 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. | |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < | This sections also sets a "UserReports_users" variable to the number of users found. To retrieve, write %GET{UserReports_users}% . | ||||||||||
> > | This report also sets a "UserReports_users" variable to the number of users found. To retrieve, write %GET{UserReports_users}% . | ||||||||||
Deleted: | |||||||||||
< < | Usage example:
%USERREPORT{ action="user_list" search="jane" limit="5" }%
Sample output:
ArpHbLbGISF, AwVCoNbqYHXRZ, BcDmuDdLzf, KDJAtUGAIAG, NywTKQxiWU | ||||||||||
Added: | |||||||||||
> > |
| ||||||||||
<--==============================================--> | |||||||||||
Changed: | |||||||||||
< < | %SEARCH{ | ||||||||||
> > | %SET{ "UserReports_100_users" value="%SEARCH{ | ||||||||||
"META:FORM.*[U]serForm" web="Main" type="regex" limit="100" sort="" reverse="" nonoise="on" excludetopic="UserList*, *Template" format="$topic" separator=", " footer="$percntSET{ \"UserReports_users\" value=\"$ntopics\" }$percnt" | |||||||||||
Changed: | |||||||||||
< < | }% | ||||||||||
> > | }%" }%ArpHbLbGISF, AwVCoNbqYHXRZ, BcDmuDdLzf, KDJAtUGAIAG, NywTKQxiWU, TDmOIglzpVJbvn, TaitCyrus, TgbQDkwpG, TzBngKIKVatgy, UjDMuFvOxTLM | ||||||||||
<--==============================================--> | |||||||||||
Added: | |||||||||||
> > | |||||||||||
Changed: | |||||||||||
< < | Section: profile_picture | ||||||||||
> > | Usage example: | ||||||||||
Added: | |||||||||||
> > | %USERREPORT{ action="user_list" search="jane" limit="5" }% | ||||||||||
Added: | |||||||||||
> > | Sample output: ArpHbLbGISF, AwVCoNbqYHXRZ, BcDmuDdLzf, KDJAtUGAIAG, NywTKQxiWU
Action: profile_picture | ||||||||||
Show 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. | |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
Usage example: %USERREPORT{ action="profile_picture" user="TWikiGuest" height="40" title="TWikiGuest" }% %USERREPORT{ action="profile_picture" user="AmandaBoris" height="40" title="AmandaBoris" }%
Sample output: | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Section: user_sig | ||||||||||
> > | Action: user_sig | ||||||||||
Show 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. | |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
In addition, a USERSIG preferences setting is defined as a shortcut, so that a simple Usage example: -- %USERREPORT{ action="user_sig" user="TWikiGuest - 2025-01-10" }% -- %USERSIG{TWikiGuest}% -- %USERSIG{TWikiGuest - 2025-01-10}%
Sample output: -- TWiki Guest
| |||||||||||
Changed: | |||||||||||
< < | Section: bubble_sig | ||||||||||
> > | Action: bubble_sig | ||||||||||
Show 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. | |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
In addition, a BUBBLESIG preferences setting is defined as a shortcut, so that a simple Usage example: Test comment using USERREPORT -- %USERREPORT{ action="bubble_sig" user="TWikiGuest - 2025-01-10" }% Test comment using BUBBLESIG -- %BUBBLESIG{TWikiGuest - 2025-01-10}%
Sample output: Test comment using BUBBLESIG
| |||||||||||
Changed: | |||||||||||
< < | Section: slim_box | ||||||||||
> > | Action: slim_box | ||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Show slim, one line height user boxes. Several sections are provided: | ||||||||||
> > | Show slim, one line height user boxes. Several actions are provided: | ||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
Usage example:
%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: | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Section: small_box | ||||||||||
> > | Action: small_box | ||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Show small, two line height user boxes. Several sections are provided: | ||||||||||
> > | Show small, two line height user boxes. Several actions are provided: | ||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
Usage example:
%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: | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Section: business_card | ||||||||||
> > | Action: business_card | ||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Show users in business card format. Several sections are provided: | ||||||||||
> > | Show users in business card format. Several actions are provided: | ||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
Usage examples:
%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: | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Section: select_one_user | ||||||||||
> > | Action: select_one_user | ||||||||||
Show a selector to pick a user, for use in HTML forms. | |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
Usage example: <form> %USERREPORT{ action="select_one_user" name="Owner" selected="TWikiGuest" }% </form>
Sample output: | |||||||||||
Changed: | |||||||||||
< < | |||||||||||
> > | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < | Section: select_users | ||||||||||
> > | Action: select_users | ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
Usage example: <form> %USERREPORT{ action="select_users" name="Members" selected="TWikiGuest, AmandaBoris" }% </form>
Sample output: | |||||||||||
Changed: | |||||||||||
< < | | ||||||||||
> > | | ||||||||||
Note to Maintainer:
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
Related topics: TWikiGroups, TWikiUsers, UserList, UserListByDateJoined, UserListByLocation, VarUSERREPORT, TWikiUserMappingContrib | |||||||||||
Changed: | |||||||||||
< < | -- TWiki:Main.PeterThoeny - 2013-02-06 | ||||||||||
> > | -- TWiki:Main.PeterThoeny - 2014-10-04 | ||||||||||
|
<<O>> Difference Topic UserReports (1 - 2013-10-12 - TWikiContributor) |
TWiki User ReportsThis page is for TWiki application developers. Include the sections on this page to show user reports with profile pictures. Create appealing TWiki applications in a short time.
On this page:
Section: 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.
This sections also sets a Usage example: %USERREPORT{ action="user_list" search="jane" limit="5" }%
Sample output:
ArpHbLbGISF, AwVCoNbqYHXRZ, BcDmuDdLzf, KDJAtUGAIAG, NywTKQxiWU
Section: profile_picture
Show 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
Usage example: %USERREPORT{ action="profile_picture" user="TWikiGuest" height="40" title="TWikiGuest" }% %USERREPORT{ action="profile_picture" user="AmandaBoris" height="40" title="AmandaBoris" }%
Sample output:
Section: 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.
In addition, a USERSIG preferences setting is defined as a shortcut, so that a simple Usage example: -- %USERREPORT{ action="user_sig" user="TWikiGuest - 2025-01-10" }% -- %USERSIG{TWikiGuest}% -- %USERSIG{TWikiGuest - 2025-01-10}%
Sample output: -- TWiki Guest
Section: 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.
In addition, a BUBBLESIG preferences setting is defined as a shortcut, so that a simple Usage example: Test comment using USERREPORT -- %USERREPORT{ action="bubble_sig" user="TWikiGuest - 2025-01-10" }% Test comment using BUBBLESIG -- %BUBBLESIG{TWikiGuest - 2025-01-10}%
Sample output: Test comment using BUBBLESIG
Section: slim_box
Usage example: %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:
Section: small_box
Usage example: %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:
Section: business_card
Usage examples: %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:
Section: select_one_userShow a selector to pick a user, for use in HTML forms.
Usage example: <form> %USERREPORT{ action="select_one_user" name="Owner" selected="TWikiGuest" }% </form>
Sample output:
Section: select_users
Usage example: <form> %USERREPORT{ action="select_users" name="Members" selected="TWikiGuest, AmandaBoris" }% </form>
Sample output:
Note to Maintainer:
Related topics: TWikiGroups, TWikiUsers, UserList, UserListByDateJoined, UserListByLocation, VarUSERREPORT, TWikiUserMappingContrib -- TWiki:Main.PeterThoeny - 2013-02-06
|
Revision r3 - 2015-05-29 - 23:43:57 - TWikiContributor | Edit |