Search found 5 matches

by peterasap
Wed Mar 22, 2023 8:39 am
Forum: CMSMS Core
Topic: New release ?
Replies: 1
Views: 907

New release ?

Hello,

When should we expect new release of CMSMS ? The last release is from Jan, 2022 :)

Thank you.
by peterasap
Sun Mar 19, 2023 8:39 pm
Forum: CMSMS Core
Topic: Vulnerability or not?
Replies: 5
Views: 2258

Re: Vulnerability or not?

Hi,

Out of curiosity: When the new version of CMSMS is expected ? I need to start 3 new sites(PHP 8.1) with CMSMS and if possible to go with a newer version :)

Thanks :)
by peterasap
Sun Jan 04, 2015 9:01 pm
Forum: The Lounge
Topic: SSL and relative urls
Replies: 3
Views: 1527

Re: SSL and relative urls

I solved the problem myself. In case someone have it: Open config.php and replace $config['root_url'] = 'http://www.example.com'; with //$config['root_url'] = 'http://www.example.com'; if($_SERVER['SERVER_PORT']=='443'){ $config['root_url'] = 'https://www.example.com'; }else{ $config['root_url'] = '...
by peterasap
Thu Jan 01, 2015 7:06 am
Forum: The Lounge
Topic: SSL and relative urls
Replies: 3
Views: 1527

Re: SSL and relative urls

Hi, We call the news module in this way: {news category="Popular courses" summarytemplate="Popular-home" number="8" detailtemplate="popular"} Unfortunately, news modules does not create links with SSL i.e it creates absolute plain HTTP links. If needed I can m...
by peterasap
Wed Dec 31, 2014 8:20 am
Forum: The Lounge
Topic: SSL and relative urls
Replies: 3
Views: 1527

SSL and relative urls

Hello, We are about to move our site on SSL and I was wondering if there is guide I can read with helpful tips or something ? The problem I am facing at the moment is that most of the urls are absolute i.e <a href='http://www.example.com/somelink.html'>Link</a> while I want it to be: <a href='/somel...

Go to advanced search