Alex

Results 5 comments of Alex

Hi @Jetxpert! Thank you for your proposal. We will evaluate it within the team and decide if it improves user experience and can be integrated into the plugin. We'll keep...

@Jetxpert In the meantime, could you please elaborate on what is the purpose of these changes? Why do you think the existing messages make no sense?

Hi Dave, If you want to get a preview link for a logged-in admin user, the call might look like this: ```php $url = \MailPoet\Newsletter\Url::getViewInBrowserUrl( \MailPoet\Newsletter\Url::TYPE_LISTING_EDITOR, \MailPoet\Models\Newsletter::findOne($newsletter_id) ); ``` Explanation:...

@deckerweb We have received user reports that the Toolbar Extras plugin causes a fatal error when used together with MailPoet 3.46.0 or above: > Undefined class constant 'TYPE_LISTING_EDITOR' The code...

@fhwebcs Thank you for the bug report. We will try to reproduce it and fix it if it's confirmed and solvable without breaking anything else in the plugin (assuming fractional...