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.

Community Management

104 blog entries in this category

  1. Rikki ·
    IPS4's theme system has a feature called template plugins, which are special tags that do something to the values you pass in. You'll see them throughout the templates - they look like this: {lang="..."} This tag displays the language string for the key you pass into it, and is probably the most commonly used one. But there's many others too, so let's review some of the useful ones you can use in your themes and addons.   {member} If you need to show any data about a member
    • 6,294 views
  2. Rikki ·
    Our Pages app includes a powerful feature that allows you to create your own databases within the community. Within each database, you create custom fields (we support a number of custom types, from plain text fields, to YouTube embeds and more). And while we provide some generic, simple templates to display your data, custom templates allow you to more precisely control how your database looks in a manner best suited to your site. Anyone who has created a Pages database will be familiar wi
    • 5,432 views
  3. Rikki ·
    When you use custom templates for a Pages database, you'll often need custom CSS to go along with it to provide the styling. There's two main ways of doing this: CSS files within Pages Pages allows you to create CSS files, and then associate them with particular custom pages of your community (you create these in the AdminCP, under Pages > Templates > CSS). So simply create your CSS file, and associate it to the page that your database is displayed on. The benefit of this me
    • 3,253 views
  4. Rikki ·
    We were recently asked if it's possible to color code tags - the customer in question used tags as statuses on topics, and so wanted 'resolved' to be green, and so on. Despite being a great idea, this isn't something that is currently possible 'out of the box' - although we'll add it to our internal feature idea list to follow up on later! But just because it isn't built in, that doesn't mean it isn't possible! In fact, with a little CSS, this is quite easy to achieve now.   Writi
    • 9,921 views
  5. Rikki ·
    An enterprise customer recently asked us how to have a different feed block for each of their forums. Their goal was to have each forum show a 'popular topics' block containing topics only from that particular forum. Unfortunately this isn't possible using the standard block manager right now, since each view is treated as one configuration. That means that any blocks added to forum view will show for all forums. However, as usual in IPS4, some of the more advanced power under the hood does
    • 7,047 views
  6. Rikki ·
    When IPS4 encounters an error (be it a simple 404 Not Found or a more complex configuration issue), the user sees a standard built-in error page. That's fine in many cases, but did you know you can create your own error page using our Pages app? This is a particularly good approach for communities that use Pages for their website too. If you have built a website theme, the standard error page may not fit with your visual style, so building your own error page allows you to improve it. You m
    • 6,896 views
  7. Rikki ·
    Recently, we had a post in our pre-sales forum that asked how to achieve a few different things with Pages. One of the questions asked was if it was possible to show topics from a particular forum in each database record. While Pages can create a topic for each record for you, there's no way to associate an entire forum with a record. In my reply, I indicate that you'd need to have a forum ID stored with each record in a custom field, and then use PHP to interact with our API to pull the to
    • 5,622 views
  8. Rikki ·
    In IPS4, it's easy to add custom icons to your forums, simply by uploading them on the Edit Forum screen in the AdminCP. But if you want to replace all of your forum icons, uploading the same icon for each forum can be a bit tedious. It's easy to use some custom CSS to replace all of the icons - lets see how. First, you'll want to upload the image(s) you want to use to the Resources section of your theme so that it can be used in your CSS. To start with, we'll use the same image for bo
    • 12,720 views
  9. Rikki ·
    Occasionally you'll want to style a specific element on a specific page of your community - maybe you want to change how topic titles are shown inside a topic, or do something specific to the styles used in activity streams, without also altering other screens where the same elements are used. Your first instinct might be to open the template editor and add some custom classnames so you can style them. This would certainly work, but the downside is your template is now customized, so any fu
    • 4,288 views
  10. Charles ·
    Several clients have asked how we placed the Twitter feed block on the sidebar of our News page. It's really quite easy and a great demo of how you can place custom HTML in our system. Here is how it was done: Get the embed code from Twitter Create a custom HTML block in our Pages app Drag and drop that block into the sidebar That really is it! Here is a video walkthrough: This is a basic example of a custom HTML block that you can use in so many different
    • 6,398 views
  11. Rikki ·
    HTML Logic is our name for the additional tags available in IPS4's templates that allow runtime logic to be executed. It comprises if/then/else statements as well as loops and more. Since HTML Logic has access to all of the underlying PHP framework in IPS4, it's very powerful and a lot can be achieved with it. One common use is to limit certain content within a template to particular member groups. Let's see how that might be done.   Showing or hiding content only to guests W
    • 13,561 views
  12. Rikki ·
    We frequently encourage people to use custom CSS files when designing their themes. The reason for this is simple: it makes upgrading your site much easier because IPS4 can apply any changes to its own CSS files, and will leave your custom CSS files untouched. If instead you made edits to IPS4's CSS directly, it wouldn't be able to upgrade them automatically, which means more work for you, and a potentially broken UI on each upgrade. Something that's not quite as common, but that we still s
    • 3,519 views
  13. Rikki ·
    Blocks are an extremely popular feature in IPS4, used by a huge number of customers to great effect. They range from feeds of topics, to statistics, to custom blocks that can contain anything you wish. They're a great way to add dynamic content to your community theme. What many people don't know is that blocks you create with Pages can be used anywhere in your theme, not just in the designated block containers (in the header, footer & sidebar).   The {block} tag It's rea
    • 6,293 views
  14. Matt ·
    If you're reading this blog, then it's likely you already have a community and have been running it for some time. I'm going to go further and say that you've done all the right things; you've set it up correctly and themed it, so it matches your site. Once you have built your community and watched it spring into life, it's easy to think that you have done all you need to do. However, there are three simple things that you're probably not doing that is curbing your potential growth.
    • 16,112 views
  15. Rikki ·
    Unlike a regular website, where you write content for each page, target keywords and optimize text, a forum community's content is predominantly written by users. They don't know or care about your site's SEO and just want to interact with other users or find answers to their questions. To keep your community moving forward, Invision Community implements many best-practice SEO techniques and approaches for you automatically, without you needing to lift a finger. Even still, there are a
    • 10,031 views
  16. Jordan Miller ·
    There’s no one-size-fits-all solution when it comes to moderating/guiding an online community.  Each digital world includes its own series of hurdles to overcome. As a community gains momentum and the registration count climbs higher, community moderators are presented with new challenges. These tasks become inherently more complex as a result, siphoning precious resources and oftentimes paint moderators into a corner. Take back the brush and illustrate a new scene with these support
    • 11,122 views
  17. Matt ·
    Work smarter, not harder is a motto we hear a lot of in our modern age. This is of course great advice. Invision Community's Admin CP is packed full of tools and settings to help you configure your community to your needs. In this short video I show you how you can work smarter in the Admin CP. Dashboard Blocks I show you how create a dashboard perfect for your needs. The dashboard is perfect to show a snapshot of what is happening with your community. Search Bar The sear
    • 6,671 views
  18. Matt ·
    We often get asked how to create a portal-like home page for a community. A homepage has many benefits including: Showing your best content first By using the "Our Picks" blocks, you can display your best content first. This content sets the tone for the site and will encourage engagement across your site. Display multiple areas of the suite Each application has its own feed blocks that can be used to display content on the home page. If your members use Gallery heavily, then
    • 41,094 views
  19. Matt ·
    Dealing with spam can be an annoying problem for community moderators. It's bad enough that our inboxes get clogged up with it daily. Invision Community comes with several tools designed to mitigate spam, and make it hard for spammers to get a foothold in your community. This short video takes you through several key areas: The Invision Community spam defense system CAPTCHAs Question and Answer challenges Group Promotion Flagging a member as a spammer
    • 41,109 views
  20. Matt ·
    Pages is one our most flexible applications. We use Pages on this site for our news blog, our release list and our bug tracker. We also use it internally to track customer suggestions, knowledge base articles and more. The most common use for Pages is as a simple articles database. With its built in templates, you can create interesting and engaging pages in just a few minutes. This is how we have it configured for this news blog. In this entry, we'll be looking at something a lit
    • 7,633 views
  21. Matt ·
    When your customers buy or use your products, they will have many questions. They may have issues using the product, or they may have requests for future versions based on their needs. Managing and responding to those questions and requests quickly increases conversion, satisfaction and the likelihood or purchasing again. The statistics back this up. There is no doubt that unless you have a support community for your brand,  you are not delivering the best experience fo
    • 6,002 views
  22. Joel R ·
    The engagement trap is a race to community activity for the sake of activity.  It's usually measured by simple aggregate numbers like the total number of posts, topics, likes, or members.   Many community managers and webmasters enjoy spouting engagement numbers.  It's an easy number to brag about.  It's an easy number to find.  It's also, unfortunately, a terrible metric to measure.  Engagement metrics are exhausting since you're aiming for higher-and-higher goals, which grow into u
    • 29,443 views
  23. Matt ·
    Two headlines caught my eye today as they appeared side by side in my newsfeed. On first glance, they seemed contradictory. The first was that the UK lost nearly 2,500 shops and stores last year and the second is that discount fashion retailer Primark has just invested £70m in a new store in Birmingham. This new store covers 161,000 sq ft over five floors and features a Disney-themed cafe, a beauty studio, a gents hairdresser and a Harry Potter themed section. If the UK is cl
    • 5,698 views
  24. Jordan Miller ·
    The holy trinity of successful communities intertwines cause, experiences and value together. Create these and your community will no doubt hold a special place in peoples’ hearts.  Before we unpack this special trifecta, let’s define what success means through the lens of community building.  While success is subjective, there are a few things we can all agree on:  Communities that can consistently deliver value while also connecting people to one another will prosper. 
    • 8,855 views

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.