'$siteurl' => $a->get_baseurl(),
'$username' => $importer['username'],
'$email' => $importer['email'],
+ '$display' => $a->get_baseurl() . '/display/' . $posted_id,
'$from' => $from,
'$body' => strip_tags(bbcode(stripslashes($datarray['body'])))
));
'$username' => $importer['username'],
'$email' => $importer['email'],
'$from' => $from,
+ '$display' => $a->get_baseurl() . '/display' . $r,
'$body' => strip_tags(bbcode(stripslashes($datarray['body'])))
));
'$username' => $user['username'],
'$email' => $user['email'],
'$from' => $from,
+ '$display' => $a->get_baseurl() . '/display/' . $post_id,
'$body' => strip_tags(bbcode($body))
));
'$username' => $user['username'],
'$email' => $user['email'],
'$from' => $from,
+ '$display' => $a->get_baseurl() . '/display/' . $post_id,
'$body' => strip_tags(bbcode($body))
));
$body
-----
-Please login at $siteurl to view the complete conversation.
+Please login at $siteurl to view the complete conversation:
+
+$display
Thank you,
$sitename administrator
$body
-----
-Please login at $siteurl to view or delete the item.
+Please login at $siteurl to view or delete the item:
+
+$display
Thank you,
$sitename administrator