Hi there!
In the file
.../com_comprofiler/plugin/templates/default/default.php
I'm trying to get the city field value...but it won't work!
I'm doing like this:
Code:
$user_city = $user->get('cb_city');
if ( $user_city == "St. Petersbourg" ) $i=$i+10;
cb_city is the field I've created in CB fields.
Help me resolve this problem please?