2. User enchanted armor doesn't equip enchantments. I actually started to make a fix for this. I got to the point where I would ask you to equip the item in question. Then I could record the applied effects when you manually equipped the it. Next I linked those effects to the item. Where I am stuck now is applying the effects when the item is equipped. I can't think of a way to dynamically apply effects. I also had a problem where the onequipped event wasn't returning the object reference, so I had to link the effects to the form. Which bring me to my last issue.
3. Form conflict when equipping items. Since you can't use the objectreference to equip an item, two items with the same form can't be differentiated when equipping them via script.
I always look for mods that have figured it out, and try to do what I can to fix it. I don't feel like I am doing everything I can though if I don't ask about these three issues every now and then.
Thanks in advance.