Bonjour!
J'aimerai pouvoir inclure le texte du message posté dans l'email de notification de réponse au sujet.
Cela est-il possible?
Comment?
Merci d'avance.


$messenger->assign_vars(array(
'USERNAME' => htmlspecialchars_decode($addr['name']),
'TOPIC_TITLE' => htmlspecialchars_decode($topic_title),
'FORUM_NAME' => htmlspecialchars_decode($forum_name),
'SUJET_TEXT' => htmlspecialchars_decode($message)
function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id, $topic_id, $post_id)
{
global $db, $user, $config, $phpbb_root_path, $phpEx, $auth; global $message; 'FORUM_NAME' => htmlspecialchars_decode($forum_name), 'SUJET_TEXT' => strip_bbcode($message), 


If ($forum_id != id du forum)
{
Code original
}
else
{
code pour envoyer le texte du message
}

Retour vers [3.0.x] Modifications
Utilisateur(s) parcourant ce forum : CommonCrawl [Bot] et 0 invité(s)