I don't think it is something that can be fixed in Joomla. I think it is more like a bug that needs php fix.
In module vehiclemanager_search, folder tmpl, file default.php in line 186 there is
Code: |
<?php echo _VEHICLE_MANAGER_LABEL_EXTRA.$i . ': '. $params->get('extrafield'.$i); ?>
|
This reads from language manager _VEHICLE_MANAGER_LABEL_EXTRA as "Custom Fields Manager" and adds $i, that in my case is 6.
If I change _VEHICLE_MANAGER_LABEL_EXTRA.$i with _VEHICLE_MANAGER_LABEL_EXTRA6 it reads the right value from language manager.
I am not a programmer so I could use some help on fixing this bug.
Thanks