Changes between Initial Version and Version 1 of ProfileScreen


Ignore:
Timestamp:
Apr 25, 2007, 10:38:26 AM (17 years ago)
Author:
Nicolas
Comment:

Converted by an automatic script

Legend:

Unmodified
Added
Removed
Modified
  • ProfileScreen

    v1 v1  
     1= Profile screening and UOTD selection =
     2
     3      Users can create profiles containing text and/or pictures. These profiles are displayed in various ways: as a picture gallery, sorted by country, and sorted alphabetically. The default project web site also shows a '''User of the Day''' (UOTD) on its front page. Depending on your project's requirements and resources, there are two main approaches to screening profiles and selecting UOTD. Both involve a 'profile screening page' used by project staff.
     4
     5
     6 * '''Loose screening''':     Only profiles with nonzero recent average are screened.     The UOTD is selected randomly from among approved profiles.     Profile pictures are shown independently of whether     they have been screened.     This is the default.
     7 * '''Tight screening''':     All profiles are screened.     A profile's picture is shown only if the project has approved it.     The UOTD is selected randomly from among approved     profiles that have nonzero recent average credit.     To use tight screening, include the line
     8{{{
     9<profile_screening>1</profile_screening>}}}
     10          in your [ProjectConfigFile config.xml file].
     11
     12You can customize the database queries used to select profiles for screening and for UOTD candidacy. To do so, define either of the functions
     13
     14
     15{{{
     16uotd_candidates_query()
     17profile_screen_query()
     18}}}
     19 in your html/project/project.inc file. Each function must return a SQL query.