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.

5.0.11 Released!

You are viewing a curated collection of the most significant posts in this topic with an estimated read time of 4 minutes. The full topic contains 82 posts with an estimated read time of 42 minutes.

Featured Replies

  • Management

We have a freshly baked 5.0.11 for you!

Snow Jump GIF by Salih Kizilkaya

We have another release for you to test and give us feedback on. This release comes with all the usual fixes and includes some new things:

The full list is over on our release notes page.

Have fun, and let me know how it goes!

  • Replies 81
  • Views 7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Stuart Silvester
    Stuart Silvester

    5.0.11 is now available! The final release contains an additional fix for the Table of Contents widget on Pages Records. Please see the release notes for more information.

  • I report a lot (?) of bugs. But I have to admit, being on bug hunt is rather exciting. It is the devil in me. I am a professional developer myself for almost 40 years and hate when people find bugs in

  • Stuart Silvester
    Stuart Silvester

    Beta 2 is on its way! with some minor changes for An error enabling/disabling/installing/updating apps Fixing documentation for some of the newer REST API endpoints Added clarification about how th

Posted Images

  • Author
  • Management

We've intentionally stopped running JS/CSS through the PHP template parser on each click as it's pretty inefficient and means using slow PHP methods such as eval().

Now, we'd recommend sending variables into the HTML, or using attributes.

For CSS, you can do something like this in a custom template:

<style type="text/css">
:root {
	--my-background-url: url({member.backgroundUrl});
}
</style>

Then in your custom CSS

.ipsHeader__primary {
	background-image: var(--my-background-url);
}

So instead of using PHP logic, you pass in the data to the HTML output, then you reference that natively in JS and CSS. In this example, you pre-process member.backgroundUrl to contain the value based on the data from the database in PHP.

4 hours ago, The Old Man said:

Re the Spoiler: I just test it in 5.0.11 and its kind of annoying that the word spoiler isn't being automatically added for users.

Totally agree. It is confusing unless you type spoiler in the title. Would be great if it is done automatically when adding the spoiler. 👍

Off course allow the users to still change it if they want to.

Next to that I didn't notice any issues. Upgrading took a while because our database is very big.

Overall I would say Invision v5 is a big improvement and I like the tweaks and fixes.

Edited by Joriz

I report a lot (?) of bugs. But I have to admit, being on bug hunt is rather exciting. It is the devil in me. I am a professional developer myself for almost 40 years and hate when people find bugs in code I wrote 😈

3 hours ago, hjmaier said:

Not for me at least.

There is no patch in the support page available and I just deleted my logos when I tried to refresh the cache :)

Well, I am a professional logo uploader. No one can upload logos better than I do 😅

Please try it now, we had temporarily pulled it whilst we tested some additional scenarios.

When creating a new post, the editor, as per usual, automatically places the blinking cursor in the text box so all you have to do is begin typing. However, if you quote a post, that function is now gone and you have to click into the open space before typing.

It's a bit of hassle on desktop but workable. On a mobile device if a user doesn't understand the new arrow at the bottom of a quote to place a new line, it is almost impossible to click into open space to begin a response.

This is quite problematic. Often text will end up in the quoted portion.

Recently Browsing 0

  • No registered users viewing this page.

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.