Jump to content

Kirill Gromov

Clients
  • Posts

    510
  • 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. 10 hours ago, sonimik1 said:

    Would it be possible that it already comes with a default avatar pack?

    Hello. I don't think so because everyone's taste is different.

  2. Hello, @balazsp, you can use something like this:

    Create a new Pages block with html and add this:

    <a class='ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth' href='#' data-ipsDialog data-ipsDialog-url='/index.php?app=avatarhub&module=hub&controller=front&do=styleAvatar'>Select Avatar</a>

    Should work

  3. 21 hours ago, Matt said:

    We do follow up piracy but it's a long slog as most hosts are uninterested or the person using the nulled version jumps from low cost host to low cost host.

    Following up not enough, you need to take action. The devs community has identified at least two pirates with an active license. But no action was taken in their direction (at least in public). You don't like it when your product is pirated, but you allow our products to be pirated. You can't really to affect on warez sites, but you can take away licenses. 

  4. A new version with the fix has been uploaded. Thanks everyone for the report.
    I had to override the behavior of removing the avatar from the form when a new image is uploaded through Uploads helper.

  5. 20 hours ago, Bakako said:

    can you make donation fee optional? im using LTC and 0.01 is minimum fee thats estimated 0.80$ taking that much fee from donation is lot so give us option for don't take donation fee please.

    You can set zero fee in settings.

    Could contain: Page, Text

  6. On 1/17/2023 at 3:13 PM, Edjazoli said:

    Hi, few things that in my opinion need improvements

    1. profile page-  stars and description- “from 1,2. …review “ should be clickable and send you to profile reviews? 
    2. Adding button “back to profile” in review section as it’s quite difficult to come back to main profile page

    3. After going to “see all reviews on …. Profile “ should take you along to profile reviews? Correct? But instead taking you to all reviews that was left by everyone???

    And finally maybe a pm or any type of notification that reviews was received?

    https://we.tl/t-TlH5qRdOMO

     

    Thanks, I think I'll add these edits to the next version of the app.

  7. 36 minutes ago, EvanDC said:

    I've tried to install this today through the ACP and marketplace ... and each time it's thrown up an error and not worked. Could it be to do with the upgrade to IPS I ran yesterday when prompted? 

    I don't think so, what error did you have to see?

    4 hours ago, Afrodude said:

    I didn't think of that, and you are right the app works fine now. Yet the issue now is your app has a conflict on something with this plugin.

    Thanks, I will work on this and fix it in the next version.

  8. 11 hours ago, Afrodude said:

    The URL of page the error occurred on was https://mysite.com/index.php?app=livemessenger&module=chat&controller=messenger&do=getConversation&mid=146339&csrfKey=e5ce76812379a9c1666cd84962bc5d62

    Hello. unfortunately, I am unable to reproduce this error on multiple installations. Maybe, you may have other applications or plugins installed that affect this, or you may have specific settings in your community. I'd love to take a closer look at this bug if I were granted access. 

    On 12/31/2022 at 2:16 PM, Interferon said:

    Shouldn't the application do something? I did not see anything different at all about the messenger system.

    Most likely you need to enable settings: ACP > Members > Live Messenger > Settings

  9. Hello, you can view any graphics from the ACP section Statistics and see the controller code. For example:

    $chart = new \IPS\Helpers\Chart\Callback( 
    	\IPS\Http\Url::internal( 'app=core&module=stats&controller=onlineusers' ), 
    	array( $this, 'getResults' ),
    	'', 
    	array( 
    		'isStacked' => TRUE,
    		'backgroundColor' 	=> '#ffffff',
    		'colors'			=> array( '#10967e', '#ea7963' ),
    		'hAxis'				=> array( 'gridlines' => array( 'color' => '#f5f5f5' ) ),
    		'lineWidth'			=> 1,
    		'areaOpacity'		=> 0.4
    	), 
    	'AreaChart', 
    	'none',
    	array( 'start' => \IPS\DateTime::ts( time() - ( 60 * 60 * 24 * 30 ) ), 'end' => \IPS\DateTime::create() ),
    	'',
    	$minimumDate
    );

     

×
×
  • Create New...