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.

teraßyte

Clients
  • Joined

Everything posted by teraßyte

  1. You can use this CSS: :root { --icon: "\f025"; } For example, the CSS above will change the icon to the headphones one: https://fontawesome.com/icons/headphones?f=classic&s=solid
  2. You could translate the language strings in ACP that contain "Club" to "Group" and create 2 different "Groups": Clubs Group Neighborhoods Group Would that work?
  3. You can target that specific widget using the data-blockid attribute. Here you go: [data-blockid="app_cms_RecordFeed9_17054b"] .ipsData__content > .ipsData__extra { display: none; } If you ever remove and re-add the widget, the blockid value will change. In that case you must update the CSS rule with the new one.
  4. The IN_DEV files for the latest 4.7.20 (patch 3) and 4.7.21 B1 don't work: Version does not exist.
  5. @DawPi You're a fake, but you're not aware of it yourself! 😹😋
  6. @Matt Can the new permission override also include the canVote check for polls? I don't think that one was included in the B1 changes. 🤔
  7. This has always been the case. Even in 4.x. Any "unused/uninserted" attachments are automatically added at the bottom of the content. The only way to avoid it is to delete the unused files before submitting the content.
  8. Guys, you're all missing the point... The Switch to Cloud page says the migration is free but then he was asked for a $250 fee: https://invisioncommunity.com/services/switch-to-invision/
  9. Great news! Switching to Firefox only for v5 sites was becoming annoying. 😋 === EDIT Just a small clarification @Matt: rather than Chrome, it's all Chromium-based browsers. I tested the tooltips on Opera, and it's even worse than Chrome. There's enough time for the title attribute to be shown with the mouse over the element before the JS finally kicks in and replaces it with the tooltip. 😱
  10. Yeah. Firefox doesn't use Chromium but Gecko as the rendering engine and it's not affected.
  11. It's not the editor itself that's slow, but the whole JavaScript framework. Anything JS-related is slow (editor, tooltips, menus, selecting checkboxes, etc). There are already multiple bug reports about it.
  12. Yep. It's been a problem since the first alpha versions. 🤷‍♂️
  13. @Matt Downloading the developer tools downloads a 0-byte file. I tried with 2 different browsers. 👀
  14. Manually. Maybe they'll show it as an update when v4 is unsupported, but for now, it still is.
  15. They moved the option in the Accounts Settings page for v5: https://invisioncommunity.com/settings/links/
  16. The IN_DEV tools download for v5 is included in the download popup:
  17. Did you convert your license over to Invision Community Classic? Older licenses purchased (and with renewals) with only some of the applications are not eligible for v5.
  18. It seems they're having issues with missing JS language strings after the last update. Even marking posts as read, quoting selected text, and other functions, etc. are missing text. There's also a bug report about it.
  19. The new 14.1 beta removes the check for valid themes (commit reverted?) but leaves the set_build_version column in the database. Should I report it as a bug? Or will the check be restored (and fixed) in the next beta? 🙄 The column remains in the database for those who upgrade from a version previous to beta 14 (upgrade step) but is not present in new installations.
  20. Really wish you could fix the notifications bug before the final release. It's a pretty annoying one. 🙄
  21. That looks like some files didn't upload properly. 🤔 To avoid issues like this I usually upload a ZIP/TAR file with all files at once and then decompress it from cPanel's file manager directly on the server. Uploading files 1-by-1 sometimes has problems with certain files not being uploaded correctly. Using the single compressed file + decompress helps avoid that.
  22. Simply remove your translated string for menutab__community_icon. That will restore the correct icon name/string.
  23. Those icons are a language string. You most likely translated them, and the code cannot find a FontAwesome icon with a Croatian name. 😅
  24. Did you restore a backup, add the missing table, and start the upgrade from scratch? Or did you add the table and try to restart from where you were blocked? If you tried #2, trying #1 might solve the issue. If you already did that, I can’t really think of anything else right now. 🙄
  25. Yes, there is still lag, but it’s better than before at least. It’s definitely a step in the right direction, but it needs more improvements. 😔

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.