Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Matt

Management
  • Joined

  • Last visited

  1.    Como reacted to a post in a topic: Sync reactions between topics and blogs
  2.    David N. reacted to a blog entry: Workflows for Pages Databases
  3.    Matt reacted to a post in a topic: Workflows for Pages Databases
  4.    Matt reacted to a post in a topic: v5 Documentation
  5.    Matt reacted to a post in a topic: v5 Documentation
  6.    Mike G. reacted to a post in a topic: Workflows for Pages Databases
  7. It's not even our retail cloud plans. It's rarely used honestly and there are better ways of doing it in v5.
  8.    PrettyPixels reacted to a post in a topic: Workflows for Pages Databases
  9.    bernhara reacted to a blog entry: Workflows for Pages Databases
  10.    Jim M reacted to a post in a topic: Workflows for Pages Databases
  11. I'd really like to find a way to share the same comment stream between both.
  12. It's mostly for our internal teams to use in a pinch, we generally create apps to make use of the listener/widget/events system.
  13. Pages is one of Invision Community’s most powerful features, allowing easy creation of blogs, knowledge bases, documentation, bug trackers and more. With the new Workflow Manager, it just got a whole lot more powerful. WorkflowsWorkflows enable you to perform multiple actions from a single button, triggered by criteria you define. For example, staff can process, approve, reject or update records with a single click, rather than manually working through several steps. This video walks you through setting up "Approve" and "Reject" buttons in a bug tracker. Match CriteriaWhen you create a workflow, you define the match criteria that control which records show the button. In our video, the "Approve" button should only appear on newly submitted bug reports. Once a report is already approved or closed, the button is no longer relevant, so it simply does not show. Criteria can be based on the item's status (hidden, pinned, featured, and so on) or on the value of a custom field, giving you precise control over when each workflow is available. ActionsThe next step is to configure the actions that fire when the button is clicked. You can mix and match as many as you need: Post a reply on the record Change the value of a custom field Change the item status (pin, hide, feature, and so on) Notify the item author Notify specific members Assign the item to a member or team If any action needs input from the person running the workflow, such as writing a custom reply, a small dialog will prompt them before the actions run. Putting it togetherWith the buttons configured, a single click can mark a bug report as accepted, post a public reply for the author, and fire a webhook to create an issue in GitHub automatically as every time a workflow runs, Invision Community fires an event, meaning you can connect workflows to external tools and services without writing any custom code. Beyond a bug trackerWorkflows are available for any Pages database. An approval process for submitted articles, a content review pipeline for a knowledge base, or a simple "mark as resolved" button for a support request database are all straightforward to set up. If you use a database to manage form submissions, a single workflow can update multiple fields and send a notification to whoever needs to take action next. Workflows are available for Creator Pro, Teams, Business and Enterprise.
  14. Pages is one of Invision Community’s most powerful features, allowing easy creation of blogs, knowledge bases, documentation, bug trackers and more. With the new Workflow Manager, it just got a whole lot more powerful. WorkflowsWorkflows enable you to perform multiple actions from a single button, triggered by criteria you define. For example, staff can process, approve, reject or update records with a single click, rather than manually working through several steps. This video walks you through setting up "Approve" and "Reject" buttons in a bug tracker. Match CriteriaWhen you create a workflow, you define the match criteria that control which records show the button. In our video, the "Approve" button should only appear on newly submitted bug reports. Once a report is already approved or closed, the button is no longer relevant, so it simply does not show. Criteria can be based on the item's status (hidden, pinned, featured, and so on) or on the value of a custom field, giving you precise control over when each workflow is available. ActionsThe next step is to configure the actions that fire when the button is clicked. You can mix and match as many as you need: Post a reply on the record Change the value of a custom field Change the item status (pin, hide, feature, and so on) Notify the item author Notify specific members Assign the item to a member or team If any action needs input from the person running the workflow, such as writing a custom reply, a small dialog will prompt them before the actions run. Putting it togetherWith the buttons configured, a single click can mark a bug report as accepted, post a public reply for the author, and fire a webhook to create an issue in GitHub automatically as every time a workflow runs, Invision Community fires an event, meaning you can connect workflows to external tools and services without writing any custom code. Beyond a bug trackerWorkflows are available for any Pages database. An approval process for submitted articles, a content review pipeline for a knowledge base, or a simple "mark as resolved" button for a support request database are all straightforward to set up. If you use a database to manage form submissions, a single workflow can update multiple fields and send a notification to whoever needs to take action next. Workflows are available for Creator Pro, Teams, Business and Enterprise. View full blog entry
  15. Manual PHP is available on Enterprise.
  16. The Page Builder makes it easy to create attractive pages with widgets, custom HTML and Invision Community data. One of the most-used block types is the custom HTML block, which lets you drop markup anywhere on a page. However, if you want to use the same design in multiple places, perhaps a feature card, a promotional banner, or a testimonial, you have to create a separate block each time and maintain them individually. Template Blocks solve that. How Template Blocks workA Template Block combines a custom HTML template with a set of fields you define. Instead of hardcoding the content, your template uses placeholders. Each time you place the block on a page, you fill in the fields and the template renders with that content. Setting one upStart by creating a new block and choosing the Template Block type. Define the fields you need such as a heading, an image URL, a short description, whatever your design calls for. Write the HTML template, using the field placeholders. as Save the blockOnce saved, it works like any other block in the Page Builder. Drop it onto a page, click Edit, fill in the fields and save. Drop it again somewhere else and give it completely different content. A practical exampleSay you have a "Featured Member" card used in several places across your community. With a Template Block, you design the card once and fill in a different member's name, photo and bio each time you place it. Update the card's design and update every instance accordingly. Template blocks can be a great way to simplify the number of blocks you have, and make it much easier to edit once on the page in the future. We would love to hear how you use Template Blocks in your community. Share your ideas in the comments below.
  17. The Page Builder makes it easy to create attractive pages with widgets, custom HTML and Invision Community data. One of the most-used block types is the custom HTML block, which lets you drop markup anywhere on a page. However, if you want to use the same design in multiple places, perhaps a feature card, a promotional banner, or a testimonial, you have to create a separate block each time and maintain them individually. Template Blocks solve that. How Template Blocks workA Template Block combines a custom HTML template with a set of fields you define. Instead of hardcoding the content, your template uses placeholders. Each time you place the block on a page, you fill in the fields and the template renders with that content. Setting one upStart by creating a new block and choosing the Template Block type. Define the fields you need such as a heading, an image URL, a short description, whatever your design calls for. Write the HTML template, using the field placeholders. as Save the blockOnce saved, it works like any other block in the Page Builder. Drop it onto a page, click Edit, fill in the fields and save. Drop it again somewhere else and give it completely different content. A practical exampleSay you have a "Featured Member" card used in several places across your community. With a Template Block, you design the card once and fill in a different member's name, photo and bio each time you place it. Update the card's design and update every instance accordingly. Template blocks can be a great way to simplify the number of blocks you have, and make it much easier to edit once on the page in the future. We would love to hear how you use Template Blocks in your community. Share your ideas in the comments below. View full blog entry
  18. Yes, you could create a Pages page and use that, with anything you want embedded via a HTML widget. Or you could create a database and use that to hold the contact requests, and set up any custom fields you need and edit the form template (if required).
  19. Debora69 started following Matt
  20. I can reply in more detail later, but this is a fairly common request. You can use javascript to detect the browser language of the person viewing, so you could create a little HTML widget with just javascript in it to detect the browser's language, if it doesn't match the current language, display a modal/box on the page to offer them to go to the correct page.
  21. Hi Kate, You can submit a ticket via the client centre: https://invisioncommunity.com/clientarea
  22. CSS is per-theme, but you can add it into the AdminCP > Theme area too.
  23. As above, most AI bots are allowed to crawl much like search engines. There are a few specific ones (Claude, etc) that consume a lot of resources when they're directed to a website, so those are blocked for now. We are looking to bring a MCP server and extended AI access for an additional monthly fee to cover the increased database/origin hits.
  24. Was it this? https://invisioncommunity.com/4guides/themes-and-customizations/template-syntax/introduction-to-template-syntax-r137/

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.