following did the trick, thanks
->Join('UserDiscussion ud',
'd.DiscussionID = ud.DiscussionID
and (d.CountComments - ud.CountComments) >0 ')
I'll cleanup some code and upload the plugin to Addons
I am continuing to have this problem
temporarily solution is to run this sql via cronjob:
"update GDN_Discussion as d
set DateLastComment= (SELECT max(DateInserted) from GDN_Comment as c where c.DiscussionID=d.DiscussionID)
where DateLastComment !=…
my bad ...
i had an error in js :)
sorry for the trouble
btw, can we have similar filtering in Messages (dashboard/message)
example: I want to inform my members of new feature, but this is not relevant to guest visitors
@S
probably something trivial:
after enabling, I don't see any setting/sending page in my admin
(view is not visible)
I have latest vanilla and latest massDelivery
I have small community of 600+ members
Some of them are active and some are not.
What I need this for is following: email all members about new offline event. This event has its Discussion, but I would like to customize email body (txt format is OK…
there is some incompatibility between this plugin and Signatures
when I disabled Signatures, the attachment appeared in comments, too
hope that this helps in figuring out the problem
hacking new sites to enable embed for them is quite easy
here is how I enabled embedding videos from istockphoto:
library/core/class.format.php:
after vimeo code, I added
} elseif (preg_match('#istockphoto.com\/file_closeup.php\?id=(\d+)(.+)…