Hi! I got the comments plugin from that link. Anyway, I used the part plugin to avoid the comments in your tiddler. I wasn't sure how to include your transclusion in another tiddler. w
On Sep 17, 9:52 pm, Tobias Beer <[email protected]> wrote: > Hi again, whatever... > > I just noticed, I had to fix a bug where commentsCount would not count > properly when counting for some other tiddler... which is why my > version of it is just a teeny tiny bit different than yours ;o) > > See this line... > > if (tiddler && store.getTiddler(tiddler.title)||paramString.length) { > > Yours reads... > > if (tiddler && store.getTiddler(tiddler.title)) { > > Btw. where did you get your version of CommentsPlugin from? The one > linked in plugin description seems to not have any commentsCount, > though having the same version number... > > Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

