In the next release you can set PERCH_EMAIL_METHOD to a value of API which will not attempt to send the email but will fire the email.send event with all the details of what should be sent.
Posts by drewm
-
-
If it's not the first item and the level has changed, close the UL and open a new UL.
-
You could maybe use Page Attributes for that, or just a simple content region.
-
It perfectly possible to translate, there's just no user interface for it. You can translate it in the perch3_menu_items database table.
-
Have you tried the mail option? That usually fails silently.
-
You can check if the depth has changed using perch:if different - would that work?
-
What does the SQL query look like?
-
Curious though that the app was still included in the Perch site though even though it wasn't included in the apps.php.
Apps are always included in the control panel. apps.php is just a runtime performance optimisation. Saves Perch scanning for apps on every page load.
-
Yes, I don't think there's really a limit to how deeply you can nest categories.
-
You're registering the listener in admin.php, which will catch any email events fired while you're using the control panel.
If you also want to catch events fired when visitors are interacting with your pages, you'll need to register the listener in runtime.php and add your app to config/apps.php too.
-
You could use an email send event hook to run some code
This. Listen for the email.send event and fire off your code at that point.
-
It's not something we're looking to tackle ourselves, but it's a good opportunity for a third party developer.
-
Are you header and footer regions still marked as shared?
-
-
I'll often use a data- attribute instead of an id for this sort of thing.
-
The internal search won’t search those fields, no.
-
I've no idea if the Upgrade app still runs in a modern PHP environment, but that would be the route if you wanted to perform an upgrade.
If it's a simple site, I think I'd be tempted to do a quick rebuild too.
-
In your Queue factory, set the $default_sort_direction property to DESC. It defaults to ASC.
-
Your search input as the id attribute set twice. It might just be that.
-
What's changed between when it did work and now?