You can define, in project/donations.inc, how you want donations to be shown.
For example, SETI@home has:
define('DONATION_LINK',"<a href=sah_donate.php><img border=0 src=star.gif</a>");This shows a green star next to the name of users for which user.donated <> 0 in the database. It looks like star.gif isn't in the BOINC repository; I'll put it there. -- David On 05-Jul-2012 8:31 PM, Steve Lentine wrote: > Hi, > > I'm looking to implement the Green Stars program (little green star next to > username if the user has donated money to the project, seen on SETI@Home) > on the BOINC project I'm helping with. I was directed to this list for more > information. > > I've been unable to find documentation/code/anything on Green Stars thus > far... does any exist? Could someone point me towards some documentation > that might help me get this going? > > Thanks for your help, > Steve > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
