Jump to content

[SOLVED] DISUQS and .SSL


Recommended Posts

Hello mights prestashop users!

 

I need your help since im simply to dumb do understand the .php/.tpl files of the module.

 

Im using the DISQUS module by mypresta.eu / vekia and i activate my .SSL. Now the DISQUS function disapear .. i figured out that it is due to the https forcing on every website.

 

https://gamelivery.com/de/uplay/2-watchdogs.html

 

DISQUS can handle it with some modifications:

http://help.disqus.com/customer/portal/articles/542119-can-disqus-be-loaded-via-https-

 

I found the current 

.disqus.com/embed.js

in the sourcecode of my website and want to replace it with the 

.disqus.com/count.js

but i cant find any .js loading in the disqus.php in the /modules/disqus/ folder. 

 

How can i figure out where i can change this part of the module?

Link to comment
Share on other sites

hello

 

sorry for late reply.

 

open files: tab16.tpl

 

change

dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; 

to:

dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...