From: Philip J. H. <ph...@po...> - 2012-02-27 20:03:57
|
I'm playing around with using Intense Debate on www.hollenback.net. I've actually used it for a while but the behavior is annoying. It uses the page url as the identifier to link a particular comment to a page. That's annoying with phpwiki since multiple urls can refer to the same page (for example, the 'thanks for editing' page has a different url than the regular version of a page. That means there are many ways which ID doesn't display the comments for a page if you use it with phpwiki. ID does offer the ability to set a custom identifier for each comment in the javascript. So, if there were some per-page special phpwiki identifier I could stick it in the javascript call to ID then I could uniquely identify the page and fix that. So, is there something like PHPWIKP_PAGE_ID that I can use? P. -- Philip J. Hollenback www.hollenback.net @philiph |
From: Philip J. H. <ph...@po...> - 2012-02-28 01:01:18
|
Solved my problem (and moved from IntenseDebate to Disqus): var disqus_identifier = "<?php echo $page->getName()?>"; so every comment is uniquely identified by the wiki page name. This is nice because I put this in my body.tmpl template right after the <CONTENT>: <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'XXXXXXXX'; // required: replace example with your forum shortname var disqus_identifier = "<?php echo $page->getName()?>"; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> this way even both the regular page and the action=edit version of a page have the same identifier, so comments are maintained consistently. Exactly what I wanted. ID supports unique identifiers in a similar way so you could use this approach with either comment system. http://www.hollenback.net to see in action. Also, is there anyone on this list any more? I'm beginning to feel like the last phphwiki user... P. On Mon, Feb 27, 2012, at 12:03 PM, Philip J. Hollenback wrote: > I'm playing around with using Intense Debate on www.hollenback.net. > I've actually used it for a while but the behavior is annoying. It uses > the page url as the identifier to link a particular comment to a page. > That's annoying with phpwiki since multiple urls can refer to the same > page (for example, the 'thanks for editing' page has a different url > than the regular version of a page. > > That means there are many ways which ID doesn't display the comments for > a page if you use it with phpwiki. > > ID does offer the ability to set a custom identifier for each comment in > the javascript. So, if there were some per-page special phpwiki > identifier I could stick it in the javascript call to ID then I could > uniquely identify the page and fix that. > > So, is there something like PHPWIKP_PAGE_ID that I can use? > > P. > -- > Philip J. Hollenback > www.hollenback.net > @philiph > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Philip J. Hollenback www.hollenback.net @philiph |
From: Marc-Etienne V. <Mar...@al...> - 2012-03-06 13:07:20
|
Le 28/02/2012 02:01, Philip J. Hollenback a écrit : > Solved my problem (and moved from IntenseDebate to Disqus): > > http://www.hollenback.net to see in action. > > Also, is there anyone on this list any more? I'm beginning to feel like > the last phphwiki user... Hello Philip, No, you are not the last Phpwiki user... For information, what version of Phpwiki are you using? Best regards, -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |
From: Philip J. H. <ph...@po...> - 2012-03-06 15:14:51
|
I just upgraded to the 1.4.0 in subversion as of a couple weeks back. On Tue, Mar 6, 2012, at 01:50 PM, Marc-Etienne Vargenau wrote: > Le 28/02/2012 02:01, Philip J. Hollenback a écrit : > > Solved my problem (and moved from IntenseDebate to Disqus): > > > > http://www.hollenback.net to see in action. > > > > Also, is there anyone on this list any more? I'm beginning to feel like > > the last phphwiki user... > > Hello Philip, > > No, you are not the last Phpwiki user... > > For information, what version of Phpwiki are you using? > > Best regards, > > -- > Marc-Etienne Vargenau > Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE > +33 (0)1 30 77 28 33, Mar...@al... > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Philip J. Hollenback www.hollenback.net @philiph |
From: Marc-Etienne V. <Mar...@al...> - 2012-03-06 15:37:54
|
Le 06/03/2012 16:14, Philip J. Hollenback a écrit : > I just upgraded to the 1.4.0 in subversion as of a couple weeks back. Great. Please tell us if you find bugs in this release. Best regards, -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |
From: Philip J. H. <ph...@po...> - 2012-03-06 15:43:10
|
I have been finding bugs, and I've been filing them in the sourceforge bug tracker. I assume that's the right place? On Tue, Mar 6, 2012, at 04:37 PM, Marc-Etienne Vargenau wrote: > Le 06/03/2012 16:14, Philip J. Hollenback a écrit : > > I just upgraded to the 1.4.0 in subversion as of a couple weeks back. > > Great. > > Please tell us if you find bugs in this release. > > Best regards, > > -- > Marc-Etienne Vargenau > Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE > +33 (0)1 30 77 28 33, Mar...@al... > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Philip J. Hollenback www.hollenback.net @philiph |
From: Marc-Etienne V. <Mar...@al...> - 2012-03-06 16:53:35
|
Le 06/03/2012 16:43, Philip J. Hollenback a écrit : > I have been finding bugs, and I've been filing them in the sourceforge > bug tracker. I assume that's the right place? Yes, it is the right place. I did not notice them, it seems the monitoring was stopped. I will have a look. Best regards, -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |
From: Reini U. <ru...@x-...> - 2012-03-06 20:11:49
|
On Tue, Mar 6, 2012 at 10:53 AM, Marc-Etienne Vargenau <Mar...@al...> wrote: > Le 06/03/2012 16:43, Philip J. Hollenback a écrit : >> I have been finding bugs, and I've been filing them in the sourceforge >> bug tracker. I assume that's the right place? > > Yes, it is the right place. > > I did not notice them, it seems the monitoring was stopped. > I will have a look. Interesting, that's why. mailman got reset Steve Wainstead told me that he got now all the traffic now. I asked for the mailman passwords. Apparenty mine don't work anymore. -- Reini |
From: Reini U. <ru...@x-...> - 2012-03-06 20:25:52
|
On Tue, Mar 6, 2012 at 2:11 PM, Reini Urban <ru...@x-...> wrote: > On Tue, Mar 6, 2012 at 10:53 AM, Marc-Etienne Vargenau > <Mar...@al...> wrote: >> Le 06/03/2012 16:43, Philip J. Hollenback a écrit : >>> I have been finding bugs, and I've been filing them in the sourceforge >>> bug tracker. I assume that's the right place? >> >> Yes, it is the right place. >> >> I did not notice them, it seems the monitoring was stopped. >> I will have a look. > > Interesting, that's why. mailman got reset > Steve Wainstead told me that he got now all the traffic now. > I asked for the mailman passwords. Apparenty mine don't work anymore. Found it and fixed the mailman settings. Sorry, looked at the wrong place. I activated your 5 pending -bugs. -- Reini |