Jump to content

Kirill Gromov

Clients
  • Posts

    515
  • Joined

  • Last visited

  • Days Won

    7

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Kirill Gromov

  1. Hello, I gave this topic a 5 rating. If you hover the cursor over a rating and move the cursor away, the rating does not return to its original value.

    In the ips.ui.rating module there is a line:

    .find('li[data-ratingValue="' + value + '"]')

    Here value is searched as an integer, but in the code it is a floating number (5.0)..

    <div data-ipsrating="" data-ipsrating-changerate="true" data-ipsrating-size="veryLarge" data-ipsrating-value="5.0" data-ipsrating-userrated="5">

     

  2. Hello. Possible bug.

    file: /system/Content/Comment, line 1360:

    $container->setLastComment( updatedItem: $this );

    I think $this->item() should be here.

    Error:

    TypeError: IPS\forums\_Forum::setLastComment(): Argument #2 ($updatedItem) must be of type ?IPS\Content\Item, IPS\forums\Topic\Post given, called in /system/Content/Comment.php on line 1360 (0)

     

  3. From Credits.txt:

    Quote

    FontAwesome
        Description: General icons for UI
        Location: Font files in applications/core/interface/font and CSS in development in applications/core/dev/css/global/framework/fonts.css (mixed with other CSS and modified to use correct path to font files)
        Included version: 4.7.0
        Website: http://fortawesome.github.com/Font-Awesome
        License: http://fortawesome.github.com/Font-Awesome/#license

     

  4. 6 minutes ago, Matt said:

    There's a practical issue in that you cannot write a file to a cloud community, but there may also be an issue in getting permission to scan a database and pull data out at scale. This kind of thing is often very intensive.

    Ah, ok. I can disable it programmatically for cloud clients.

×
×
  • Create New...