Jump to content

Dayton28

Clients
  • Posts

    42
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    Dayton28 got a reaction from Brainy S. in (MIX) Advanced Reaction Settings [support topic]   
    Has anyone seriously considered this? I would love to have this plugin back.
  2. Like
    Dayton28 reacted to Dexter_X in Current ranks – and – Reputation   
    Hi, 
    The reputation system is still "alive", it is just not displayed anymore in the author's pane (left side of a post). We've restored it back by modifying the template in the theme. It is a little "tricky" because there is three places where you need to do it in your theme forums/front/topics/postContainer template file : 
    . to restore reputation badges/levels, around original line 110, add the following code after the </li> :
    {{if $comment->author()->reputationImage()}} <li data-role='reputation-image' class='ipsPadding:half'> <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} so you'll obtain something that looks like this, considering surrounding code :
    </ul> </li> {{if $comment->author()->reputationImage()}} <li data-role='reputation-image' class='ipsPadding:half'> <img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} {{endif}} {{if $comment->author()->member_id}} so, it is important to place the new code after both </ul> and </li> ending the counters line.
     
    . To restore the reputation counter, add the following code around original line 96, just after the <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> :
    <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> so you'll obtain something that looks like (considering surrounding code) :
    <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> {{if isset( $comment->author_solved_count )}} <li>  
    Edit for mobile display (add back reputation counter on mobile devices display) :
    . To restore the reputation counter in mobiles display, add the following code around original line 57, inside the <h3> just after the {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), TRUE, $comment->isAnonymous()"} and before the </h3>
    &nbsp; <span class="ipsType_medium">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> so you'll obtain something that looks like (considering surrounding code) : 
    <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), TRUE, $comment->isAnonymous()"} &nbsp; <span class="ipsType_medium">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> </h3>  
    Save your template file, reload your topic : job done !
  3. Agree
    Dayton28 got a reaction from Maxxius in (MIX) Advanced Reaction Settings [support topic]   
    Has anyone seriously considered this? I would love to have this plugin back.
  4. Like
    Dayton28 reacted to 13. in Seperate limits for positive and negative reactions   
    Suggestion.
    I would love to see separate limits for positive and negative reactions in the IPS:


    Thanks.
  5. Like
    Dayton28 reacted to Jordan Miller in Ban members from downvoting   
    Hola! So I've encountered something interesting. 
    We have a warning points system.
    If a user reaches 5 points for example, they are restricted from posting for 24 hours. 
    Problem is... they retaliate by going on a downvoting Reputation spree and downvoting other members incessantly. 
    I don't want to necessarily ban them from visiting, just posting.
    I'd love to see an option to stop members from also being able to use Reputation. Thoughts?
  6. Like
    Dayton28 reacted to 13. in Ban members from downvoting   
    Partially related suggestion:
     
  7. Like
    Dayton28 got a reaction from xdrox in (MIX) Advanced Reaction Settings [support topic]   
    @MIXOH I'm eagerly anticipating the day that you return and update this plugin. Our site just isn't the same without these features that our members have come to love.
  8. Agree
    Dayton28 got a reaction from OptimusBain in (MIX) Advanced Reaction Settings [support topic]   
    @MIXOH I'm eagerly anticipating the day that you return and update this plugin. Our site just isn't the same without these features that our members have come to love.
  9. Thanks
    Dayton28 got a reaction from MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    I've been testing it out over the weekend and I think it is working correctly now. Thank you!
  10. Like
    Dayton28 got a reaction from Maxxius in (MIX) Advanced Reaction Settings [support topic]   
    Still not working for me. I created a new reaction, gave it a value of 2, and disallowed it for anyone to use other than the Administrator group. This is the error it gives me the first time I use it. What am I doing wrong?
     
     


     
     
     
    Also, what is the difference between 'Exclude these Members' and 'Disallow for Members'?
  11. Like
    Dayton28 reacted to MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    @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)
  12. Like
    Dayton28 reacted to MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    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)
  13. Like
    Dayton28 reacted to MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    Many thanks. I checked all!
  14. Like
    Dayton28 reacted to MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    What's New in Version 1.1.3   See changelog 
    Released 3 minutes ago
    Version 1.1.3 only for IPS 4.2.x & 4.3.x!
    Fix bug with visibility reactions regardless of permits for specific reactions Fix bug with visibility reactions for guests Fix bug with the availability of reactions for comments on Pages records What's New in Version 1.1.4   See changelog 
    Released 3 minutes ago
    Version 1.1.4 only for IPS 4.4!
    Fix bug with visibility reactions regardless of permits for specific reactions Fix bug with visibility reactions for guests Fix bug with the availability of reactions for comments on Pages records
  15. Like
    Dayton28 got a reaction from zomBEE in (MIX) Advanced Reaction Settings [support topic]   
    I don't quite understand, I'm not experiencing the same thing.
    If I allow only a single user to access and use a particular react, they're the only ones that are able to see that it was given. So if User A has access, ALL other users are unable to see the react in use, NOT just guests.
    I also did the opposite and disallowed the reaction for ALL groups except for one, and only users in that group that have access can see the react.
    I want it so that only THEY can use the react, but ALL other users in the forum (except for guests) can see that the react was given. Is that possible?
  16. Like
    Dayton28 reacted to MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    Yes, I agree with you, I need to revise the concept of displaying reactions
  17. Like
    Dayton28 reacted to MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    @Dayton28 I will check the behavior of the plugin again and report the results.
    @h2ojunkie No, at the moment, what you want is impossible, I will think about whether this is possible within the framework of the plugin in principle, or it will require excessive use of the database
  18. Like
    Dayton28 reacted to MIXOH in (MIX) Advanced Reaction Settings [support topic]   
    No, restrictions on specific reactions do not apply. All restrictions are based on the total number of all reactions, as well as separately negative ones among them. This is the basic mechanism. In order to take into account the individual reactions will have to create additional fields in the database, which can greatly complicate the structure, especially taking into account the set of reactions / groups. I wondered if this could be done less painfully, but I promise nothing.
    Sorry, I missed some dialogs)
  19. Like
    Dayton28 reacted to InvisionHQ in iAwards   
    yes
  20. Like
    Dayton28 got a reaction from christopher-w in iAwards   
    I just purchased the app and was reading this thread when I saw that it isn't compatible with Cloud Community. Is this still a problem?
×
×
  • Create New...