pcp-template.tpl.php |
pcp-template.tpl.php |
|
Default theme implementation for PCP block |
pcp.admin.inc |
includes/pcp.admin.inc |
|
Admin interface for the pcp module |
pcp.info |
pcp.info |
|
name = Profile Complete Percentage
description = Configure user fields to be tagged as required for a profile to be complete. Display the percent of profile completion to the user via a block or in Views.
package = Profile
core = 7.x
configure =… |
pcp.install |
pcp.install |
|
Install file for the pcp module. |
pcp.module |
pcp.module |
|
Allows users with valid permissions to tag profile fields (core fields or
Profile2 fields) for a users profile to be considered complete. |
pcp.rules.inc |
pcp.rules.inc |
|
Integrate rule modules with pcp. |
pcp.test |
pcp.test |
|
Having simpletest case. |
pcp.theme.css |
css/pcp.theme.css |
|
.pcp-percent-bar-wrapper {
width: 100%;
border: 1px solid #000;
padding: 1px;
}
.pcp-percent-bar {
height: 10px;
background-color: #777;
} |
pcp.tokens.inc |
pcp.tokens.inc |
|
Builds replacement tokens for Profile Complete Percentage. |
pcp.views.inc |
includes/pcp.views.inc |
|
Declare Profile Complete Percent fields. |
pcp_handler_field_profile_completeness.inc |
includes/pcp_handler_field_profile_completeness.inc |
|
Handler for the 'Profile: completeness' field.
This is for Profile2 profiles. |
pcp_handler_field_profile_completeness_core.inc |
includes/pcp_handler_field_profile_completeness_core.inc |
|
Handler for the 'Profile: completeness' field.
This is for the core profile. |
README.txt |
README.txt |
|
The PCP (Profile Percent Complete) module allows privileged users to tag profile
fields created through the profile module as fields needed for a users profile
to be 100% complete. The module checks these tagged fields against each user… |