Jump to content

MIXOH

Members
  • Posts

    176
  • Joined

  • Days Won

    1

 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 MIXOH

  1. @Dayton28

    What's New in Version 1.1.6   See changelog 

    Released Just now

    Version 1.1.6 only for IPS 4.4!

    • Added Fix for better compatibility to the 3rd party applications. Big thanks to @onlyME for finding it and providing a fix.
    • Added setting allowing you to make the reaction unique. When it is turned on, any user with access to this reaction will be able to use it only 1 time per day (It should be understood once every 24 hours)
  2. On 8/15/2019 at 5:34 PM, Dayton28 said:

    They discovered that if you change the react id in the url, you can give people reacts that you're not supposed to have access to.

    I need more information about this, in what place and under what conditions this happens.  In general, the substitution of id in the request was taken into account and in case of an attempt an error will be generated, but since the reaction mechanism is very fragmented depending on the type of content, etc.  I could have missed something somewhere.

  3. 22 minutes ago, Dayton28 said:

    would like a single react available to users that can only be used a single time per day, giving that react a larger rep value, but making it valuable and only used when necessary

    I think so, quite. The only thing is that I do not understand the terms(

    Now temporarily without a big brother (PC), how quickly can it be done with a mobile while the question)))

    15 minutes ago, DSyste said:

    Is it possible to implement this feature now?

    Similarly, I will try as much as possible, if it does not require conversion to the application or making deeper corrections.

  4. @Mike John Small visual bug, when options Include global title? and Allow collapse? is Disabled, blank header H3 still displayed. This is a bit confusing markup, especially in the mobile version.

    Maybe like this in \data\theme.xml:

    {{else}}
    	<h3>
    		{{if settings.gms_collapse}}
    			<a href='#' class='ipsPos_right ipsJS_show ipsType_noUnderline cMessageToggle' data-action='toggleMessage' data-ipsTooltip title='{lang="gms_toggle_this_message"}'></a>
    		{{endif}} &nbsp;
    	</h3> 
    {{endif}}

    replase to:

    {{else}}
    	{{if settings.gms_collapse}}
    		<h3>
    			<a href='#' class='ipsPos_right ipsJS_show ipsType_noUnderline cMessageToggle' data-action='toggleMessage' data-ipsTooltip title='{lang="gms_toggle_this_message"}'></a>
    			&nbsp;
    		</h3>
    	{{endif}}					
    {{endif}}

     

  5. What's New in Version 1.1.5   

    Version 1.1.5 only for IPS 4.4!

    • Added setting for the ability, by analogy with the ban, to allow the reaction of certain groups.
    • Added setting to select the reaction behavior when the user has secondary groups. (If the setting is enabled, the availability of the reaction will depend only on the main group to which the user belongs, otherwise both the main and secondary groups will be taken into account)
  6. 10 minutes ago, DSyste said:

    Update to IPS 4.4 and I get the following error:

    I just installed the application on a clean 4.4.1. No problems were observed. In addition, I see that the problem is not only with this application.

    Try to temporarily disable the problem in your opinion application.

  7. 19 hours ago, DSyste said:

    Any forecast to update this application?

    Some Mistakes Happening with IPS 4.4

    What mistakes?

    40 minutes ago, BomAle said:

    I stopped support, if anyone interested continue the work for this app is free to do

    Sad(

    I can try if no one don't mind. Subject MTA me quite familiar) And the application is very interesting, though not entirely relevant for me personally

  8. 1 minute ago, Dayton28 said:

    If I 'disallow reaction for User B

    How? What option? It is important!

    In the plugin, due to the many possible settings, there are a lot of conditions, maybe some of them overlap or are not fully implemented. In order to keep track of this, you need to clearly understand the exact settings for the inadequate work.

×
×
  • Create New...