[XTR] Top Poster of The Month

[XTR] Top Poster of The Month 1.0.3

No permission to download
Well, i have a temporary fix for the issues just to make it run error free on XF 2.3.4:

Template: tpm.less

Fix; .userBanner.userBanner--tpm
CSS:
.userBanner.userBanner--tpm
{
    .xf-tpmUserBanner();
    
    &:before
    {
        .m-faBase();
        <xf:if is="property('xtrTPMBannerIcon')">       
        .m-faContent(@fa-var-trophy, false);
        </xf:if>
        padding-right: @xf-paddingMedium;
    }
}
Same template: tpm.less

Fix; .block[data-widget-definition="tpm_widget"] .block-minorHeader:before
CSS:
.block[data-widget-definition="tpm_widget"] .block-minorHeader:before 
{
    .m-faBase();
    font-size: @xf-fontSizeLarge !important;
    margin-right: ((@xf-paddingMedium) - 1);
    color: inherit;
    .m-faContent(@fa-var-trophy, false);
}

Template: widget_tpm

Fix: Hide the broken form that allows switching months on the widget

Find: <xf:if is="$xf.visitor.canChangeTPMDate()">

Replace with: <xf:if is="$xf.visitor.canChangeTPMDate() && false">
 
I noticed the same issue, but wasn't sure if something had to run scheduled for that to take place.
This does work for me, and as mentioned, seems to work after the required scheduled events run.
 
Last edited:
I can't get the widget to show, and the members page for this is not accessible either. Anyone have anything related to this 1.0.4 plugin working in XenForo v2.3.6?

1742768621572.webp
 
I do not recommend the website xentr.net, there are developers who are much more human than them. Sorry but I have trouble digesting.
Strictness has its limits. They should question themselves.
 
Last edited:
I noticed the rather strictness about accessing their resources. Also, it took me like 20 minutes to adjust the language so I could navigate the site. Had to compare my site's profile against Xentr's to change the language in my profile because the drop down at the top didn't work.
 
I tried to connect to the site where I was able to download this mod, however, I can't get past the two step verification, besides, everything is in Turkish.

All I want to do is change the banner coloring. It's a bit hard to read for "Top Poster of the Month".
 
It's a shame this is no longer maintained.
I've reached out to the developer on his website but it's radio silence.

I'm not sure if he's still maintaining. I suspect not because he hasn't logged in for over a year.
is it compatible for latest version of xenforo?
It's really not very good in 2.3. There's many JavaScript errors, CSS issues, and it's not compatible with the XF 2.3.x style system for light and dark.

I just noticed that it's rendering all sorts of client-side JS errors. Attached a screenshot for just the last 30 days, and the date toggle has been broken ever since 2.3.0.

Anyone else had any luck speaking with the new maintainer for this since @au lait left?
 

Attachments

  • Screenshot 2025-07-15 at 1.29.18 PM.webp
    Screenshot 2025-07-15 at 1.29.18 PM.webp
    64 KB · Views: 5
Last edited:
Back
Top Bottom