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

alexmoreno’s picture

i 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

hanskuiters’s picture

I 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?