Hi, it's impossible to change the "hidden year" state in birthday date profil editing. The change take no effects. Can you Help me please ?
franckyky Hi, You can open file components\com_community\models\profile.php. Replace line 500 with this code
components\com_community\models\profile.php
500
$table->params = isset($table->params) ? $table->params : '';
Regards
manhta
it seems to be ok ! Thank you 😉