gareth123456 Posted October 10, 2005 Share Posted October 10, 2005 I have installed the Event Calender contribution, but all the links from my calender and any calender page only shows in HTTPS mode (SSL). The rest of my sitte worked fine before this addition of this contribution and it continues to! Its just the event calender that causes my users to be asked "This page contains both secure and non-secure.... do you wish to view the non-secure..." type message. So the problem is the contribution. And my question is: What do I need to add to make the calender pages show in http when in non-ssl mode and in https when in ssl mode?? Thanks Gareth (if anyone wants to see the contribution, its here but a pointer to the general way that contributions need to be set up to work with ssl and non-ssl is all I need) Link to comment Share on other sites More sharing options...
gareth123456 Posted October 10, 2005 Author Share Posted October 10, 2005 Please find below a line of code typical of the code that forms the hyperlinks $s .= (($link == "") ? $d : "<a href=\"$link\" target=\"_top\" title=\"$click\">$d</a>"); How do I add the NONSSL but to this??? to make it look more like the typical OSC format along the lines of this: <a href="' . tep_href_link($back_url, $back_url_params, 'NONSSL') . '"> which is how most other contributions do it ?? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.