1 jfeise May 06, 2012 08:13
3 jfeise May 17, 2012 08:55
Hmm, $rsc_url is defined this way:
$rsc_url = $baseurl.$rsc_subdir;
That means if $baseurl is https, $rsc_url would be as well.
And I indeed set $baseurl to https with this check:
$baseurl = ( ((isset($_SERVER['HTTPS']) && ( $_SERVER['HTTPS'] != 'off' ) ) ? ...
I have changed the smilies URLs manually in the database, so I can't demonstrate it right now...
But I'll try replacing $baseurl with a hardcoded string in the $rsc_url definition.
The plugin uses $rsc_path and $rsc_url defined in /conf/_advanced.php
Make sure you don't use https scheme for $rsc_url
Can you post a link to your website?