WPIntell

Source evidence

UNSUBSCRIVE

Better Chat Support for Messenger · support · 2024-07-26T21:54:00+00:00

complaintsentiment
mediumseverity
0.92relevance
9replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 31 rows with source links

12.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Tony Bellardi unresolved
Can we add https://www.publicmusic.it/messaggi-privati/#/settings in to email alerts for the users want unsubscrive notifications ? thanks a lot ! The page I need help with: [ log in to see the link] maybe: $args = array( ‘tokens’ => apply_filters(‘bp_better_messages_notification_tokens’, array( ‘messages.html’ => $messageHtml, ‘messages.raw’ => $messageRaw, ‘sender.name’ => $bm_user[‘name’], ‘thread.id’ => $thread_id, ‘thread.url’ => esc_url( Better_Messages()->functions->add_hash_arg( ‘conversation/’ . $thread_id, [], Better_Messages()->functions->get_link($user_id) ) ), ‘subject’ => $subject, ‘unsubscribe’ => esc_url(bp_email_get_unsubscribe_link(array( ‘user_id’ => $user_id, ‘notification_type’ => ‘messages-unread’, ))), ‘manual_unsubscribe’ => ‘ Per cancellare la tua sottoscrizione automatica agli avvisi per nuovi messaggi in chat, visita questo link .’ ), $ud), // userdata object of receiver $sender, // userdata object of sender $thread_id ); don’t work 🙁 finnaly <?php echo $messageHtml; ?> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-top: 20px; Margin-bottom: 15px;"> <?php echo sprintf(__('<a href="%s">Vai alla discussione</a> per rispondere o aggiornarti sulla conversazione.', 'bp-better-messages'), $thread_url); ?> <hr> <a href="https://www.publicmusic.it/messaggi-privati/#/settings">Clicca qui per accedere alle impostazioni e cancellare l'avviso dei nuovi messaggi in chat.</a> </p> </td> </tr> </table> </td> </tr> <!-- END MAIN CONTENT AREA --> can we hope that this very simple change will be introduced? so that I don’t have to enter it manually or with snippets? thank you very much for your precious work. Sorry. I am not really undertsand how it relivent with our plugin. Could you please explain? I simply included the option in the email notification of new comments to UNSUBSCRIBE to the notifications. I think it is truly absurd that this option is not already contemplated. now fortunately the user can click directly from within the email to arrive at the page where he can unselect the alerts. I have always asked for this change from a certain andji of a similar name. In response, telling me that he didn’t have time to make this change which I made in a few minutes with chatgtp, he offered me a paid subscription, only then would he find the time! this is not nice. This reply was modified 1 year, 10 months ago by Tony Bellardi . sorry the plugin is better message OK. Thanks.

Comments

9 shown
Tony Bellardi 2024-07-27T05:27:00+00:00

maybe: $args = array( ‘tokens’ => apply_filters(‘bp_better_messages_notification_tokens’, array( ‘messages.html’ => $messageHtml, ‘messages.raw’ => $messageRaw, ‘sender.name’ => $bm_user[‘name’], ‘thread.id’ => $thread_id, ‘thread.url’ => esc_url( Better_Messages()->functions->add_hash_arg( ‘conversation/’ . $thread_id, [], Better_Messages()->functions->get_link($user_id) ) ), ‘subject’ => $subject, ‘unsubscribe’ => esc_url(bp_email_get_unsubscribe_link(array( ‘user_id’ => $user_id, ‘notification_type’ => ‘messages-unread’, ))), ‘manual_unsubscribe’ => ‘ Per cancellare la tua sottoscrizione automatica agli avvisi per nuovi messaggi in chat, visita questo link .’ ), $ud), // userdata object of receiver $sender, // userdata object of sender $thread_id );

Tony Bellardi 2024-07-27T05:53:00+00:00

don’t work 🙁

Tony Bellardi 2024-07-27T06:22:00+00:00

finnaly <?php echo $messageHtml; ?> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-top: 20px; Margin-bottom: 15px;"> <?php echo sprintf(__('<a href="%s">Vai alla discussione</a> per rispondere o aggiornarti sulla conversazione.', 'bp-better-messages'), $thread_url); ?> <hr> <a href="https://www.publicmusic.it/messaggi-privati/#/settings">Clicca qui per accedere alle impostazioni e cancellare l'avviso dei nuovi messaggi in chat.</a> </p> </td> </tr> </table> </td> </tr> <!-- END MAIN CONTENT AREA -->

Tony Bellardi 2024-07-28T03:18:00+00:00

can we hope that this very simple change will be introduced? so that I don’t have to enter it manually or with snippets? thank you very much for your precious work.

Foysal Imran 2024-07-28T04:45:00+00:00

Sorry. I am not really undertsand how it relivent with our plugin. Could you please explain?

Tony Bellardi 2024-07-28T04:52:00+00:00

I simply included the option in the email notification of new comments to UNSUBSCRIBE to the notifications. I think it is truly absurd that this option is not already contemplated.

Tony Bellardi 2024-07-28T04:56:00+00:00

now fortunately the user can click directly from within the email to arrive at the page where he can unselect the alerts. I have always asked for this change from a certain andji of a similar name. In response, telling me that he didn’t have time to make this change which I made in a few minutes with chatgtp, he offered me a paid subscription, only then would he find the time! this is not nice. This reply was modified 1 year, 10 months ago by Tony Bellardi .

Tony Bellardi 2024-07-28T09:52:00+00:00

sorry the plugin is better message

Foysal Imran 2024-07-29T02:57:00+00:00

OK. Thanks.