News Stands

Part of the IP4CMS portal. ← All module guides

What it's for β€” News Stands is how you publish newsletters, notices, and other "publication"-style content to your members through their resident portal/app. Each news stand is a container (think of it as a publication or a noticeboard) that holds one or more articles (the individual issues, notices, or downloads). You control what members see and when, by marking articles available and optionally scheduling a "available after" date. Articles can carry a cover image and a downloadable PDF or an attached document so members can open and read them.

Where to find it β€” Main navigation: Communications β†’ News Stand. Route /app/communications/news-stands. The landing screen is the News Stands grid (each row is one news stand, with its article count). Click View on a row to open that news stand and manage its articles at /app/communications/news-stands/:id.

Before you start

Key tasks

Create a news stand

  1. Go to Communications β†’ News Stand.
  2. Click Add news stand (top right). A dialog opens with the news stand form.
  3. Complete the fields:
  1. Click Create. The news stand is saved and the grid refreshes.

Edit or delete a news stand

  1. On the News Stands grid, find the row (use the Search box, or the Promoted filter).
  2. Click Edit to reopen the form pre-filled, change fields, and click Save Changes.
  3. Click Delete, then confirm, to remove it. This is a soft delete β€” the record is retired (it stops appearing in the admin grid and the member portal) but is kept behind the scenes.

Add (publish) an article

Articles are the actual content members open. "Publishing" is controlled by the article's Available flag and optional Available after date β€” there is no separate publish button.

  1. Open a news stand (View on its row).
  2. On the Articles grid, click Add Article. The article dialog opens.
  3. Complete the fields:
  1. Click Create (or Update when editing).
Member-visibility guard: the form will not save an article that has no member-visible content. You must provide at least one of: an uploaded Article PDF, a previously-attached PDF, or a file attachment (a document). A URL-only attachment does not count β€” URL links do not appear in the resident app, so an article with only a URL and no PDF/document will be blocked from saving with a validation message.

Add an attachment to an article

  1. In the article form, in the Attachment panel, click Add attachment (or Replace attachment if one already exists β€” only one is allowed).
  2. In the attachment dialog choose the type:
  1. Confirm. The attachment appears in the article's attachment table. To remove it, tick its checkbox and click Remove selected.

Schedule when an article appears

Use the Available checkbox together with Available after (date):

Edit or delete an article

  1. On a news stand's Articles grid, use the Search box or the Available (Yes/No) filter to find the article.
  2. Click Edit to reopen the form, or Delete (then confirm) to soft-delete it. A deleted article disappears from both the admin grid and the member portal.

The public / member view

Members see news stands and articles through the resident portal/app, which reads a separate public set of endpoints (not the admin ones). What members get is filtered automatically:

There is no separate "member preview" screen in the portal; to confirm what members will see, check the article's Available flag and Available after date, and watch the "Resident app ready" badge on the article form.

Send logs (related)

Send Logs is the landing page of the Communications area (/app/communications/send-logs) and is reached from the same breadcrumb as News Stand. It records outbound communications sent through the platform's communication channels. Note that News Stands itself does not send notifications or push messages β€” creating or making an article available does not, on its own, generate a send-log entry or a push. News Stand is a pull/publish surface (members see content when they open the app); any explicit member messaging is done through the other Communications tools (Compose, Bulk) and is what appears in Send Logs.

How the data connects

Permissions & access

Tips & gotchas