-
Content Count
24,262 -
Joined
-
Days Won
78
Rikki last won the day on October 29 2020
Rikki had the most liked content!
About Rikki

-
Rank
IPS Brit
- Birthday 08/17/1983
IPS Marketplace
-
Resources Contributor
Total file submissions: 3
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Rikki reacted to a post in a topic: No need to use image for Google Login Handler
-
Rikki reacted to a post in a topic: No need to use image for Google Login Handler
-
SeNioR- reacted to a post in a topic: No need to use image for Google Login Handler
-
No need to use image for Google Login Handler
Rikki replied to SeNioR-'s topic in Feedback and Ideas
Google has strict guidelines about how their logo shows on social sign in buttons, so we're following those guidelines - in the past some customers received automated warnings that they were not compliant. -
SeNioR- reacted to a post in a topic: Add font-display: swap to fonts.css
-
Gabriel Torres reacted to a post in a topic: Add font-display: swap to fonts.css
-
font-display: swap won't really give any benefit to that particular font since it's used for icons - there would be no system font it can use temporarily. We can certainly experiment with font-display: block and see if that would improve how lighthouse sees the page though.
-
DamonT reacted to a post in a topic: Option To Disable AJAX
-
I'm not familiar with how MathJAX works, but it sounds to me like you'd need a plugin that listens for our Javascript events to reinitialize content when the page updates.
-
Recent U.S. legislation affecting forum owners
Rikki replied to TheWorldNewsMedia.org's topic in Feedback and Ideas
You're likely thinking of Section 230, which makes users responsible for posted content, not the sites that host it. Understandably, removing that protection would be a significant problem for most small, independent communities. -
iphoneyardim reacted to a post in a topic: Font Awesome 6
-
Rikki reacted to a post in a topic: Please make a tutorial/guide on installing/configuring redis
-
Alfonso Moreno reacted to an entry: Invision Community Apps for iOS & Android
-
Rikki reacted to a post in a topic: UX: Easier copy of share links with auto-selection of link
-
Rikki reacted to a post in a topic: UX: Add author name to embeds
-
Real Mythotical started following Rikki
-
Rikki reacted to a post in a topic: Shout Out to IPB Support Team
-
Logik_ reacted to an entry: Invision Community Apps for iOS & Android
-
Morrigan reacted to a post in a topic: What is the purpose of the old, red pips?
-
Makoto reacted to a post in a topic: What is the purpose of the old, red pips?
-
It's a legend lost to time. We just keep them in case removing them releases a terrible curse.
-
Rikki reacted to a post in a topic: Mobile menu should include your member name
-
Unless I'm misunderstanding your report, the email address you see is that of the user that is checking out - i.e., their own email address.
-
While TestFlight (and Android) allow you to submit feedback, honestly the best way is to submit a ticket in the usual way. Thank you!
-
CSS is flexible enough to allow you to do that without needing unique classnames. For example: .ipsType_richText a { color: red; }
-
It's under Customization -> Appearance -> Icons & Logos. As for push notifications, I'm not sure what our plans are on that.
-
We already have PWA support, though that doesn't include push notifications yet.
-
We are a way off of offering a white label service still - we plan to get the main app stable and add more functionality first. We'll post an announcement when we're ready to accept some interested sites 🙂
-
@opentype to the rescue 🙂
-
Thanks for the feedback; it sounds like a couple of the issues you noted are bugs, so we'll be able to address those as such. We've been upfront that firstly the app is in its early stages but also that it won't necessarily be ideal for every community. If you have a lot of customization (be it plugins or lots of custom pages) it's probably not going to be the best solution for you. We may devise a solution to that in future but right now it'll be focused on core 'out of the box' functionality. I'll lock this since you have struck out your first post, but I just wanted to address you
-
In 4.5 we've tried to keep headers consistent, so that buttons are where you expect them to be, there's space for additional buttons as each page/app might require, and so that each page/app can extend the data shown in the header without the whole thing breaking down. In 4.4, this was a problem - sure, on perfect example pages, the follow button worked well in the top right. But using a different app where more buttons need to be shown, or even just having a long topic title, suddenly it wasn't so pretty and usable. The new header is designed to be flexible and extensible according to require
-
Displaying outdated JavaScript in modern browsers
Rikki replied to Adlago's topic in Feedback and Ideas
We don't load (many) polyfills ourselves - they are included with libraries that we use. Those libraries will only execute them when needed, but the code is still sent to the browser since we bundle and minify javascript.