Jump to content

SeNioR-

Members
  • Posts

    1,148
  • Joined

  • Days Won

    5

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by SeNioR-

  1. Search Console has identified that your site is affected by 1 Events structured data issue(s). The following issues were found on your site. Missing field 'name' (in 'location') ‡Non-critical issues are suggestions for improvement, but do not prevent the page or feature from appearing on Google. Some of these issues can affect your appearance on Search; some might be reclassified as critical issues in the future.
  2. Bump. $this->url->setQueryString('do', 'buildStartupScreenImages')->csrf()
  3. Hi. What file format are you trying to upload?
  4. @Princess Celestia, this issue has been known for over a year or more and still not fixed. There is nothing to count on a patch because user statuses will be removed in IPS 5 anyway.
  5. To put it simply, you need to change your email address to a different one because your current one is inactive/disabled/unavailable.
  6. 'backdrop-filter' is not supported by Firefox, Firefox for Android, Safari, Safari on iOS.
  7. You can always re-fix this with a minor CSS change 👍👀 .cPost .ipsItemControls { margin-top:0!important; }
  8. Hello everyone. So it would be nice if the contact form had settings regulating allowed domains, as it is in the registration settings. What do you think about it?
  9. In the OAuth2 spec, "invalid_grant" is sort of a catch-all for all errors related to invalid/expired/revoked tokens (auth grant or refresh token). Maybe the user revoked access to the application and later tried to log in without permission.
  10. Hi. The code for links includes a lot of unnecessary elements like buttons in the editor or mentions etc. This should be improved, in my opinion. .ipsType_richText a, .ipsApp [data-ipsEditor] .cke_wysiwyg_div a { text-decoration: underline; } Personally, I implemented such a fix, but probably @Ehren will find something better. .ipsType_richText a:not([data-mentionid])[rel], .ipsApp [data-ipsEditor] .cke_wysiwyg_div a:not([data-mentionid]) { text-decoration: underline; }
  11. From an SEO point of view, this is not recommended.
  12. Invision Power Board Usage Statistics The most popular in Poland in Forum Software category. 3rd most popular in the Top 10k sites in Forum Software category. 3rd most popular in the Top 100k sites in Forum Software category. 4th most popular in the Top 1 Million sites in Forum Software category. 5th most popular on the Entire Internet in Forum Software category. The most popular in Russia in Forum Software category. The most popular in Romania in Forum Software category. 2nd most popular in Brazil in Forum Software category. 3rd most popular in Australia in Forum Software category. 3rd most popular in Italy in Forum Software category.
  13. They may be small things, but for a perfectionist who pays attention to detail, they are quite important 😛 And speaking of small things, is this padding needed here (for non-logged in users)? #elUserNav_mobile { padding: 15px 0; } https://forum.invisionize.pl/ From what I noticed the #elUserNav_mobile identifier is dynamically added if we have the Commerce module, and the padding is for the cart icon (correct me if I'm wrong), but I think you can use row-gap here and eliminate this unnecessary space. .elMobileDrawer__user { row-gap: 15px; }
  14. That's right, but only to take a screenshot. I'm using Nokia with Android but with forced enlarged font to 125%. When I reduce it to 100% everything fits, however I can imagine that many people can use larger text on their smartphones. I believe that regardless of the font size, these things should fit on the screen even if I increase the font to 150%. I personally tweaked it for my theme.
  15. Sure, I'm using Nokia with Android, but with an enlarged font. When I reduce the font to 100% everything fits, but I can imagine that many people can use larger text on their smartphones. The second thing is that a longer phrase will do the same thing and the font size won't matter. Thought I'd report it as a bug.
  16. It seems that the notifications list is not fully responsive. Longer phrases cause the scroll bar to appear. @Ehren can you take a look at it? Thanks.
  17. These two options should not be available if the content was added by a guest and user with limited privileges should not be allowed to flag a user as a spammer. He only has the "Can view all hidden content?" permission.
  18. It looks like a cache, because after 5 minutes the counter resets. Therefore, it is not a bug, although the counter could refresh immediately.
  19. By the way: The "Login" button is not responsive and streams are better to put on one line with truncated text: FIX: .ipsDrawer_itemParent > .ipsDrawer_list > li > a:not( .ipsButton ) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } and for Button: .ipsToolList > * { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } Pagination (larger font adds bottom scroll bar) FIX: @media screen and (max-width: 979px){ [dir] .ipsPagination:not(.ipsPagination_mini) > li { overflow: hidden; white-space: nowrap; text-overflow: clip; } }
  20. Hi 🤙 Adding new variables for the search field and tooltip will make it easier to edit the theme, e.g. by adding a dark version. --theme-search_text --theme-search_background #elSearch { background: #fff; color: #222; } .ipsTooltip { background: #0f0f10; border-color: #0f0f10; }
×
×
  • Create New...