Everything posted by Cedric V
-
Invision Community 5.1: Complete event management
This is a major improvement, well done.
-
[Theme Editor] Header
You can upload images in theme resources through the ACP and then in the custom css you'd typically call it and style it: .primaryHeader { background: url('{resource="custom/image.webp" app="core" location="front"}') no-repeat center center fixed; }
-
Many Gateway Time-outs Error 504 Happening with IC Cloud
Confirming this for Administrata and even this forum.
-
We need Invision Community 5.1 Alpha Testers!
- We need Invision Community 5.1 Alpha Testers!
Calling for duty!- 5.0.19 is now available!
Updated. Thanks for the hard work!- Sync reactions between topics and blogs
Yes, that is definitely also a good idea. You're hired. In all seriousness, shouldn't be so hard to implement reactions and posts between blogs and their dedicated topics. It might be worth looking at how Pages already does this. When a database is set to use a forum topic for comments, the record's comment stream is literally the topic's posts. They share the same rows rather than being copied back and forth, so a reply in either place shows up in both. Reactions on those comments come along for free for the same reason, since each comment is just the forum post underneath. If Blog reused that same approach, the shared comment stream you're describing would mostly fall out of it. The one thing that pattern still doesn't solve, even in Pages, is the reaction on the item itself. The article and the topic's opening post stay as two separate reactable objects, so reacting to the blog entry and reacting to the topic starter still count separately. That's really the same thing I raised originally, so it would be nice to see that piece addressed too if the comment stream gets unified. 😁- Sync reactions between topics and blogs
It might be beneficial to sync reactions between blog posts and their dedicated topics. Some people react to the topic, while others react to the blog post. Synchronizing the two would prevent reactions from showing inaccurate statistics. It may be a small detail, but I think it would help provide more accurate stats.- CSS Dark Mode
You'd add this before your class: [data-ips-scheme="dark"]- New website!
Is the showcase going to be filled with more IC communities, or is this reserved for enterprise only?- Member 'storage'
You can increase the amount in groups. And members can indeed individually delete content to clear space. That is found in the user menu under attachments.- New website!
Question, did anything change with the login? Whenever I switch device, going from computer to mobile, I need to login. Going from mobile to computer, I need to login again. Every time.- 5.0.17 is now available!
Cool, 17 updates for the price of 1.- 5.0.17 is now available!
Thanks. Guess I’m safe for now. 😊- 5.0.17 is now available!
@Stuart Silvester which upcoming release will be removing underscore.js? 5.0.18 or sometime later?- 5.0.15 is now available!
This is the page Jim was referring to: https://invisioncommunity.com/clientarea/- 5.0.15 is now available!
There is no immediate action required. If you'd like to remain on v4, you can. Although at some point upgrading will be required since V4 will no longer be supported, again - at some point. What you can do is check which applications you're running and if they've been converted/made available to V5. You can find most v5 applications here: https://invision-market.com/ If they aren't, then you can reach out to the developer if there's plans to make them available to v5 - Or find a new developer if they aren't around anymore. Worst case scenario, cut your loss and upgrade. V5 is a major improvement from V4, so worth considering doing the upgrade sooner rather than later. The community here is always willing to help with any questions or issues you may have. 🙂- Don't show Web App on top
i-pwa-install#ipsPwaInstall { display: none; }- iOS and android apps for my site
This is already available under System => Settings => Web App.- Light/Dark Mode Text Color with CSS
[data-ips-scheme="dark"] span.class { color: #; }- Is Conditional Header Logic Sustainable?
I'll send you a PM.- Is Conditional Header Logic Sustainable?
Not at the moment, but feel free to send details and I'll look into it.- How can I add a text description to the Courses's main page?
.ipsBox--courseBrowse .ipsButtonBar--top::before { content: "Text here"; font-size: 16px; margin-right: auto; padding: 6px 6px; margin-top: 6px; }- How can I add a text description to the Courses's main page?
Oh, of course. My bad. I’ll give you the corrected code in an hour.- How can I add a text description to the Courses's main page?
There isn't a built in way to do so, but again the magical custom css comes to rescue: .ipsButtonBar--top::before { content: "Text here"; font-size: 16px; margin-right: auto; padding: 6px 6px; margin-top: 6px; } - We need Invision Community 5.1 Alpha Testers!