<< Indietro

Following bugs reported in this thread:

Messaggi di questa discussione
Mittente Testo dei messaggi
cappasette

Noavatar
Post fatti : 162
> Profilo
Scritto il : 25/10/2010 16:56 ( più di un mese )
Oggetto : forum + follow this thread
Ciao,
sto testando la funzionalità "segui questa discussione" per il forum nel cms.
sto usando la 3.6.0.2, sono andato in event manager, ho scelto come "mandatory":
DoceboCMS New thread in a forum
DoceboCMS New reply in a forum

per tutti i due c'è flag su "e-mail"

mi sono comparsi i link "follow this forum" e "follow this thread", ho scelto di seguire sia il forum che una discussione, ho inserito un pò di messaggi di test usando utenti diversi, ma non è arrivato nulla (via e-mail) .

manca qualcosa?
Cap 
 
cappasette

Noavatar
Post fatti : 162
> Profilo
Scritto il : 25/10/2010 17:26 ( più di un mese )
Oggetto : Re: forum + follow this thread
rettifica sto usando la 3.6.0.4.
 
Derks Giovanni

Avatar
Post fatti : 1861
> Profilo
Scritto il : 25/10/2010 18:10 ( più di un mese )
Oggetto : Re: forum + follow this thread
ciao,
le altre notifiche (ad esempio per l'lms) funzionano? ricevi mail dalla piattaforma? 

Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
cappasette

Noavatar
Post fatti : 162
> Profilo
Scritto il : 25/10/2010 19:13 ( più di un mese )
Oggetto : Re: forum + follow this thread
Ciao Giovanni,
non sto usando lms, posso assicurarti che le newsletter arrivano e funziona anche il form "contattaci", quindi i messaggi "escono" e arrivano a destinazione.

Ho fatto una prova con questo forum e con questo thread (click su segui questo thread), ma non sono arrivate le notifiche, se mi dai qualche indicazione provo a capire cosa non va.

grazie,
Marco 
Messaggio modificato da : cappasette il : 25/10/2010 19:15
 
Derks Giovanni

Avatar
Post fatti : 1861
> Profilo
Scritto il : 26/10/2010 10:44 ( più di un mese )
Oggetto : Re: forum + follow this thread
ciao,
grazie per la precisazione; ho aperto un bug nel bugtracker. Ti avviso appena sarà disponibile una patch.

Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
cappasette

Noavatar
Post fatti : 162
> Profilo
Scritto il : 26/10/2010 11:52 ( più di un mese )
Oggetto : Re: forum + follow this thread
grazie, provo anch'io a lavorarci.

Marco 
 
cappasette

Noavatar
Post fatti : 162
> Profilo
Scritto il : 27/10/2010 13:36 ( più di un mese )
Oggetto : Re: forum + follow this thread
Ciao Giovanni,
ho fatto queste modifiche:
file:  doceboCms\modules\forum\function.php

source:

function launchNotify

$query_notify = "
SELECT id_user
FROM ".$GLOBALS['prefix_cms']."_forum_notifier
WHERE id_notify = '".$id_notify."' AND
notify_is_a = '".( $notify_is_a == 'forum' ? 'forum' : 'thread' )."' AND
id_user <> '".getLogUserId()."'";

new:$query_notify = "
SELECT id_user
FROM ".$GLOBALS['prefix_cms']."_forum_notifier
WHERE id_notify = '".$id_notify."' AND
notify_is_a = '".( $notify_is_a == 'forum' ? 'forum' : 'thread' )."' ";

con questa query prendo tutti gli utenti che seguono il thread, compreso chi ha appena risposto, nell'originale le notifiche sarebbero dovute arrivare a tutti tranne che a quello che ha appena risposto (per mie esigenze ho necessità che tutti ricevano la mail )

ho trovato poi quest'errore che bloccava la spedizione:
function insthread()
source:
launchNotify('forum', $id_forum, $lang->def('_NEW_THREAD'), $msg_composer);
new: 
launchNotify('forum', $id_thread, $lang->def('_NEW_THREAD'), $msg_composer);
 
  p.s.:scusate avevo sbagliato a scrivere il codice sopra. comunque con questa modifica le notifiche partono. ora mi manca personalizzare il messaggio in uscita ^_^
Messaggio modificato da : cappasette il : 27/10/2010 18:00
 
cappasette

Noavatar
Post fatti : 162
> Profilo
Scritto il : 17/05/2011 16:04 ( più di un mese )
Oggetto : Re: forum + follow this thread
Ciao Giovanni,
per caso siete riusciti a risolvere?

Cap 
 
Derks Giovanni

Avatar
Post fatti : 1861
> Profilo
Scritto il : 20/05/2011 18:21 ( più di un mese )
Oggetto : Re: forum + follow this thread
ciao,
non si trattava di un bug: è giusto che chi posta un messaggio non riceva la notifica.

Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 

Following bugs reported in this thread:

<< Indietro