nexialys
Thu 20th Mar '08, 11:11pm
Hi, this is a technical question, no need of support...
i'd like to be able to track more elements than the ones hardcoded in class_dm_user.php, here:
/**
* Which fieldchanges will be logged
*
* @var array
*/
var $user_changelog_fields = array('username', 'usergroupid', 'membergroupids', 'email');
so, what would be the only way of doing it?!... you know what i mean, the problem here is that there is no hook to add more fields in the system, so i'd like to know YOUR way ?!
i'd like to be able to track more elements than the ones hardcoded in class_dm_user.php, here:
/**
* Which fieldchanges will be logged
*
* @var array
*/
var $user_changelog_fields = array('username', 'usergroupid', 'membergroupids', 'email');
so, what would be the only way of doing it?!... you know what i mean, the problem here is that there is no hook to add more fields in the system, so i'd like to know YOUR way ?!