running:
Quote:
UPDATE userfield SET field# = SUBSTRING(MD5(userid) FROM 10 FOR 5);
|
says:
Error
SQL-query :
UPDATE userfield SET field5 = SUBSTRING(MD5(userid) FROM 10 FOR 5)
MySQL said:
You have an error in your SQL syntax near '(userid) FROM 10 FOR 5)' at line 1
also code is different in 2.30
Quote:
In functions.php, replace this:
---- start code ----------------------------------------------------------
$useremails=$DB_site->query("SELECT user.*
FROM subscribethread,user
WHERE subscribethread.threadid='$threadid'
AND subscribethread.userid=user.userid
---- end code ------------------------------------------------------------
|
differnet!
Quote:
---- start code ----------------------------------------------------------
mail($touser[email],$emailsubject,$emailmsg,"From: \"$bbtitle Mailer\" <$webmasteremail>");
---- end code ------------------------------------------------------------
|
doesnt exist!
Quote:
In showthread.php, add this:
---- start code ----------------------------------------------------------
if ($emailpostdata > 0) {
$noinclude = 1;
include('./procpost.php');
}
|
note that procpost is located in parent folder (as recommendation)
Quote:
In the email_notify template, add this:
---- start code ----------------------------------------------------------
~~~~~ NEW ~~~~~
New at $bbtitle!
You can now reply to the thread by replying to this message. All you need to do is to make sure this code appears in the email subject:
[thread-$threadinfo[threadid]-$touser[field7]]
You should also remove this text to ensure your reply is readable by other forum users.
~~~~~ NEW ~~~~~
|
change of field7 not mentioned
.. just saying its not easy to install. not working on mine yet