dmch2
Forum Replies Created
-
Yes, I would like to place avatars in notifications too. This should be easy, ie: [comment_author_avatar size=64] etc.
Great 🙂 thanks! 🙂
great 🙂 ping me here if I can help 🙂
BTW: are You using github? would be easier to help with pull requests 🙂For me formatting is not big deal 🙂 More important is data.
There are plugins that turns off real email delivery, and the one that is logging each. Those two are extremely useful in tests 🙂Is that possible to just mark what will and what will not be filled? That would help! 🙂
It’s wordpress functionality, each file has it’s own page, like: http://blog.info/?attachment_id=332 or it’s
http://blog.info/category/post/attachment/332
Go to media and You should have link to that page under buttons.
You can comment attachments and some plugins display fancy galleries with those comments. I know never went to those pages, usually they are ugly and not styled, but with good plugin for gallery you will just have everything in frontlayer. Those comments looks almost same as on anything else so users are now confused whythey didn’t get notification 😉It’s working fine now, much better 🙂
thanks!!! 🙂great! 🙂 thanks!
post update notification,
as far as I tried – everything is filled with post author, and not person who changes entry, also there is nothing about notification recipient.Just checked all codes for case when user A changes post made by B, and C gets notification. everything inside is about A, when I would like to write: “Hi C!, A changed post created by B”
Ok, just reviewed email
[display_name] is not pointing to user who gets mail and there is no code that contains that 🙁Try to put whole list of codes in that notification – then it’s easy to inspect.
Thanks, I’ll give it a try, and let You know 🙂
User who gets mail – meaning I want to write “Hello [user]” and can’t find code for that. [user] should be the person who receive e-mail.
Post author is the one who created post, correct?
Yes, I found that in core wordpress settings, but as far as I know You can’t edit that one, You can’t add individual users for notification etc.
Right now there is notification about comments, some users preffer to get notification about all comments, some only for replies, and others only for their posts.
Now in plugin admin can choose whole roles or list of individual users. Second option indicate that admin must manage specific users list so some ask him to add or delete them. Maybe if notification is selected for individual user them it means that user can opt in or out from it? This is first though about that.
To reproduce – just paste whole list of codes and edit article.
what code should indicate user who gets email? I tried [user_firstname] and that one is not filled in new comment mail 🙁Great 🙂 let me know if I can help with tests!