Ah, this is a very nice job, Hans. Compliments.
But I would like to ask you if you could give me the syntax for a small addition to this snippet.
I will explain:
For most users (bloggers) it will be a problem to make the transisition to this new Disqus commentsystem. After all, they don't want to loose all the comments that were made in the 'old' Pivot system.
They still have to be displayed on the entry page.
That is no problem, I just had to remove the [[commentform]] tag as you said and to leave the [[comments]] on it.
The real 'problem' lies in the [[commentlink]]. I cannot simply substitute it with the [[disqus_commentlink]], because the latter does not display the 'older' comments.
For the time being I solved this by making the following construction in the comment display link:
<p>Disqus comments: [[disqus_commentlink]].</p>
<p>Comments in old system: [[commentlink text0="0" text1="1" textmore="%num%"]].</p>
Now, what I would like to do is to build in a condition here, so that
before the date that I switched to Disqus the second line is displayed, and
after that date only the first line is displayed.
But I'm no programmer. And for you this must be peanuts, I think, with if/then and more of that thingies.

Could you help me out here please?
I would be very grateful, of course and praise you in my evening prayer.
