Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to remove link from E-Mail Body (view_entry.php) #3724

Open
Abhijit-81 opened this issue Aug 16, 2024 · 2 comments
Open

Possibility to remove link from E-Mail Body (view_entry.php) #3724

Abhijit-81 opened this issue Aug 16, 2024 · 2 comments
Labels
support request Need assistance with MRBS

Comments

@Abhijit-81
Copy link

Describe the problem you're facing/question you have
A clear and concise description of the problem you're facing, or the question you have.

Browser details (please complete the following information):

  • OS: [e.g. iOS]: Ubuntu
  • Browser [e.g. chrome, safari]: Mozilla/Chrome
  • Version [e.g. 22]: 22

Server details (please complete the following information):

  • MRBS version [e.g. 1.9.4]: 1.11.5
  • Web server: [e.g. Apache 2.4.48]: apache2
  • OS: [e.g. CentOS 7.9]: ubuntu
  • PHP version: [e.g. 7.4.23]: 8
  • Database used: [e.g. MySQL 8.0.26]: 104

Additional context
Add any other context or screenshots about the feature request here.

Is there any option to remove the auto generated link to see view entry from email notification body

@Abhijit-81 Abhijit-81 added the support request Need assistance with MRBS label Aug 16, 2024
@campbell-m
Copy link
Contributor

Only by editing the MRBS code. Edit functions_mail.inc and change lines 443-445 (approx) from

  // Create a link to the entry, unless we're deleting it of course,
  // because then there won't be one.
  if (($action != "delete") && ($action != "reject"))

to

  // Create a link to the entry, unless we're deleting it of course,
  // because then there won't be one.
  if (false)

@Abhijit-81
Copy link
Author

Abhijit-81 commented Aug 16, 2024

thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support request Need assistance with MRBS
Projects
None yet
Development

No branches or pull requests

2 participants