2
Hi,
Yes, I did this in one site. But I don't know if it is the best way. Basically I made all images (and other src) in the template to load as ssl. (I manually put the full https:// url as src).
For some things that needed SSL support system-wide I added this in the mainfile.php:
define('XOOPS_URL_SSL', 'https://yourdomain.com');
A better way would probably be to specify a "home" link for the XOOPS_URL so that you don't have to worry about content not being downloaded as SSL. (you get that annoying pop-up in your browser; some items are not secure...yada,yada.)
I will have to face this again soon with a project coming up. Will let you know if I find a better solution. :)