×

Notice

The forum is in read only mode.

Profil Completeness for the candidats

10 years 10 months ago - 10 years 10 months ago #2917 by testdev
Hello,

I am trying to create a profile completeness bar module for the canidate profiles by using the profile completeness of CB.

I found the query build as belows:

//Build the query.
//SELECT fieldid AS value, name AS text, type
$allowed_types = "'text','multiselect','predefined','image'";
$query = "SELECT name AS value, name AS text
FROM #__comprofiler_fields
WHERE published = 1 AND type IN ($allowed_types) ";
// Set the query and load the options.
$db->setQuery($query);
$options = $db->loadObjectList();

By the way

Which table of jsjob has all the userfields?
Time to create page: 0.049 seconds

Please publish modules in offcanvas position.