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.

Nathan Explosion

Friends
  • Joined

Everything posted by Nathan Explosion

  1. OK - I'll be the guy, now that you've stated something that would have helped from the start... A search for "Marquee" on here doesn't yield much in relation to a 'plugin' that may exist, which gives an indication that it may not have existed here on the marketplace (no support topic, see). So how about more information on what exactly this "marquee plugin" is? Is that its actuall name, or is that what you refer to it as (if so, what is its name?) Who developed it? Was it a v4 plugin, or was it maybe a REALLY old plugin that existed back with v3? More details...better answers.
  2. How to do it without using a deprecated tag <!DOCTYPE html> <html> <head> <style> .marquee { white-space: nowrap; animation: scroll-right-left 10s linear infinite; } @keyframes scroll-right-left { from { transform: translateX(400px); } to { transform: translateX(-1600px); } } </style> </head> <body> <div class="marquee">this is a marquee done without using the deprecated marquee tag.</div> </body> </html>
  3. Pretty sure that PNG is the requirement for PWA, so Invision are adhering to it.
  4. Feel free to nick it, delete these posts and claim it as your own 😉
  5. And the idea of "Boota" didn't once cross your mind?
  6. Didn't see it mentioned so started at the obvious place. Don't overthink it...
  7. You go to your languages section and create your strings there:
  8. Which works as expected in Beta 1: And ceases to work in Beta 2: A behaviour that leads to:
  9. OK - your actual issue has now been fleshed out to be clearer. Good luck - sounds to me like you may have an issue with static\templates\core_front_global.php not containing the correct template information for beta 1. If I was you, I'd ensure that all of your files are replaced with the ones in the current beta 1 download package.
  10. And you're on beta 1, yes? Are you using IN_DEV? Yes or no.
  11. So maybe you could actually provide a screenshot of what you DO see, so people don't have to guess what you are seeing? Anyway...here it is, in all it's glory, in the listing of available hooks for System on a test installation of Beta 1
  12. I'll add in the 2 steps, if you wish to use a custom template. But you really only need to do one, which is adding your code in as a HOOK directly in the place you want it. Anyway... Step 1: custom template Step 2: adding it in before the </head>
  13. It's not a widget. It's called "Topic Summary" on v4, "Topic Overview" in v5, and the settings for it are in the ACP via admin/?app=forums&module=forums&controller=settings&searchResult=forums_topic_activity_desktop
  14. I've got some time to kill now, so hit me with a test site if you wish.
  15. https://invisioncommunity.com/buy
  16. The upgrade check process simply alerts you that a new version is available - it doesn't pull anything in. Or you click the "Check for updates" button before you upgrade to see if there is a new version available (if the update check URL is implemented)
  17. This was always based on 4.7.x - it never went more granular than that to 4.7.11 and so on; if it had then developers would have been needing to do updates each and every month just to reflect support for each new version (4.7.12 or 4.7.13, etc.) End of the day - do your due diligence; check the developer's site, see if a new update has been released and check the change log if one is provided. Test, if you have the ability to do so, and if still in doubt, ask the developer.
  18. I already have, if I decide to continue developing them - as I mentioned. I'm adding a callback to the $customValidationCode for a text field, to validate it - as I mentioned. Unfortunately, based on the information provided thus far, a few projects I'm working on are now dead in the water. When more information is made available, maybe they'll be resuscitated but I can't proceed with them (at this time) in all good conscience without the bigger picture.
  19. Thank you - that's several project dead in the water then.
  20. Hypothetical question - let's say I've created a hook on \IPS\Helpers\Form\Text and added in something to be used as the $customValidationCode callback. Will that be possible using the new tools you are currently planning to provide in v5? Note: I'm aware that I can probably do something JS to do this in a different way - but I'm just looking for a Yes/No answer on the above question, as it will help me make an immediate decision on something.

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.