Control Panel > Languages > [Language Editor TAB]
Choose Specific Language File > mailer.php

In the EMAIL_FOOTER_HTML section,
Find:
Quote
This email was sent to you because your profile and/or board configuration allows it.<br />You may change your preferences at any time.

Replace with:
Quote
This email was sent to you because your profile and/or board configuration allows it.<br />You may at anytime <a href=\"{$config['FULL_URL']}/ubbthreads.php?ubb=editdisplay\" style=\"color:#fff\">manage your message preferences</a>.

When clicked on, this will take the email recipient to:
http://www.EXAMPLE.com/ubbthreads.php/ubb/editdisplay

note: edit the "Replace with" line any way that you see fit. Just make sure to use full HTML/style inline formatting, as email clients wont be able to use CSS file location calls.

You can also substitute the smarty {$config['FULL_URL']} code, with a hardcoded FULL SITE URL if you run in to any errors using it.

Last edited by id242; 07/11/2016 10:27 PM.

Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com