Everything posted by Nathan Explosion
-
Marquee App?
Nathan Explosion replied to FeigelInc's topic in Invision Community 5: Beta Testing's Beta DiscussionOK - 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.
-
Marquee App?
Nathan Explosion replied to FeigelInc's topic in Invision Community 5: Beta Testing's Beta DiscussionHow 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>
-
Web App icons always in PNG format
Pretty sure that PNG is the requirement for PWA, so Invision are adhering to it.
-
[v5][Chris59][Tip!] Group formatting!
Should be </font></strong>
-
Beta 3 is here! Spooky!
Feel free to nick it, delete these posts and claim it as your own 😉
-
Beta 3 is here! Spooky!
And the idea of "Boota" didn't once cross your mind?
-
[v5][Lang][Custom Phrase] how to -->
-
[v5][Lang][Custom Phrase] how to -->
-
Custom template - Second series
-
Is there a list of the functionality that is removed in V5 compared to V4?
Nathan Explosion replied to Jimi Wikman's topic in Invision Community 5: Beta Testing's Beta Discussion
- Custom template
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.- Custom template
And you're on beta 1, yes? Are you using IN_DEV? Yes or no.- Custom template
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- Custom template
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>- [B1][Forumposts] Missing widget?
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- Invision Community v5: An update, and next steps
I've got some time to kill now, so hit me with a test site if you wish.- Introducing Courses
- Marketplace Closure
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)- Marketplace Closure
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.- Invision Community 5: Dark mode, accessibility, performance and mobiles!
That'll be because v5 hasn't been released yet.- Invision Community Insight: Mid-August update
- IC5: Introduction to Listeners
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.- IC5: Introduction to Listeners
Thank you - that's several project dead in the water then.- IC5: Introduction to Listeners
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.- Strengthening Community Trust with Privacy and PII Data Features
Admins won't see it - use a non-admin account. - Custom template