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.

Daniel F

Clients
  • Joined

Everything posted by Daniel F

  1. You could use this approach
  2. Is there anything useful logged in the core_file_logs database table? Usually it should have a hint to see which function triggered the deletion
  3. You did not get a response on Nov 19?
  4. Which means, it's not a clean install. Anyway, you'll need to update the blog_entries database table and update the entry_category_id value for all entries with a not existing category.
  5. Have you deleted any categories? If yes, how exactly? Something went wrong and the category wasn't set to NULL while the deletion.
  6. Based on the error you're missing a blog category. Was this a clean installation or an upgrade from v4?
  7. What @Randy Calvert said is correct. The Zapier endpoint receives the content as plain HTML code and submits it to the community as plain HTML code. It will NOT run through the HTML purifier and it will not run the profanity checks, it's literally saved as it is! If you want to run any validation and manipulation, it has to happen before it's sent to your community.
  8. You're living in the future and yet still
  9. Prefix: <span class="admingroup"> Suffix: </span> custom.css: .admingroup { font-size: 16px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  10. I would suggest to add a unique classname here and then use css to properly format it! There should really be no need for more than 250 characters here. Based on the talk here I've created an internal suggestion to add the public group ids as classname to the name automatically, then one can use only css to format the names.
  11. Do you see any logged errors in the ACP System Log?
  12. The documentation is generated automatically based on the existing code, so just look at your ACP => System => API - REST API References page
  13. There were no real REST or GraphQL changes in IC5.0 The only change is that there's a new endpoint GET /core/content which returns the content by it's class and id.
  14. I have created a ticket so that our staff can take care of this.
  15. What was the issue? Were files missing?
  16. You could also just delete everything except the upload directory, but keep in mind that this will also delete all 3rd party application and plugins files . But you're confusing me, you're talking about installing and not updating, so what exactly are you trying to accomplish? A new installation, an upgrade or just a test upgrade?
  17. I can certainly say it's not enough! There's also the core_tags_cache and core_search_index_tags db table! And your action could also result in having the same tag more than once in the tag_cache_text column, e.g. when you have "Invision, IC5, IPS4, IC4" cached, and you replace Invision with IC4
  18. The confirmation while changing it to complete or rejected is intentional, but the language string was broken:)
  19. Email can be disabled by setting the EMAIL_DEBUG_PATH constant \define( 'EMAIL_DEBUG_PATH', '/dev/null' ); OR, depending on your setup you can also disable it direct on the mail server or use a service like https://debugmail.io The NEXUS_TEST_GATEWAYS constant can be used to set the payment gateways to sandbox mode
  20. You could have looked at the HTML source code of https://invisioncommunity.com/release-notes/😉 https://content.invisioncic.com/a319035/page_objects/ips.releaseNotes_main.js.86736035dfd231b506912c0b58f793a3.js

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.