Blog Sections Open
Showing the Latest Jot Comments Across the Site
A good recent-comments block needs more than a raw query — it needs truncation, links back to the article, and predictable formatting for old comment data.
Jot comment archives become much more useful when the site can surface the latest comments globally. The donor wanted each row to show the article title, comment date, and a shortened comment preview.
What the widget needs
- the source article title linked back to the resource
- comment date formatting
- a safe text excerpt of about 50–100 characters
- a template chunk for consistent output
Recommendation
Build recent-comment widgets as a dedicated query + template pair. Once comments accumulate, ad hoc output quickly becomes too messy to maintain.
Handling Multiple File Attachments in FormIt
If one attachment works but two break the whole form, the mail and upload pipeline probably still assumes a single-file field.
Using mFilter with Custom Resource Output
If mFilter builds the filter form but the listing comes from another snippet, the two sides need a shared understanding of the current result set and parameters.