Tony Bellardi
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Featured Image (Auto Generated)] extract preview from webmsure… where ?
Tony Bellardi
cell 335 5653771
https://www.publicmusic.it
[email protected]Forum: Plugins
In reply to: [Auto Featured Image (Auto Generated)] extract preview from webmthanks to you! I tried with gpt chat and I managed to do something using ffmpeg but I’m afraid of not having a secure plugin if made by me ツ I look forward to your intervention
Forum: Plugins
In reply to: [All-in-One Video Gallery] thumbnail from webmsorry for the misunderstanding I only need this function so I asked first to understand..
Forum: Plugins
In reply to: [LA-Studio Element Kit for Elementor] ** MANUALLY DOWNLOAD LATEST VERSION **hi there after last upgrade the post counter don’t work !
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Unsubscribe not workingthe shortcode of Unsubscribe ? thanks..
Forum: Plugins
In reply to: [Auto Featured Image from Title] ttf compatibleops ??
Forum: Plugins
In reply to: [Better Chat Support for Messenger] UNSUBSCRIVEsorry the plugin is better message
Forum: Plugins
In reply to: [Better Chat Support for Messenger] UNSUBSCRIVEnow 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 3 months, 3 weeks ago by Tony Bellardi.
Forum: Plugins
In reply to: [Better Chat Support for Messenger] UNSUBSCRIVEI 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.
Forum: Plugins
In reply to: [Better Chat Support for Messenger] UNSUBSCRIVEcan 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.
Forum: Plugins
In reply to: [Auto Featured Image from Title] ttf compatibleForum: Plugins
In reply to: [Auto Featured Image from Title] ttf compatiblei have find only this https://www.publicmusic.it/wp-content/uploads/2024/07/strato-linked-webfont-2.ttf
Forum: Plugins
In reply to: [Better Chat Support for Messenger] UNSUBSCRIVEfinnaly
<?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 >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 -->
Forum: Plugins
In reply to: [Better Chat Support for Messenger] UNSUBSCRIVEdon’t work ??
Forum: Plugins
In reply to: [Better Chat Support for Messenger] UNSUBSCRIVEmaybe:
$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
);