Bè, se agli altri funziona e Tiger mi ha gentilmente fatto la prova, purtroppo il problema è mio,
Codice: Seleziona tutto
C:\Users\Luigi\Desktop\phpBB3\posting.php 60,00 KB 28/09/2013 03:20:52
1138 $post_author_name = ((!$user->data['is_registered'] || $mode == 'edit') && $post_data['username'] !== '') ? $post_data['username'] : '';
1141 $redirect_url = submit_post($mode, $post_data['post_subject'], $post_author_name, $post_data['topic_type'], $poll, $data, $update_message, ($update_message || $update_subject) ? true : false);
C:\Users\Luigi\Desktop\phpBB3\includes\functions_posting.php 89,00 KB 28/09/2013 03:20:52
1172 function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id, $topic_id, $post_id, $author_name = '')
1343 'AUTHOR_NAME' => htmlspecialchars_decode($author_name),
C:\Users\Luigi\Desktop\phpBB3\includes\functions_privmsgs.php 63,00 KB 28/09/2013 03:20:52
1876 'AUTHOR_NAME' => htmlspecialchars_decode($author),
C:\Users\Luigi\Desktop\phpBB3\includes\mcp\mcp_front.php 14,00 KB 28/09/2013 03:20:52
172 'SELECT' => 'r.report_time, p.post_id, p.post_subject, p.post_time, u.username, u.username_clean, u.user_colour, u.user_id, u2.username as author_name, u2.username_clean as author_name_clean, u2.user_colour as author_colour, u2.user_id as author_id, t.topic_id, t.topic_title, f.forum_id, f.forum_name',
222 'AUTHOR_FULL' => get_username_string('full', $row['author_id'], $row['author_name'], $row['author_colour']),
223 'AUTHOR' => get_username_string('username', $row['author_id'], $row['author_name'], $row['author_colour']),
224 'AUTHOR_COLOUR' => get_username_string('colour', $row['author_id'], $row['author_name'], $row['author_colour']),
225 'U_AUTHOR' => get_username_string('profile', $row['author_id'], $row['author_name'], $row['author_colour']),
273 'SELECT' => 'r.report_id, r.report_time, p.msg_id, p.message_subject, p.message_time, p.to_address, p.bcc_address, u.username, u.username_clean, u.user_colour, u.user_id, u2.username as author_name, u2.username_clean as author_name_clean, u2.user_colour as author_colour, u2.user_id as author_id',
314 'PM_AUTHOR_FULL' => get_username_string('full', $row['author_id'], $row['author_name'], $row['author_colour']),
315 'PM_AUTHOR' => get_username_string('username', $row['author_id'], $row['author_name'], $row['author_colour']),
316 'PM_AUTHOR_COLOUR' => get_username_string('colour', $row['author_id'], $row['author_name'], $row['author_colour']),
317 'U_PM_AUTHOR' => get_username_string('profile', $row['author_id'], $row['author_name'], $row['author_colour']),
C:\Users\Luigi\Desktop\phpBB3\includes\search\fulltext_mysql.php 27,00 KB 28/09/2013 03:20:52
344 * @param string $author_name specifies the author match, when ANONYMOUS is also a search-match
352 function keyword_search($type, $fields, $terms, $sort_by_sql, $sort_key, $sort_dir, $sort_days, $ex_fid_ary, $m_approve_fid_ary, $topic_id, $author_ary, $author_name, &$id_ary, $start, $per_page)
451 if (sizeof($author_ary) && $author_name)
454 $sql_author = ' AND (' . $db->sql_in_set('p.poster_id', array_diff($author_ary, array(ANONYMOUS)), false, true) . ' OR p.post_username ' . $author_name . ')';
528 * @param string $author_name specifies the author match, when ANONYMOUS is also a search-match
536 function author_search($type, $firstpost_only, $sort_by_sql, $sort_key, $sort_dir, $sort_days, $ex_fid_ary, $m_approve_fid_ary, $topic_id, $author_ary, $author_name, &$id_ary, $start, $per_page)
559 $author_name,
572 if ($author_name)
575 $sql_author = '(' . $db->sql_in_set('p.poster_id', array_diff($author_ary, array(ANONYMOUS)), false, true) . ' OR p.post_username ' . $author_name . ')';
C:\Users\Luigi\Desktop\phpBB3\includes\search\fulltext_native.php 48,00 KB 28/09/2013 03:20:52
413 * @param string $author_name specifies the author match, when ANONYMOUS is also a search-match
421 function keyword_search($type, $fields, $terms, $sort_by_sql, $sort_key, $sort_dir, $sort_days, $ex_fid_ary, $m_approve_fid_ary, $topic_id, $author_ary, $author_name, &$id_ary, $start, $per_page)
453 $author_name,
644 if ($author_name)
647 $sql_author = '(' . $db->sql_in_set('p.poster_id', array_diff($author_ary, array(ANONYMOUS)), false, true) . ' OR p.post_username ' . $author_name . ')';
811 * @param string $author_name specifies the author match, when ANONYMOUS is also a search-match
819 function author_search($type, $firstpost_only, $sort_by_sql, $sort_key, $sort_dir, $sort_days, $ex_fid_ary, $m_approve_fid_ary, $topic_id, $author_ary, $author_name, &$id_ary, $start, $per_page)
842 $author_name,
855 if ($author_name)
858 $sql_author = '(' . $db->sql_in_set('p.poster_id', array_diff($author_ary, array(ANONYMOUS)), false, true) . ' OR p.post_username ' . $author_name . ')';
C:\Users\Luigi\Desktop\phpBB3\italian_1_2_2\language\it\email\forum_notify.txt 1,00 KB 02/10/2013 14:58:22
5 ricevi questa notifica perche' stai controllando il forum "{FORUM_NAME}" su "{SITENAME}". C'e' stata una risposta all'argomento "{TOPIC_TITLE}" <!-- IF AUTHOR_NAME !== '' --> di {AUTHOR_NAME} <!-- ENDIF --> dalla tua ultima visita. Tramite il link che segue puoi arrivare direttamente all'argomento; non riceverai altre notifiche fino alla tua prossima visita all'argomento:
C:\Users\Luigi\Desktop\phpBB3\italian_1_2_2\language\it\email\newtopic_notify.txt 1,00 KB 02/10/2013 14:58:22
5 ricevi questa notifica perche' stai controllando il forum "{FORUM_NAME}" su "{SITENAME}". Dalla tua ultima visita e' stato creato un nuovo argomento: "{TOPIC_TITLE}" <!-- IF AUTHOR_NAME !== '' --> di {AUTHOR_NAME} <!-- ENDIF -->. Tramite il link che segue puoi arrivare direttamente al forum; non riceverai altre notifiche fino alla tua prossima visita:
C:\Users\Luigi\Desktop\phpBB3\italian_1_2_2\language\it\email\privmsg_notify.txt 1,00 KB 02/10/2013 14:58:22
5 hai ricevuto un nuovo messaggio privato da parte di "{AUTHOR_NAME}" nel tuo account su "{SITENAME}" e posta il seguente oggetto:
C:\Users\Luigi\Desktop\phpBB3\italian_1_2_2\language\it\email\topic_notify.txt 1,00 KB 02/10/2013 14:58:22
5 ricevi questa notifica perche' stai controllando l'argomento "{TOPIC_TITLE}" su "{SITENAME}". C'e' stata una risposta all'argomento<!-- IF AUTHOR_NAME !== '' --> di {AUTHOR_NAME}<!-- ENDIF --> dalla tua ultima visita. Tramite i link seguenti puoi vedere tutte le risposte; non riceverai altre notifiche fino alla tua prossima visita.
C:\Users\Luigi\Desktop\phpBB3\language\en\email\forum_notify.txt 1,00 KB 28/09/2013 03:20:52
5 You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new reply to the topic "{TOPIC_TITLE}"<!-- IF AUTHOR_NAME !== '' --> by {AUTHOR_NAME}<!-- ENDIF --> since your last visit. You can use the following link to view the last unread reply, no more notifications will be sent until you visit the topic.
C:\Users\Luigi\Desktop\phpBB3\language\en\email\newtopic_notify.txt 1,00 KB 28/09/2013 03:20:52
5 You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new topic<!-- IF AUTHOR_NAME !== '' --> by {AUTHOR_NAME}<!-- ENDIF --> since your last visit, "{TOPIC_TITLE}". You can use the following link to view the forum, no more notifications will be sent until you visit the forum.
C:\Users\Luigi\Desktop\phpBB3\language\en\email\privmsg_notify.txt 1,00 KB 28/09/2013 03:20:52
5 You have received a new private message from "{AUTHOR_NAME}" to your account on "{SITENAME}" with the following subject:
C:\Users\Luigi\Desktop\phpBB3\language\en\email\topic_notify.txt 1,00 KB 28/09/2013 03:20:52
5 You are receiving this notification because you are watching the topic, "{TOPIC_TITLE}" at "{SITENAME}". This topic has received a reply<!-- IF AUTHOR_NAME !== '' --> by {AUTHOR_NAME}<!-- ENDIF --> since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic.
C:\Users\Luigi\Desktop\phpBB3\language\it\email\forum_notify.txt 1,00 KB 07/10/2013 16:38:38
5 ricevi questa notifica perche' stai controllando il forum "{FORUM_NAME}" su "{SITENAME}". C'e' stata una risposta all'argomento "{TOPIC_TITLE}" <!-- IF AUTHOR_NAME !== '' --> di {AUTHOR_NAME} <!-- ENDIF --> dalla tua ultima visita. Tramite il link che segue puoi arrivare direttamente all'argomento; non riceverai altre notifiche fino alla tua prossima visita all'argomento:
C:\Users\Luigi\Desktop\phpBB3\language\it\email\newtopic_notify.txt 1,00 KB 07/10/2013 16:38:38
5 ricevi questa notifica perche' stai controllando il forum "{FORUM_NAME}" su "{SITENAME}". Dalla tua ultima visita e' stato creato un nuovo argomento: "{TOPIC_TITLE}" <!-- IF AUTHOR_NAME !== '' --> di {AUTHOR_NAME} <!-- ENDIF -->. Tramite il link che segue puoi arrivare direttamente al forum; non riceverai altre notifiche fino alla tua prossima visita:
C:\Users\Luigi\Desktop\phpBB3\language\it\email\privmsg_notify.txt 1,00 KB 07/10/2013 16:38:38
5 hai ricevuto un nuovo messaggio privato da parte di "{AUTHOR_NAME}" nel tuo account su "{SITENAME}" e posta il seguente oggetto:
C:\Users\Luigi\Desktop\phpBB3\language\it\email\topic_notify.txt 1,00 KB 07/10/2013 16:38:38
5 ricevi questa notifica perche' stai controllando l'argomento "{TOPIC_TITLE}" su "{SITENAME}". C'e' stata una risposta all'argomento<!-- IF AUTHOR_NAME !== '' --> di {AUTHOR_NAME}<!-- ENDIF --> dalla tua ultima visita. Tramite i link seguenti puoi vedere tutte le risposte; non riceverai altre notifiche fino alla tua prossima visita.
Adesso devo, con pazienza confrontare tutti questi con quelli delle mie board e vedere dove vi è l'errore.