-
Content Count
252 -
Joined
-
Last visited
About SeNioR-

-
Rank
Member
- Birthday December 10
Profile Information
-
Gender
Male
-
Location
Warsaw
-
Interests
Computers, Physics, Web Design, Universe, SEO, My Wife
Recent Profile Visitors
6,905 profile views
-
SeNioR- reacted to a post in a topic: (NB40) Ads After X Topics
-
MEVi reacted to a post in a topic: Google reCAPTCHA v3 on IPS. When?
-
sobrenome reacted to a post in a topic: Lazy load profile pictures on IPS 4.5
-
I was supposed to write about it 🙂 The logo on the mobile version is slightly blurry, a few versions would solve the case, I think.
-
SeNioR- started following Multiple-resolution logo images
-
SeNioR- reacted to a post in a topic: Multiple-resolution logo images
-
MEVi reacted to a post in a topic: Add in conf_global 'offline_group' => n°X
-
MEVi reacted to a post in a topic: Add in conf_global 'offline_group' => n°X
-
SeNioR- reacted to a post in a topic: Disable topic author from marking as solution in post #1
-
SeNioR- reacted to a post in a topic: No need to use image for Google Login Handler
-
sobrenome reacted to a post in a topic: Lazy loading for Profile Photos
-
sobrenome reacted to a post in a topic: Lazy loading for Profile Photos
-
sobrenome reacted to a post in a topic: Lazy loading for Profile Photos
-
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: Custom Username Icon
-
SeNioR- reacted to a post in a topic: Custom Username Icon
-
SeNioR- reacted to a review on a file: [M.A.D] Multiple Accounts Detector
-
SeNioR- reacted to a review on a file: [M.A.D] Multiple Accounts Detector
-
SeNioR- reacted to a post in a topic: [Mad] Multiple Accounts Detector
-
SUBRTX 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
SeNioR- replied to SeNioR-'s topic in Feedback and Ideas
Thanks. Good to know, I actually read and you are right Google requires it 😐 Crap, without bg, button looks more "cleaner" I hate being a perfectionist 😛 -
Hello IPS Staff. I think you can change the "Google" icon to the one from Font-Awesome. Font Awesome
-
Need more granularity for notification settings
SeNioR- replied to Dll's topic in Feedback and Ideas
Me too 😕 -
Gabriel Torres reacted to a post in a topic: Lazy loading for Profile Photos
-
SeNioR- changed their profile photo
-
It really works guys! My test:
-
It really works guys! Before (unmodified template) After add lazy-loading attribute to
-
So you can safely add this attribute in an upcoming release for Profile Pictures and still keep "native lazy loading" for other images until Mac adds support (If tey ever do). I think that's a good solution.
-
@Gabriel Torres What if someone comes in from a browser that doesn't support Lazy Loading? Pictures will not be displayed at all? Have you checked? Safari is second in the ranking by statcounter.com with almost 20% of global market share so it cannot be completely ignored.
-
Fully Agree. I tested a lot of fonts some time ago. The default font is similar to "Roboto". Except that Roboto is thicker and clearer. But default font is perfectly sufficient and loads immediately. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; I use Roboto (many top sites use it from my observations) but not from Google servers. I uploaded the font to my server and redirected it to CDN. Here's the tool https://google-webfonts-helper.herokuapp.com/fonts is goo
-
Mevi I'm sorry for your loss too. This is just for example, please don't take it personally 😐 Surely Mevi will understand. maybe something like it used to be on FB
-
It's a pretty good idea. I'm for it. It is better to add settings in ACP where after adding a user, on his profile there will be information that this user is unfortunately dead, and his avatar and cover will be in gray color, Buttons and Online Status would be hidden or something like that. This can be done via hook. My vision 🤭
-
Agree, explanation is here.
-
Need more granularity for notification settings
SeNioR- replied to Dll's topic in Feedback and Ideas
@bfarber i see, but these settings are for moderators only. Only members with mod permissions receive a notification that another moderator gave a warning to the user. Regular users are still not notified that they have been warned, as it was in 4.4. I'm confuse. -
Need more granularity for notification settings
SeNioR- replied to Dll's topic in Feedback and Ideas
A lot of forums don't use CRON for tasks, SMTP for sending mail, REDIS for cache, etc. I wonder if the change of notification settings was treated with reduced queries and faster software loading? -
I added a font-display property about a month ago to get rid of warnings. So far there have been no problems. As for the font from Google, Google already uses a new code. IPS needs to update it. <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,500&display=swap" rel="stylesheet"> Google added display property at the end.