Jump to content

Afrodude

Members
  • Posts

    912
  • Joined

  • 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 Afrodude

  1. 1 hour ago, CircaCitadel said:

    not sure what that aggressive PM was about, but you need to chill.

    I have not and won't say anything aggressive. 

    1 hour ago, CircaCitadel said:

    I just tried editing the posts in question after updating to 4.6.5.1 and they seem to be working normally now. I'll post back here if I notice it again.

    Have you tried to change same exact post? because the issue still remain on the same post. 

  2. 4 minutes ago, Gabriel Torres said:

    Think about it: in the original logic, if $comment->author_solved_count is different from zero, then the counter is shown. The only occasion that the HTML tag/counter wouldn't be shown is if $comment->author_solved_count = 0.

    True you are right, and this is what I have been trying to solve in the past two days. 

  3. 9 minutes ago, day_ said:

    When issuing a warning is asks if you would like to deduct achievement points, which raised questions from my mods as to what they were.

     

    Issuing warnings will happen always because they are too many members who break the rules especially on a very vast communities. Anyway I only suggest that because I want to have some special badges for staff members. I haven't used this new achievements yet as you, but I am waiting until it gets improvements.  

  4. On 7/7/2021 at 9:17 AM, TAMAN said:

    there are many changes in the slider for example you will be able to add any of existing pages blocks as a slider and reorder theme with the custom sliders in the theme

    bfcd546a7d518b34ea1de0a1a751c5be.gif

    slider buttons are also removed you will only have a slider title and content field with user permissions 

    i dont remember anything of mobile specific maybe you need to remind me of it! 😅 

     

    Hi @TAMAN is this already available with the current theme version ?

  5. 27 minutes ago, Gabriel Torres said:

    @Afrodude I've already tried this. It doesn't work, because the variable $comment->author_solved_count is set to 0/NULL from the PHP code.

    What I just told you works just fine. I tested it. 

     

    Just do exactly what I mentioned above, and you will reach what you looking for 100%.

  6. @Gabriel Torres it's easy to accomplish this by editing your theme template. 

     

    Find postContainer, and then find this

     

    {{if isset( $comment->author_solved_count )}}
    <li>
    <a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}&do=solutions" seoTemplate="profile_solutions" seoTitle="$comment->author()->members_seo_name"}' title="{lang="solved_badge_tooltip" pluralize="$comment->author_solved_count"}" data-ipsTooltip class='ipsType_blendLinks'>
    <i class='fa fa-check-circle'></i> {number="$comment->author_solved_count"}
    </a>
    </li>
    {{endif}}

    It's going to be in line 101. 

     

    Delete line 101 =  {{if isset( $comment->author_solved_count )}} and line 107 = {{endif}}. Save and enjoy solved counter everywhere in forums.

  7. 34 minutes ago, DawPi said:

    Hello,

    I'll review this mod in the next few days and I see if it can be added also.

    Cool. I have a question regarding this issue was mentioned here.

    I don't know if you read it or not. Just wanted to bring it to your attention for the next update. 

  8. I like this feature, and I believe IPS won't leave it without upgrades. It very nice to see members are happy receiving those ranks and badges, yet what about staff members. Staff members need to receive some special badges.

    How about adding some new rules for them,

    Examples:

    When a.....

    Marking a report as complete.

    Approval Queue

    Marking their posts as Solution in selected Forums/Clubs/Pages

    Flag a member as spammer

    Warn a user

    Reported a content

    Etc... 

     

    It would be great, especially for the communities that their staff members are doing all that voluntarily.

  9. On 4/29/2021 at 2:39 PM, kRSB said:

    Sorry for late reply, seem to have missed it. I can look into adding this as a new free plugin since it shouldn't be much work but I rather keep the group mention plugin specific to groups.

     

    Any update on this free plugin mate? 

  10. 14 minutes ago, opentype said:

    But you were asked by IPS staff to RESPOND AGAIN

    Which I have said that I did what he asked long time ago, and during the waiting for IPS staff to respond I was trying to solve or find what causing this issue with @Adriano Faria help. 

     

×
×
  • Create New...