Active
Project:
Content Complete
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2011 at 23:13 UTC
Updated:
21 Aug 2012 at 11:16 UTC
Hi,
I wish to know how to use the module to check to completeness of the user data, when fields are used and not the core profile module ?
Comments
Comment #1
alexmoreno commentedi don't know if i've understood your question.
Try views and embed code, for example:
echo views_embed_view('content_complete', 'default',$user->uid); // pasamos el parametro
Comment #2
hanskuiters commentedI have the same question. I added fields to the user entity on /admin/config/people/accounts/fields. I don't use any other profile module, only core functionality. How can I make CC to check on completeness of this fields? Or should I use Profile Complete Percent module for this?