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.

Adriano Faria

Clients
  • Joined

Everything posted by Adriano Faria

  1. Should be out later today in my site:
  2. That did it. Thanks.
  3. Updated to 5.0.7 final, and I got the same issue: Everything works fine in 5.0.6. Any suggestion?
  4. Could you provide a custom CSS to revert it, just in case? Thank you.
  5. Not sure I should post this as a bug. I updated my dev install (files and dev files), but I got this when trying to export my app: Reverted to 5.0.6 and worked fine. Let me know if you want me to post it as a bug in the Tracker.
  6. @Ehren Quick question: I noticed that ipsBox no longer has a border, not even when using ipsBox--child. Was that change intentional?
  7. To add to the topic. I had to manually upload applications / core / extensions / core / CommunityEnhancements / SendGrid.php to be able to update my board.
  8. 5.0.6 compatibility version is available now: https://www.sosinvision.com.br/index.php?/file/440-tutorials/
  9. Not enough space there.
  10. I do it in the profile: https://www.sosinvision.com.br/index.php?/file/366-profile-songs/ Take a look at this one to add your stuff to templates:
  11. Forget about hooks. IPS removed Monkey Patch on IPS5. No way to extend classes anymore. Now you can use listeners (based on hook points), some new extensions and template hooks. It works for a lot of things but not for everything. I suggest you to read this entry and its comments:
  12. Definitely, no. Before installing it, you need to change all “class _“ to “class “ (remove the _). If it has a front navigation extension, you has to cast all variables and pass the right return type for each method. Better if you open an extension from an existing app. If you make these two changes, you’ll be able to install your app but you will be requested to change all other files when try to access them.
  13. It isn't a full rewrite, but all PHP files and templates will require edits. PHP is easy and faster if you use PHPStorm, for example.
  14. @Ehren What's the best way to display tabular data on IPS5? I'm trying this: <table class='ipsTable ipsTable_responsive ipsTable_zebra {{foreach $table->classes as $class}}{$class} {{endforeach}} ipsBox ipsBox--child' data-role="table" data-ipsKeyNav data-ipsKeyNav-observe='e d return'> <thead> <tr> <th class="ipsPadding_left:half" style="width: 30%">{lang="name"}</th> <th class="ipsPadding_left:half" style="width: 15%">{lang="joined"}</th> <th class="ipsPadding_left:half" style="width: 15%">{lang="content_count"}</th> <th class="ipsPadding_left:half" style="width: 15%">{lang="date"}</th> <th class="ipsPadding_left:half" style="width: 25%">{lang="entries"}</th> </tr> </thead> <tbody data-role="tableRows"> {template="$table->rowsTemplate[1]" params="$table, $headers, $rows" object="$table->rowsTemplate[0]"} </tbody> </table>But it isn't responsive at all. Mobile view is a disaster. Any suggestions?
  15. @Ehren , Is there any way to display the flags in a larger size? That's what I have: I'm using in the grid: {{$flag = mb_strtolower( $country );}} <div><i class="ipsFlag ipsFlag-{$flag}"></i></div>I tried all of this: https://docs.fontawesome.com/web/style/size. Also tried to increase the font size: i-font-size_X. I see it is hardcoded: .ipsFlag { --y: 0; width: 16px; height: 16px; background-image: url('{resource="flags.png" app="core" location="global" inCss="true"}'); background-size: 16px auto; background-position: 0 calc(var(--y) * -1px); display: inline-block; vertical-align:text-top; line-height:16px; }If I increase it to test, it shows more than one flag per grid cell. EDIT: I'm able to do it using an external API: But as you can see there are like 10 countries that show no flags. Any suggestions? Thank you.
  16. Click in the menu with your photo then in Theme Editor —> Page Layout. Something like this.
  17. Daniel, $this in the onCreateOrEdit will be the file data, right? EDIT: never mind. The current changelog is in the files table.
  18. @Esther E. I’m not sure there’s a way to do that, so please let me know. Is there a way to know when a new version was uploaded to a file, If not, could you please add a way to do it? Thank you.
  19. @Stuart Silvester , nope… the first was Arcade app yesterday. 🤣
  20. There's an option in the ACP -> Members -> Group you need to enable: Can change layouts. Disable the Sticky Notes, edit the groups, then re-enable it.
  21. Error in Sticky Notes app. Disable the app, save the group, then re-enable it. Update your topic in my board with this error, please.
  22. Changed to: https://invisioncommunity.com/settings/links/
  23. It seems to be fixed in 5.0.1. I'm not having this issue anymore when editing/uploading a new version.
  24. The upgrade went fine... board running but I see this in the logs:

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.