Jump to content

Invision Community 5 Bug Tracker

490 v5 bugs

  1. PanSevence ·
    There is an issue with displaying recently updated posts in the table view within sections. When a section has multiple sub-sections, topics inside those sub-sections are not displayed on the homepage. For example, I have a main section "Xyz", which contains an old topic from years ago. However, the actual activity happens within its sub-sections, where new replies are constantly being posted. Despite this, the homepage view only displays the old topic from the main section, instead of showing t
    • Status: Moved to Github
    PanSevence
    • 3 comments
    • 172 views
  2. ClawOfWinterfell ·
    @Ehren .sGuides__selfHost { /* background: #fafafa; Just needs removing, it makes a huge difference. Probably just an oversight, instead of a bug, but it doesn't look right and is hard to read in dark mode. I don't know if it was the same for everyone, but at the end of "The Simpsons" episodes, there used to be a sound bite where a guy yelled "My eyes, my eyes, my beautiful eyes." 😜 That's how reading this feels. PS. I've waited years to use this as a reference. 😂
    • Status: Fixed
    ClawOfWinterfell
    • 1 comment
    • 163 views
  3. teraßyte ·
    I selected 3 lines in the editor to convert them into a code box, but the Block Style dropdown became disabled after selecting a second row. I had to select only the first line, convert it to a code box, and then copy/paste the other 2 lines into it. It's an unnecessary and (extremely) annoying process.
    • Status: Moved to Github
    teraßyte
    • 0 comments
    • 72 views
  4. Marco Junior ·
    Error: Call to undefined method IPS\nexus\Package\Review::isFeatured() (0) #0 /home/ldgteam/public_html/system/Content/Controller.php(2649): IPS\Content\Controller->_multimod('IPS\\nexus\\Packa...', Object(IPS\nexus\Package\Item)) #1 /home/ldgteam/public_html/system/Dispatcher/Controller.php(128): IPS\Content\Controller->__call('_multimod', Array) #2 /home/ldgteam/public_html/system/Content/Controller.php(124): IPS\Dispatcher\Controller->execute() #3 /home/ldgteam/public_html/applicatio
    • Status: Moved to Github
    Marco Junior
    • 1 comment
    • 109 views
  5. Adriano Faria ·
    @Matt @Esther E. We can add a listener to the IPS\Content\Item, which is great because we don't need to create a listener for every app users have on their boards. It's even better because I don't need to know which apps are installed so it will work for all apps. But the same doesn't happen with IPS\Content\Item\Comment: So I can't add a listener to "listen" comments/reviews made in all apps, which isn't good as I don't even know which apps will be installed on someone else's board. As a tes
    • Status: Pending
    Adriano Faria
    • 2 comments
    • 192 views
  6. NSPN ·
    5.0.0 Image widget background doesn't change when custom color or transparent are chosen. Can't find where default image widget background is defined.
    • Status: Duplicate
    NSPN
    • 7 comments
    • 200 views
  7. MythonPonty ·
    Hey Guys. i've recognized that the function "Feature" is only availabale for the regular posts and not the first post for topics. Thats a regular post. And thats the menu for the first post. I can't feature this post.
    • Status: Pending
    MythonPonty
    • 11 comments
    • 330 views
  8. Mick79 ·
    When clicking a post body link from search results or "Find Content" on a member's profile, the page does not scroll to the correct comment. Title link (do=findComment) correctly jumps to the specific comment: https://example.com/topic/12345/?&do=findComment&comment=67890 Body link (do=getNewComment) does not scroll to the correct position: https://example.com/topic/12345/?&do=getNewComment&comment=67890 Could you confirm if this is a known issue or is actually desired behavior
    • Status: Not a bug
    Mick79
    • 7 comments
    • 219 views
  9. Vodafone CZ ·
    i started taking screenshots in statistics sections, but i gave up in the middle, all tables are affected with same issues 🤔 but its just an acp, so when there will be nothing else to do one day 🤔
    • Status: Moved to Github
    Vodafone CZ
    • 0 comments
    • 92 views
  10. Vodafone CZ ·
    post hovercard has padding on all sides, but when the content is a bit longer, bottom padding is missing 🤔
    • Status: Moved to Github
    Vodafone CZ
    • 0 comments
    • 56 views
  11. PanSevence ·
    Many users are complaining about redirect loops when accessing my site on IC 5.0.2. They report that when they manage to enter the site and navigate to a topic, they are redirected back to the homepage after a short while. Some users experience a full redirect loop, resulting in an error that completely prevents them from accessing the site. This issue primarily affects some iPhone users. Is this a known problem?
    • Status: Pending
    PanSevence
    • 6 comments
    • 183 views
  12. Vodafone CZ ·
    around this message should be some margin or padding from left and right or border radius set to 0 🤔
    • Status: Moved to Github
    Vodafone CZ
    • 0 comments
    • 71 views
  13. Vodafone CZ ·
    I think all dialogs in admin control panel are affected by this extra border 🤔 i cpatured screenshot only couple of them, but theres more - email test settings, new data layer property etc. something similar in activity overview after clicking cog icon and here in filters
    • Status: Moved to Github
    Vodafone CZ
    • 0 comments
    • 74 views
  14. teraßyte ·
    I added a UINode extension on the \IPS\nexus\Package class but the rowBadge() method is not being executed at all. This happens because the code in the file returns NULL rather than calling the parent Model method that contains the ui() call: protected function get__badge(): ?array { if ( $this->deleteOrMoveQueued() === TRUE ) { return array( 0 => 'ipsBadge ipsBadge--intermediary', 1 => 'mass_change_purchases_in_progress', ); } if( $this->locked ) { retu
    • Status: Moved to Github
    teraßyte
    • 1 comment
    • 83 views
  15. Vodafone CZ ·
    in post edit reason a footer isnt stretched to 100% width because of extra padding and there is also visible some empty footer with hidden content 🤔
    • Status: Moved to Github
    Vodafone CZ
    • 0 comments
    • 79 views
  16. Vodafone CZ ·
    1) whole registration card has double border 2) darker background header is missing border bottom 3) when there is a 3rd party login, border radius is incorrect in header and footer darker area
    • Status: Moved to Github
    Vodafone CZ
    • 0 comments
    • 83 views
  17. teraßyte ·
    This is the error I see trying to view a topic after upgrading a site to 5.0.2: TypeError: IPS\forums\Topic::canViewFutureItems(): Return value must be of type bool, null returned (0) #0 /home/nuovo/domains/domain.com/public_html/invision/system/Content/Item.php(3029): IPS\forums\Topic::canViewFutureItems() #1 /home/nuovo/domains/domain.com/public_html/invision/applications/forums/sources/Topic/Topic.php(379): IPS\Content\Item::getItemsWithPermission() #2 /home/nuovo/domains/domain.com/public_ht
    • Status: Moved to Github
    teraßyte
    • 2 comments
    • 138 views
  18. JaiKai ·
    Trying to create an external link to what is a custom search on a member group. The proper link i need to use is : https://www.300zx-owners.club/search/?&type=core_members&joinedDate=any&group[10]=1&sortby=joined&sortdirection=desc However after saving this in the Menu Manager it gets updated to this : https://www.300zx-owners.club/search/?type=core_members&joinedDate=any&group%255B10%255D=1&sortby=joined&sortdirection=desc Seem the menu manager doesn't lik
    • Status: Fixed
    JaiKai
    • 5 comments
    • 229 views
  19. Hatsu ·
    I have a group which is named MI2. The 2 is a superscript and the group name is as follows: MI<sup>2</sup> In every Pages permission window there is a display bug for the group name. I haven't noticed any other error so far with this group name.
    • Status: Moved to Github
    Hatsu
    • 0 comments
    • 84 views
  20. JaiKai ·
    The subscription renewal emails that get sent out have a URL in them to pay and view the invoices. If the member isn't currently logged into the community then we get a generic 500 black bar error rather than a redirect to login. I've tested the URL sent in the emails and both work if the user is fully logged into the forums without issue but both fail if logged out.
    • Status: Pending
    JaiKai
    • 10 comments
    • 221 views
  21. bosss ·
    Mt default - front-end Theme is illuminated MY second theme is IPS V5 Guests can click (Choose theme) but when click IPS Theme = nothing - go back to illuminate links in web browser https://www.oldlibar.com/index.php?%2Ftheme%2F=&csrfKey=569ea41801f22a70b2751debc8a31614 if can help you! regards You can test on my site - like guests
    • Status: Moved to Github
    bosss
    • 0 comments
    • 115 views
  22. Vodafone CZ ·
    when you download some theme from administration, it has extra space in its filename before .xml, for example Theme .xml 🤔
    • Status: Moved to Github
    Vodafone CZ
    • 0 comments
    • 82 views
  23. Vodafone CZ ·
    I switched to standard user account and found some mostly padding issues across user settings 🤔 1) padding, border-radius @ ipsSubmitRow 2) padding, border-radius @ ipsSubmitRow 3) padding, border-radius & missing background @ ipsSubmitRow 4) border-radius & missing border bottom @ ipsSubmitRow 5) this might be more a suggestion than a bug, but these buttons in 3rd party logins are extremely long and look unnatural 🤔
    • Status: Moved to Github
    Vodafone CZ
    • 2 comments
    • 120 views
  24. Vodafone CZ ·
    When you want to split, merge or hide some content, when loading appears, the card has incorrect bottom border radius 🤔
    • Status: Moved to Github
    Vodafone CZ
    • 1 comment
    • 104 views
  25. Adriano Faria ·
    Tested in Downloads, but the issue occurs wherever records are displayed in a popup. It works fine if you don't use a popup.
    • Status: Moved to Github
    Adriano Faria
    • 0 comments
    • 111 views