If you find you have gaps in your HTML email and have access/ability to add meta tags, add this (and save yourself some CSS):
<meta name=”x-apple-disable-message-reformatting” />
CharityEngine/Charity Engine — have to wonder if a space between Charity and Engine may be to blame for the limited amount of information easily accessible/searchable on the WWW about the CE platform. No secret CE’s own site search functionality is pretty limited. For that reason I’m posting something that is super straight-forward on most platforms — the managing of templates(?!_wtf)
No long story. Your hubdb has a select option and you would like to filter by one of the options. Use the Column name field (mind the underscores) and choose the select option you want to filter (mind the Case Sensitivity)
{% for row in hubdb_table_rows('hubdb_table_name', 'content_type=Podcast') %}{{ row }}{% endfor %}

No long story. You know it’s available, but documentation is all over the board with mixed verbiage and gets a little tricky to reason out query params — orderBy + createdAt.
Turns out there is a prefix and a minus to flip the order to most recent.
Try this:
{% for row in hubdb_table_rows(‘name_of_hubdb’, ‘&orderBy=-hs_created_at’) %}
Good luck √ Hope this helps + Pass it on
No long story. A request works well for all browsers expect IE… shocker. IE will throw a non-descript “Error: Access is Denied”. Not always initially fun chasing down a ghost.
An API I recently built was returning this error when trying to access a Wistia endpoint. The Wistia doc specifies…
No long story – you’ve updated a mac password for an app and now something has stopped working…
Do this:
- Go to Applications > Utilities > and open “Keychain Access”

2. Search for the disconnected App in the top-right search bar – this will list all the keychains tied to…