Active
Project:
Disqus
Version:
7.x-1.9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2012 at 12:58 UTC
Updated:
15 Feb 2018 at 09:27 UTC
Jump to comment: Most recent
When you have two domains pointing to the same drupal installation there is no url alias in not always correct.
For example:
We have domain www.example.com as a public frontend.
We have domain preview.example.com as a fronted for the editors ( access limited by an htpasswd )
You would like to url alias of the node always pointing to www.example.com but that is not always the case. Atm there is no way to modify the url stored in the node
Comments
Comment #1
LuCarD commentedMy workaround:
Code in my own module ( NOT IN THE DISQUS MODULE )
Comment #2
hasmimeraj commentedAbove solution does not work for me.. I am using disquss Version: 7.x-1.12+7-dev
I have put above code in my custom module and replace url with my own but no luck.
Any help would be appreciated.