In the CVS version I have found that the adding of users does not update TBL_USER_PREF.
I found this out while trying to go to the personal page after adding a user and I would receive errors about $prefs not being an array.
I have hacked up a couple of the files to allow for this functionality. Benjamin, I can forward the files over to ya.
Basically I changed /templates/default/admin/userlist.html and /admin/user.php.
It now gives an Email Notify: checkbox. And inserts/updates into TBL_USER_PREF.
Question on users....Shouldn't there be a delete function for removing users? I would prefer deleting the user as opposed to toggling the active flag. Just keeps the tables cleaner :)
- Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd love to get those files from you. And yeah, I should allow for deleting of users. I'll take a look. :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-03-28
Cool deal...I sent em over to your email.
I've added myself as owner to a component but I'm not receiving email notifications. I'll have to look into it. I don't believe it has anything to do with these 2 files. But rather bugs.php.
I'll dig in some more :)
Cya,
- Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey all,
In the CVS version I have found that the adding of users does not update TBL_USER_PREF.
I found this out while trying to go to the personal page after adding a user and I would receive errors about $prefs not being an array.
I have hacked up a couple of the files to allow for this functionality. Benjamin, I can forward the files over to ya.
Basically I changed /templates/default/admin/userlist.html and /admin/user.php.
It now gives an Email Notify: checkbox. And inserts/updates into TBL_USER_PREF.
Question on users....Shouldn't there be a delete function for removing users? I would prefer deleting the user as opposed to toggling the active flag. Just keeps the tables cleaner :)
- Mike
I'd love to get those files from you. And yeah, I should allow for deleting of users. I'll take a look. :)
Cool deal...I sent em over to your email.
I've added myself as owner to a component but I'm not receiving email notifications. I'll have to look into it. I don't believe it has anything to do with these 2 files. But rather bugs.php.
I'll dig in some more :)
Cya,
- Mike
I've committed the user admin changes to CVS. Thanks for the patches.