How to display member or community reputations and/or activity
If you are an Affero member or community host, Halls of Fame and Recent Comments
are available to you to place on your website, blog, or forum. Both Halls of Fame and Recent Comments can be displayed for individual members or entire communities.
Halls of Fame: Recognition for top activity of either giving or inspiring ratings and/or donations
Recent Comments: Comments made on others or comments others have made
The following are examples from an Affero member and community persepective.
Choose the example that best fits your need using the
code (either IFRAME or Dynamic Include format) next to the example you have selected.
Member: Gifts Inspired By You: Displays a table of all the gifts inspired by your work.
Gifts Inspired by
Poole
3/14-5/14
|
|
During the period specified there are no public transactions on record.
| |
|
IFrames:
<iframe src="http://pws.affero.net/hof/membBen?v={username here}"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/membBen.php?v={username here}" -->
Note: Remove the { } around username
|
Member: Gifts Given By You Displays the gifts given by you
Gifts Made by
Poole
3/14-5/14
|
|
During the period specified there are no public transactions on record.
| |
|
IFrames:
<iframe src="http://pws.affero.net/hof/membBen?v={username here}"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/membBen.php?p={username here}" -->
Note: Remove the { } around username
|
Member: Author Recent Comments: Displays all recent comments
given to you by other Affero Members for your work.
| Recent Feedback on Posts: (enabled by affero) |
|
During the period specified, there is no feedback on record
|
|
|
IFrames:
<iframe src="http://pws.affero.net/hof/recentComments?v={username here}"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/recentComments.php?v={username here}" -->
Note: Remove the { } around username
|
Member: Patron Recent Comments: Displays all recent comments
given by you to other Affero Members.
| Recent Feedback on Posts: (enabled by affero) |
|
During the period specified, there is no feedback on record
|
|
|
IFrames:
<iframe src="http://pws.affero.net/hof/recentComments?p={username here}"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/recentComments.php?p={username here}
" -->
Note: Remove the { } around username
|
Community: Top Authors : Displays Top Authors in a given Community.
Top Authors (by gifts inspired) 5/14-5/14 |
| During the period specified there are no gifts on record. |
|
IFrames:
<iframe src="http://pws.affero.net/hof/topVolunteers?la=*{community name here}&from;=1+year+ago"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/topVolunteers.php?la=*{community name here}&from;=1+year+ago" -->
Note: Remove the { } around username
|
Community: Top Patrons : Displays Top Patrons in a given Community.
Top Patrons (by gifts donated) 5/14-5/14 |
| During the period specified there are no gifts on record. | |
|
IFrames:
<iframe src="http://pws.affero.net/hof/topPatrons?la=*{community name here}&from;=1+year+ago"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/topPatrons.php?la=*lq&from;=1+year+ago" -->
Note: Remove the { } around username
|
Community: Top Authors for Ratings: Displays the Top Authors who have received
the highest number of ratings from unique Affero members.
Top Authors (by # of rating members) 5/14-5/14 |
| During the period specified there are no ratings on record. |
|
IFrames:
<iframe src="http://pws.affero.net/hof/topVolunteers?la=*{community name here}&from;=1+year+ago&tc;=count"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/topVolunteers.php?la=*lq&from;=1+year+ago&tc;=count"
-->
Note: Remove the { } around username
|
Community: Top Patrons for Ratings: Displays the Top Patrons who have given
the highest number of ratings to unique Affero members.
Top Patrons (by # of members rated) 5/14-5/14 |
| During the period specified there are no gifts on record. | |
|
IFrames:
<iframe src="http://pws.affero.net/hof/topPatrons?la=*{community name here}&from;=1+year+ago&tc;=count"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget - O - http://pws.affero.net/hof/topPatrons.php?la=*lq&from;=1+year+ago&tc;=count" -->
Note: Remove the { } around username
|
Community: Recent Comments: Displays all recent comments made in your community by Affero members.
| Recent Feedback on Posts: (enabled by affero) |
|
During the period specified, there is no feedback on record
|
|
|
IFrames:
<iframe src="http://pws.affero.net/hof/recentComments?la=*{community name here}&from;=1+year+ago"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/recentComments.php?la=*lq&from;=1+year+ago" -->
Note: Remove the { } around username
|
Additional Customization:
Top 10 Beneficiaries (by author choice) 5/14 |
|
Hall of Fame Colors: *Note* This Hall of Fame displays the beneficiaries
with the most users associated to them
There are several colors which can be set from url arguments.
Each of the tables is thought of as having three regions:
+=========+
= =
= header1 =
= =
-----------------
= header2=
-----------------
= =
= table body =
= =
In each region, two color attributes can be set: Font and Background.
There are six (6) url arguments which can be set independently modify
the table colors. They are listed below with their default values:
"hdr1BkgrColor"=> "#486591"
"hdr1FontColor"=> "#ffffff"
"hdr2BkgrColor"=> "#cfd9ff"
"hdr2FontColor"=> "#000000"
"tbodBkgrColor"=> "#e6e6e6"
"tbodFontColor"=> "#000000"
Example
IFrames:
<iframe src="http://pws.affero.net/hof/topBeneficiaries?hdr1BkgrColor=red&hdr2BkgrColor;=green&tbodBkgrColor;=yellow"
scrolling="none" frameborder="0"> </iframe>
Dynamic Includes:
<!-- #exec"wget -O - http://pws.affero.net/hof/topBeneficiaries.php?hdr1BkgrColor=red&hdr2BkgrColor;=green&tbodBkgrColor;=yellow" -->
If you would like to learn how to customize Hall of fames and Recent Comments in greater detail
please visit or Technical Document here
|