Sorry, I was on leave for the holy week. Anyways I just wanted to know on how many users have that user actually replied to regardless of the content of the message that he sent.
Like:
200 received messages
100 read messages
50 of which, he replied to.
Comments
Sorry, I was on leave for the holy week. Anyways I just wanted to know on how many users have that user actually replied to regardless of the content of the message that he sent.
Like:
200 received messages
100 read messages
50 of which, he replied to.
x00's way is probably more efficient if it is done frequently.
If you ran something in cron you could use
It would be a bit of a performance buster
but you could
loop
through users with shadowdares second solution
but you could loop through users with shadowdares second solution
replied to number
here - http://vanillaforums.org/discussion/comment/178786/#Comment_178786
and you said you already had solutions for receive and read.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.