Hey guys, it's the pain in the butt again...
I've just noticed that a few of the emails generated by the system (which I have set up for multiple domains) are getting the wrong login link because it's using url_user and url_images which are hard coded to the main domain in the ConfigData.pm file. I think it's okay for everything that would be viewed over the web because of the added templates path (although I haven't fully investigated that yet) but in emails that are generated, it obviously creates a problem. I'm guessing the easiest way to fix it is add a global and change where necessary (mostly the .eml files), but thought I'd check and see if you had any other ideas.

I've just noticed that a few of the emails generated by the system (which I have set up for multiple domains) are getting the wrong login link because it's using url_user and url_images which are hard coded to the main domain in the ConfigData.pm file. I think it's okay for everything that would be viewed over the web because of the added templates path (although I haven't fully investigated that yet) but in emails that are generated, it obviously creates a problem. I'm guessing the easiest way to fix it is add a global and change where necessary (mostly the .eml files), but thought I'd check and see if you had any other ideas.