Blog Sections Open

Showing the Source Resource for Recent JotX Comments

How to make a latest-comments block show the linked source page clearly instead of leaving visitors with orphaned comment excerpts.

A latest-comments block is much more useful when each comment clearly points back to the resource it belongs to. Without that link, visitors see isolated fragments and have no obvious path to the original discussion.

In JotX-style setups, the right fix is usually not a new component. It is improving the comment output template so the comment text, author, and source resource link are rendered together.

What to include in the block

  • the comment excerpt,
  • the author name,
  • the published date if it matters,
  • a visible link to the resource where the comment was posted.

This turns a generic “latest comments” widget into a real navigation block. It helps both readers and moderators understand the context behind the comment immediately.

Whenever a component outputs derived content like comments, showing the source document is usually the difference between noise and useful navigation.

Newer post

Building FAQ-Style Comment Threads in JotX with Moderator-Only Replies

How to shape JotX into an FAQ-like support flow where users ask questions and only moderators or administrators can post the threaded answers.

Older post

Making AjaxSearch Work Reliably with ajaxSearch=1 on a Single Page

How to reason about AjaxSearch when the normal mode works but the AJAX mode breaks on a page that needs live or asynchronous results.