You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The admin mail needs a link to approve the comment with one click, without the need of a typo3 login. If there are hundreds of comments for thousands of news entries on dozens of pages, it’s much too complicated to find the news record, click on edit, click on “comments”, search the comment, enable, save… And that for each comment.
We would like to implement in the following way, what do you think?
uc Feature Request: Vote Comments #4 By clicking on one of the link, Administrator will redirect to detail site, and display a success message (Note: no need to log-in at TYPO3 FE or BE).
The idea with a secure token is very good. By the way: please ensure that all emails sent from your extension have the correct sender and replay-to address. Probably it should be configurable in TS-setup. We have big problems if the sender address is e.g. set to the email address of the form sender (SPF entries will filter those mails as spam).
The text was updated successfully, but these errors were encountered:
Clicking on this link will open News Details page with a Success message, and upon reloading the News Details page, a comment will be displayed on News. - http://recordit.co/GlCznbOkyv
Additionally, we have added two new Constants : [FROM] Email, [FROM] Name - http://prntscr.com/nwz7dh
If these constants are set, that will be displayed as Sender's Name & Email in the mail to Admin.
If not, Name & Email set in the form will be displayed as Sender's Name & Email in the mail to Admin.
The admin mail needs a link to approve the comment with one click, without the need of a typo3 login. If there are hundreds of comments for thousands of news entries on dozens of pages, it’s much too complicated to find the news record, click on edit, click on “comments”, search the comment, enable, save… And that for each comment.
We would like to implement in the following way, what do you think?
The idea with a secure token is very good. By the way: please ensure that all emails sent from your extension have the correct sender and replay-to address. Probably it should be configurable in TS-setup. We have big problems if the sender address is e.g. set to the email address of the form sender (SPF entries will filter those mails as spam).
The text was updated successfully, but these errors were encountered: