Everything posted by Chris027
-
5.0.19 is now available!
Same thing happened to me.
-
Feature Request - Customer’s Own Cloudflare Proxy
I couldn’t think of a good title for this one, so a description is best. Currently IC Cloud must be routed through IC’s own Cloudflare proxy. Those of us with Cloudflare account have to use DNS only mode, pointing our domain to IC Cloud servers. Ideally we should be able to use our own Cloudflare account as the proxy. Perhaps IC could mandate specific settings. Why? Today Cloudflare announced its monetization gateway, enabling users to charge for nearly any use of one’s data. I don’t believe this works for IC Cloud customers because we have no control of the Cloudflare proxy used by IC. From the article: “For 30 years, the web has run on a simple economic bargain: trading content for human attention. That attention has been monetized through advertising, subscriptions, and e-commerce. This bargain funded the Internet as we know it. But as agents become the dominant Internet users, the model is breaking. An agent does not look at ads or need to maintain a monthly subscription to all the tools it wants to access. It reads a page or consumes a data feed once, takes what it needs, and moves on. Across the web, AI crawlers already request content anywhere from a hundred to tens of thousands of times for every visitor they send back. This reality demands a new model: usage-based pricing for everything.” The Cloudflare BlogAnnouncing the Monetization Gateway: charge for any resou...We're opening the waitlist for our Monetization Gateway, which will allow you to charge for any web page, dataset, API, or MCP tool behind Cloudflare. The charges will settle in stablecoins over the x
-
Test Wrap Not Working On Mobile
Hi Guys, for some reason text wrapping of an image isn't working on mobile. Here is a screenshot when I shrink my browser vs when it's a little larger. Question: Can anyone reproduce this or does anyone know how to fix it? Here's a link to the article as well - https://audiophilestyle.com/ca/bits-and-bytes/a-bit-more-time-with-the-wilson-audio-autobiography-r1437/
-
Request not allowed from this network
My users who subscribe to the paid version of Proton VPN are complaining they can’t access my site now. They receive the message, “Request not allowed from this network.” This is very annoying and of course was never an issue when I was self hosted. Please enable access to ic cloud sites via reputable VPNs
-
Many Gateway Time-outs Error 504 Happening with IC Cloud
Hopefully the built-in Cloudflare “under attack” button can help n
-
Many Gateway Time-outs Error 504 Happening with IC Cloud
My users are complaining, now I have had this happen twice in a couple hours. This never happened when I used self hosted IC. IC Cloud performance is farily slow in general, but this is unacceptable. Question: Are other IC Cloud customers seeing this too? Now seeing this error.
-
IC Cloud AI Crawl Control?
New features from Cloudflare The Cloudflare BlogYour site, your rules: new AI traffic options for all cus...For our second Content Independence Day, we’re giving website owners finer options to manage AI traffic. Instead of a one-size-fits-all block, all customers can now easily distinguish and manage Searc
-
5.0.19 is now available!
Really looking forward to the stable release of this. It could solve "all" my problems :~)
-
Issue With Night Eye Extension
I expected zero support on this. Just wanted to raise the issue.
-
Issue With Night Eye Extension
Feel free to address my community and tell them they are silly. People use this extension on all sites and only run into issues on mine. just thought I’d report it.
-
Issue With Night Eye Extension
My users are reporting an issue with the Night Eye extension in dark mode. They say it works on all sites except mine. When in dark mode the text is black they say. Night EyeDark Mode - Night Eye: #1 Dark Mode Browser Extension!Dark Mode extension - Night Eye! Trusted by 1M+. Ad-free, smart dark conversion, customizable settings. Enable dark mode on any website!
-
Mark Forum As Read - Buttons Without Text
Cache cleared. I will ask him to try again. Is there some sort of cache clearing schedule that should happening? Manually clearing cache is kind of old school.
-
Mark Forum As Read - Buttons Without Text
One of my users is repirting that whe his clicks the button to mark the forum as READ, he receives this popup without any text on the buttons. Any idea what's up with this?
-
Feature Request - Light and Dark Mode Images for Cover Photo
It would be nice if we could upload two images for the cover photo in pages articles. One for light mode and one for dark mode.
-
Feature Request for Cloud - Enable AI Blocking
This is very confusing to me. Can you clarify?
-
Feature Request for Cloud - Enable AI Blocking
I agree that you should be able to decide for your own community. It’s your data, do with it what you wish. Not sure how much attention you’re paying to the current situation, but the two way beneficial relationship between creators and big tech is nearly over. Google IO showed how Google will keep users on its platforms, not sending traffic outside, making links and cites more hidden. It’s becoming an answer engine, keeping all the benefit. But, I support you in making the decision for your own community.
-
Feature Request for Cloud - Enable AI Blocking
Thank you Stuart. I followed up with ChatGPT and it told me it made up the response based on other articles with a similar title to mine Sorry for raising an alarm. I opened a ticket about this previously and was probably confused after reading the answer. It does look like you guys have this under control and are protecting our communities. Sorry about this, and thank you.
-
Feature Request for Cloud - Enable AI Blocking
Hello @Stuart Silvester thank you for the reply. As you know, this is a very touchy subject that threatens the very existence of many communities. I just asked ChatGPT to summarize an article of mine, and see it appears to have full access to my site. Ok, hang on. It just made up that it can access the article I asked it to summarize. Still checking.
-
Feature Request for Cloud - Enable AI Blocking
The other solution for this issue, is enabling IC Cloud customers to use Cloudflare's proxy rather than solely for DNS.
-
Feature Request for Cloud - Enable AI Blocking
Hi Guys, I switch to IC in the Cloud and list the ability to protect my community from AI scraping. Cloudflare makes this incredibly simple As IC Cloud uses Cloudflare, it would be more than amazing if community owners could work with Invision support to enable this blocking Here’s more evidence today, that our communities may not even be around with out it https://www.nytco.com/press/a-i-journalism-and-the-uncertain-future-of-the-public-square/
-
Hide Member Group In Autocomplete
I came up with this CSS. It works, but I'm unsure it's the best route. .ipsAutocompleteMenu_item .ipsPhotoPanel div span[style] { display: none; }
-
Feature Request: Autocomplete Member Search
When doing a member search, there is no autocomplete functionality. However, when searching content, and selecting Search By Author, there is autocomplete of the usernames. Please add this to Member Search.
-
Hide Member Group In Autocomplete
How does one hide the member group name in autocomplete, if someone searches by user? I've always thought the group name has no reason to be made public. @Ehren is there CSS I can use?
-
Closing A Club - How To Move Entries?
I'm closing a Club with 30 blog entries. I'd like to move these out of the Clubs area and into something like Pages articles or even forum posts. Is this possible?
-
Hide Member Search Tab?
I'm now using this and it seems to work. #ipsTabs_search_searchMembers { display: none; } #ipsTabs_search .ipsTabs__scrollers { display: none; }