In a old website in joomla 1.5, the installed Chrono Contact (version 3.1 RC5.5) module (mod_chronocontact 1.3/ V3.1 RC5.2) use a http:// syntax in the style attribution.
This link tag give, in the browser, a grey lock with an orange triangle indicates that the browser is not blocking insecure passive content.
The other pages do not give problems (green lock full secure pages); only those with the mod_chronocontact module and the only problem I found is that this links are without the https suffix.
For example:
"http://www.tennisclinic.de/modules/mod_yj_booking/files/images/rounds.png"
(view-source:https://tennisclinic.de/index.php - line 119 to line 436)
There is a way for for modify this core code?
This link tag give, in the browser, a grey lock with an orange triangle indicates that the browser is not blocking insecure passive content.
The other pages do not give problems (green lock full secure pages); only those with the mod_chronocontact module and the only problem I found is that this links are without the https suffix.
For example:
"http://www.tennisclinic.de/modules/mod_yj_booking/files/images/rounds.png"
(view-source:https://tennisclinic.de/index.php - line 119 to line 436)
There is a way for for modify this core code?
Hi Fritz,
As far as I recall CF doesn't set the http/https header it gets it from Joomla! I checked the module code and there is nothing in there but it does call and load several other CFv3 files.
But note that the example you posted is not a CF link but is from the YJ Booking module.
Bob
As far as I recall CF doesn't set the http/https header it gets it from Joomla! I checked the module code and there is nothing in there but it does call and load several other CFv3 files.
But note that the example you posted is not a CF link but is from the YJ Booking module.
Bob
Yes, you have right! But I can't understand why the pages with the mod_chronocontact give the grey lock and all others the green. The YJ Booking seem a integrate component from the template; it's not present as installed component/module in the joomla installed parts section.
In this page (Request) is only the chronoform module present and this style sheet code appear in the source code.
https://tennisclinic.de/index.php?option=com_content&&view=article&&id=151&template=english&Itemid=120
In The other pages, without this chronoform module, the YJ Booking don't appear.
This is very strange and inexplicable to me ..
In this page (Request) is only the chronoform module present and this style sheet code appear in the source code.
https://tennisclinic.de/index.php?option=com_content&&view=article&&id=151&template=english&Itemid=120
In The other pages, without this chronoform module, the YJ Booking don't appear.
This is very strange and inexplicable to me ..
Hi Fritz,
I looked again and don't see anything being loaded by CF. It appears that the image links are hard-coded somewhere in CSS or JS files ???
Bob
I looked again and don't see anything being loaded by CF. It appears that the image links are hard-coded somewhere in CSS or JS files ???
Bob
This topic is locked and no more replies can be posted.