PM notification doesn't include link 2-6-0RC5 [message #14661] |
Wed, 19 November 2003 12:36 |
x-router
Messages: 3 Registered: November 2003
Karma: 0
|
Junior Member |
|
|
This fixes it on our board although clearly doesn't fit in with what is trying to be achieved. Thought i would point it out so the 'EMAIL' can be addressed.
Quote: |
--- private.inc.t.old 2003-11-19 11:09:40.000000000 +0000
+++ private.inc.t 2003-11-19 11:06:58.000000000 +0000
@@ -236,7 +236,7 @@
{
$sub = '{TEMPLATE: pm_notify_subject}';
- if ($not_mthd = 'EMAIL') {
+ if ($not_mthd & 64) {
$pfx = '';
if ($GLOBALS['FUD_OPT_2'] & 32768 && !empty($_SERVER['PATH_INFO'])) {
if ($GLOBALS['FUD_OPT_1'] & 128) {
|
|
|
|
|
|
Re: PM notification doesn't include link 2-6-0RC5 [message #14683 is a reply to message #14678] |
Wed, 19 November 2003 15:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The masks are explained at the bottom of the .tbl files inside the sql/ directory (these are the bitmasks stored in SQL).
The forum settings bitmasks are documented inside GLOBALS_HELP, which can be found inside the include/ directory.
FUDforum Core Developer
|
|
|